Searched refs:convfromutf8 (Results 1 – 4 of 4) sorted by relevance
218 if(data && data->set.convfromutf8) { in Curl_convert_from_utf8()222 result = data->set.convfromutf8(buffer, length); in Curl_convert_from_utf8()
1650 curl_conv_callback convfromutf8; member
1628 data->set.convfromutf8 = va_arg(param, curl_conv_callback); in Curl_vsetopt()
484 set->convfromutf8 = ZERO_NULL; in Curl_init_userdefined()