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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLStyleSheetLibxslt.cpp139 xmlParserCtxtPtr ctxt = xmlCreateMemoryParserCtxt(input.data(), input.size());
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h297 xmlCreateMemoryParserCtxt(const char *buffer,
/external/libxml2/include/libxml/
H A DparserInternals.h297 xmlCreateMemoryParserCtxt(const char *buffer,
/external/chromium_org/third_party/libxml/src/
H A Dparser.c12828 ctxt = xmlCreateMemoryParserCtxt((char *) string, size);
13041 ctxt = xmlCreateMemoryParserCtxt((char *) data, datalen);
13248 ctxt = xmlCreateMemoryParserCtxt((char *) string, size);
13812 * xmlCreateMemoryParserCtxt:
13821 xmlCreateMemoryParserCtxt(const char *buffer, int size) { function
13887 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
13985 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
14032 return(xmlCreateMemoryParserCtxt((const char *)cur, len));
14725 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
H A Delfgcchack.h2397 #undef xmlCreateMemoryParserCtxt macro
2398 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
2400 #ifndef xmlCreateMemoryParserCtxt
2401 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
2402 #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias macro
H A DHTMLparser.c6650 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
H A Dtestapi.c449 if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6));
15956 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size);
15963 printf("Leak of %d blocks found in xmlCreateMemoryParserCtxt",
[all...]
/external/libxml2/
H A Dparser.c12820 ctxt = xmlCreateMemoryParserCtxt((char *) string, size);
13033 ctxt = xmlCreateMemoryParserCtxt((char *) data, datalen);
13240 ctxt = xmlCreateMemoryParserCtxt((char *) string, size);
13804 * xmlCreateMemoryParserCtxt:
13813 xmlCreateMemoryParserCtxt(const char *buffer, int size) { function
13879 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
13977 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
14024 return(xmlCreateMemoryParserCtxt((const char *)cur, len));
14721 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
H A Delfgcchack.h2397 #undef xmlCreateMemoryParserCtxt macro
2398 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
2400 #ifndef xmlCreateMemoryParserCtxt
2401 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
2402 #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias macro
H A DHTMLparser.c6664 ctxt = xmlCreateMemoryParserCtxt(buffer, size);
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp722 xmlParserCtxtPtr parser = xmlCreateMemoryParserCtxt(chunk.data(), chunk.length());

Completed in 1063 milliseconds