Searched refs:do_conversion (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Diri.c47 static bool do_conversion (iconv_t cd, char *in, size_t inlen, char **out);
146 if (do_conversion (l2u, (char *) str, strlen ((char *) str), &new))
156 do_conversion (iconv_t cd, char *in, size_t inlen, char **out) function
278 if (do_conversion (cd, (char *) str, strlen ((char *) str), (char **) new))

Completed in 128 milliseconds