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

  /external/chromium_org/third_party/libxml/src/
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...]
elfgcchack.h     [all...]
xmlregexp.c     [all...]
testapi.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlregexp.h 126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
  /external/libxml2/include/libxml/
xmlregexp.h 126 xmlExpCtxtNbNodes(xmlExpCtxtPtr ctxt);
  /external/libxml2/
elfgcchack.h     [all...]
xmlregexp.c     [all...]

Completed in 554 milliseconds