Home
last modified time | relevance | path

Searched refs:xmlIconvWrapper (Results 1 – 3 of 3) sorted by relevance

/third_party/libxml2/
Dencoding.c1821 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen, in xmlIconvWrapper() function
1967 ret = xmlIconvWrapper(handler->iconv_in, out, outlen, in, inlen); in xmlEncInputChunk()
2016 ret = xmlIconvWrapper(handler->iconv_out, out, outlen, in, inlen); in xmlEncOutputChunk()
DNEWS62 Fix integer conversion warning in xmlIconvWrapper
/third_party/chromium/patch/
D0001-cve.patch90424 - * encoding.c: (xmlIconvWrapper): Add cast to fix warning.
95725 + Fix integer conversion warning in xmlIconvWrapper
118883 @@ -1831,7 +1852,10 @@ xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen,