xmlExpCtxtNbNodes 3170 third_party/libxml/src/elfgcchack.h #undef xmlExpCtxtNbNodes
xmlExpCtxtNbNodes 3171 third_party/libxml/src/elfgcchack.h extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__internal_alias")));
xmlExpCtxtNbNodes 3173 third_party/libxml/src/elfgcchack.h #ifndef xmlExpCtxtNbNodes
xmlExpCtxtNbNodes 3174 third_party/libxml/src/elfgcchack.h extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hidden")));
xmlExpCtxtNbNodes 3175 third_party/libxml/src/elfgcchack.h #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias
xmlExpCtxtNbNodes  126 third_party/libxml/src/include/libxml/xmlregexp.h 			xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
xmlExpCtxtNbNodes  118 third_party/libxml/src/testRegexp.c 		    if (xmlExpCtxtNbNodes(ctxt) != 0) 
xmlExpCtxtNbNodes  120 third_party/libxml/src/testRegexp.c 			       xmlExpCtxtNbNodes(ctxt));
xmlExpCtxtNbNodes  138 third_party/libxml/src/testRegexp.c 		nodes1 = xmlExpCtxtNbNodes(ctxt);
xmlExpCtxtNbNodes  146 third_party/libxml/src/testRegexp.c 		    nodes2 = xmlExpCtxtNbNodes(ctxt);
xmlExpCtxtNbNodes  160 third_party/libxml/src/testRegexp.c 		    if (xmlExpCtxtNbNodes(ctxt) > nodes2) {
xmlExpCtxtNbNodes  162 third_party/libxml/src/testRegexp.c 			       xmlExpCtxtNbNodes(ctxt) - nodes2);
xmlExpCtxtNbNodes  163 third_party/libxml/src/testRegexp.c 			nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2;
xmlExpCtxtNbNodes  166 third_party/libxml/src/testRegexp.c 		    if (xmlExpCtxtNbNodes(ctxt) > nodes1) {
xmlExpCtxtNbNodes  168 third_party/libxml/src/testRegexp.c 			       xmlExpCtxtNbNodes(ctxt) - nodes1);
xmlExpCtxtNbNodes  177 third_party/libxml/src/testRegexp.c 	if (xmlExpCtxtNbNodes(ctxt) != 0) 
xmlExpCtxtNbNodes  179 third_party/libxml/src/testRegexp.c 		   xmlExpCtxtNbNodes(ctxt));
xmlExpCtxtNbNodes  387 third_party/libxml/src/testRegexp.c 	       xmlExpCtxtNbNodes(ctxt), xmlExpCtxtNbCons(ctxt));
xmlExpCtxtNbNodes 32818 third_party/libxml/src/testapi.c         ret_val = xmlExpCtxtNbNodes(ctxt);