Searched refs:convfromutf8 (Results 1 – 3 of 3) sorted by relevance
205 if(data->set.convfromutf8) { in Curl_convert_from_utf8()207 CURLcode result = data->set.convfromutf8(buffer, length); in Curl_convert_from_utf8()
1590 curl_conv_callback convfromutf8; member
513 set->convfromutf8 = ZERO_NULL; in Curl_init_userdefined()1938 data->set.convfromutf8 = va_arg(param, curl_conv_callback); in Curl_setopt()