Searched refs:converted_len (Results 1 – 1 of 1) sorted by relevance
83 u_long converted_len = 0; in convert_cfstring() local99 converted_len = strlen((const char *)data_bytes) + 1; // +1 for nul in convert_cfstring()100 converted_string = malloc(converted_len); in convert_cfstring()107 converted_len) + 1; // +1 for nul in convert_cfstring()108 if (bytes_copied != converted_len) { in convert_cfstring()