Searched refs:xmlParserFindNodeInfo (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1037 xmlParserFindNodeInfo (const xmlParserCtxtPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c1815 * xmlParserFindNodeInfo:
1824 xmlParserFindNodeInfo(const xmlParserCtxtPtr ctx, const xmlNodePtr node) function
H A Delfgcchack.h7417 #undef xmlParserFindNodeInfo macro
7418 extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo __attribute((alias("xmlParserFindNodeInfo__internal_alias")));
7420 #ifndef xmlParserFindNodeInfo
7421 extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo__internal_alias __attribute((visibility("hidden")));
7422 #define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias macro
H A Dtestapi.c14199 ret_val = xmlParserFindNodeInfo((const xmlParserCtxtPtr)ctx, (const xmlNodePtr)node);
14206 printf("Leak of %d blocks found in xmlParserFindNodeInfo",
[all...]

Completed in 267 milliseconds