Searched refs:xmlDetectCharEncoding (Results 1 – 11 of 11) sorted by relevance
/third_party/libxml2/include/libxml/ |
D | encoding.h | 207 xmlDetectCharEncoding (const unsigned char *in,
|
/third_party/libxml2/os400/libxmlrpg/ |
D | encoding.rpgle | 233 d xmlDetectCharEncoding... 234 d pr extproc('xmlDetectCharEncoding')
|
/third_party/libxml2/ |
D | parser.c | 7018 enc = xmlDetectCharEncoding(start, 4); in xmlParseExternalSubset() 8037 enc = xmlDetectCharEncoding(start, 4); in xmlParsePEReference() 10735 enc = xmlDetectCharEncoding(&start[0], 4); in xmlParseDocument() 10921 enc = xmlDetectCharEncoding(start, 4); in xmlParseExtParsedEnt() 11336 enc = xmlDetectCharEncoding(start, 4); in xmlParseTryOrFinish() 12459 enc = xmlDetectCharEncoding((const xmlChar *) chunk, size); in xmlCreatePushParserCtxt() 12767 enc = xmlDetectCharEncoding(start, 4); in xmlIOParseDTD() 12876 enc = xmlDetectCharEncoding(ctxt->input->cur, 4); in xmlSAXParseDTD() 13093 enc = xmlDetectCharEncoding(start, 4); in xmlParseExternalEntityPrivate() 14922 enc = xmlDetectCharEncoding((const xmlChar *) chunk, size); in xmlCtxtResetPush()
|
D | libxml2.syms | 1235 xmlDetectCharEncoding;
|
D | encoding.c | 943 xmlDetectCharEncoding(const unsigned char* in, int len) in xmlDetectCharEncoding() function
|
D | elfgcchack.h | 2855 #undef xmlDetectCharEncoding 2856 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEnco… 2858 #ifndef xmlDetectCharEncoding 2859 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibili… 2860 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias macro
|
D | SAX2.c | 461 enc = xmlDetectCharEncoding(ctxt->input->cur, 4); in xmlSAX2ExternalSubset()
|
D | HTMLparser.c | 4930 enc = xmlDetectCharEncoding(&start[0], 4); in htmlParseDocument()
|
D | testapi.c | 8949 ret_val = xmlDetectCharEncoding((const unsigned char *)in, len); in test_xmlDetectCharEncoding()
|
/third_party/libxml2/win32/ |
D | libxml2.def.src | 769 xmlDetectCharEncoding
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 103840 -#undef xmlDetectCharEncoding 103841 -extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEnc… 103843 -#ifndef xmlDetectCharEncoding 103844 -extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibil… 103845 -#define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias
|