Home
last modified time | relevance | path

Searched refs:xmlCtxtResetPush (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
Dparser.h1115 xmlCtxtResetPush (xmlParserCtxtPtr ctxt,
/external/libxml2/include/libxml/
Dparser.h1116 xmlCtxtResetPush (xmlParserCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src716 xmlCtxtResetPush
/external/libxml2/
Delfgcchack.h2519 #undef xmlCtxtResetPush
2520 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush __attribute((alias("xmlCtxtResetPush__internal_…
2522 #ifndef xmlCtxtResetPush
2523 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush__internal_alias __attribute((visibility("hidden…
2524 #define xmlCtxtResetPush xmlCtxtResetPush__internal_alias macro
Dparser.c14362 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h2519 #undef xmlCtxtResetPush
2520 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush __attribute((alias("xmlCtxtResetPush__internal_…
2522 #ifndef xmlCtxtResetPush
2523 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush__internal_alias __attribute((visibility("hidden…
2524 #define xmlCtxtResetPush xmlCtxtResetPush__internal_alias macro
Dparser.c14370 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, in xmlCtxtResetPush() function
Dtestapi.c13006 … ret_val = xmlCtxtResetPush(ctxt, (const char *)chunk, size, filename, (const char *)encoding); in test_xmlCtxtResetPush()