Searched refs:xmlIconvWrapper (Results 1 – 3 of 3) sorted by relevance
/third_party/libxml2/ |
D | encoding.c | 1821 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()
|
D | NEWS | 62 Fix integer conversion warning in xmlIconvWrapper
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 90424 - * 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,
|