HomeSort by relevance Sort by last modified time
    Searched refs:xmlExpCtxtNbNodes (Results 1 - 6 of 6) sorted by null

  /external/libxml2/
testRegexp.c 118 if (xmlExpCtxtNbNodes(ctxt) != 0)
120 xmlExpCtxtNbNodes(ctxt));
138 nodes1 = xmlExpCtxtNbNodes(ctxt);
146 nodes2 = xmlExpCtxtNbNodes(ctxt);
160 if (xmlExpCtxtNbNodes(ctxt) > nodes2) {
162 xmlExpCtxtNbNodes(ctxt) - nodes2);
163 nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2;
166 if (xmlExpCtxtNbNodes(ctxt) > nodes1) {
168 xmlExpCtxtNbNodes(ctxt) - nodes1);
177 if (xmlExpCtxtNbNodes(ctxt) != 0
    [all...]
libxml2.syms     [all...]
elfgcchack.h     [all...]
xmlregexp.c     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
xmlregexp.h 126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);

Completed in 268 milliseconds