Searched refs:xmlSAXParseDoc (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dparser.in.h877 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
H A Dparser.c12367 return(xmlSAXParseDoc(NULL, cur, 1));
12715 * xmlSAXParseDoc:
12729 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { function
12771 return(xmlSAXParseDoc(NULL, cur, 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dparser.h879 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.in.h877 xmlSAXParseDoc (xmlSAXHandlerPtr sax,
H A Dparser.c12367 return(xmlSAXParseDoc(NULL, cur, 1));
12715 * xmlSAXParseDoc:
12729 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { function
12771 return(xmlSAXParseDoc(NULL, cur, 0));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Delfgcchack.h8986 #undef xmlSAXParseDoc macro
8987 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
8989 #ifndef xmlSAXParseDoc
8990 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
8991 #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias macro
H A Dparser.c13312 return(xmlSAXParseDoc(NULL, cur, 1));
13661 * xmlSAXParseDoc:
13675 xmlSAXParseDoc(xmlSAXHandlerPtr sax, const xmlChar *cur, int recovery) { function
13717 return(xmlSAXParseDoc(NULL, cur, 0));
H A Dtestapi.c14798 ret_val = xmlSAXParseDoc(sax, (const xmlChar *)cur, recovery);
14806 printf("Leak of %d blocks found in xmlSAXParseDoc",
[all...]

Completed in 425 milliseconds