Searched refs:xmlCreateDocParserCtxt (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dparser.h991 xmlCreateDocParserCtxt (const xmlChar *cur);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dparser.h988 xmlCreateDocParserCtxt (const xmlChar *cur);
/macosx-10.10.1/libxml2-26/libxml2/
H A Dlibxml2.syms725 xmlCreateDocParserCtxt;
H A Delfgcchack.h2399 #undef xmlCreateDocParserCtxt macro
2400 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2402 #ifndef xmlCreateDocParserCtxt
2403 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
2404 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro
H A Dparser.c14549 * xmlCreateDocParserCtxt:
14557 xmlCreateDocParserCtxt(const xmlChar *cur) { function
14590 ctxt = xmlCreateDocParserCtxt(cur);
15217 ctxt = xmlCreateDocParserCtxt(cur);
H A Dtestapi.c12675 ret_val = xmlCreateDocParserCtxt((const xmlChar *)cur);
12681 printf("Leak of %d blocks found in xmlCreateDocParserCtxt",
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dlibxml2.syms725 xmlCreateDocParserCtxt;
H A Delfgcchack.h2327 #undef xmlCreateDocParserCtxt macro
2328 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2330 #ifndef xmlCreateDocParserCtxt
2331 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
2332 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias macro
H A Dparser.c13857 * xmlCreateDocParserCtxt:
13865 xmlCreateDocParserCtxt(const xmlChar *cur) { function
13898 ctxt = xmlCreateDocParserCtxt(cur);
14520 ctxt = xmlCreateDocParserCtxt(cur);
H A Dtestapi.c12686 ret_val = xmlCreateDocParserCtxt((const xmlChar *)cur);
12692 printf("Leak of %d blocks found in xmlCreateDocParserCtxt",
[all...]

Completed in 467 milliseconds