Searched refs:xmlExpCtxtNbNodes (Results 1 – 9 of 9) sorted by relevance
118 if (xmlExpCtxtNbNodes(ctxt) != 0) in runFileTest()120 xmlExpCtxtNbNodes(ctxt)); in runFileTest()138 nodes1 = xmlExpCtxtNbNodes(ctxt); in runFileTest()146 nodes2 = xmlExpCtxtNbNodes(ctxt); in runFileTest()160 if (xmlExpCtxtNbNodes(ctxt) > nodes2) { in runFileTest()162 xmlExpCtxtNbNodes(ctxt) - nodes2); in runFileTest()163 nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2; in runFileTest()166 if (xmlExpCtxtNbNodes(ctxt) > nodes1) { in runFileTest()168 xmlExpCtxtNbNodes(ctxt) - nodes1); in runFileTest()177 if (xmlExpCtxtNbNodes(ctxt) != 0) in runFileTest()[all …]
2076 # xmlExpCtxtNbNodes; removed in 2.9.10
3262 #undef xmlExpCtxtNbNodes3263 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__intern…3265 #ifndef xmlExpCtxtNbNodes3266 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hidd…3267 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias macro
8247 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt) { in xmlExpCtxtNbNodes() function
33274 ret_val = xmlExpCtxtNbNodes(ctxt); in test_xmlExpCtxtNbNodes()
126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
136 d xmlExpCtxtNbNodes...137 d pr extproc('xmlExpCtxtNbNodes')
810 xmlExpCtxtNbNodes
104247 -#undef xmlExpCtxtNbNodes104248 -extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__inter…104250 -#ifndef xmlExpCtxtNbNodes104251 -extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hid…104252 -#define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias127324 - if (xmlExpCtxtNbNodes(ctxt) != 0)127326 - xmlExpCtxtNbNodes(ctxt));127344 - nodes1 = xmlExpCtxtNbNodes(ctxt);127352 - nodes2 = xmlExpCtxtNbNodes(ctxt);127366 - if (xmlExpCtxtNbNodes(ctxt) > nodes2) {[all …]