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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c6323 int nb_nodes; member in struct:_xmlExpCtxt
6518 if (ctxt->nb_nodes >= MAX_NODES)
6526 ctxt->nb_nodes++;
6807 ctxt->nb_nodes--;
8132 return(ctxt->nb_nodes);
H A Dxpath.c14091 int nb_nodes = 0; local
14199 nb_nodes++;
14288 nb_nodes, retObj->nodesetval->nodeNr);
/external/libxml2/
H A Dxmlregexp.c6337 int nb_nodes; member in struct:_xmlExpCtxt
6532 if (ctxt->nb_nodes >= MAX_NODES)
6540 ctxt->nb_nodes++;
6821 ctxt->nb_nodes--;
8146 return(ctxt->nb_nodes);
H A Dxpath.c14244 int nb_nodes = 0; local
14352 nb_nodes++;
14446 nb_nodes, retObj->nodesetval->nodeNr);

Completed in 878 milliseconds