HomeSort by relevance Sort by last modified time
    Searched refs:utf8_cd (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
non-ascii.c 225 if(data->utf8_cd == (iconv_t)-1) {
226 data->utf8_cd = iconv_open(CURL_ICONV_CODESET_OF_HOST,
228 if(data->utf8_cd == (iconv_t)-1) {
241 rc = iconv(data->utf8_cd, &input_ptr, &in_bytes,
272 data->utf8_cd = (iconv_t)-1;
287 data->utf8_cd = iconv_open(CURL_ICONV_CODESET_OF_HOST,
305 if(data->utf8_cd != (iconv_t)-1) {
306 iconv_close(data->utf8_cd);
urldata.h 1815 iconv_t utf8_cd; \/* for translating to UTF8 *\/ member in struct:Curl_easy
    [all...]

Completed in 56 milliseconds