Searched defs:nbStates (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c254 int nbStates; member in struct:_xmlAutomata
267 int nbStates; member in struct:_xmlRegexp
430 ret->nbStates = ctxt->nbStates;
463 stateRemap = xmlMalloc(ret->nbStates * sizeof(int));
469 for (i = 0;i < ret->nbStates;i++) {
549 for (i = 0;i < ret->nbStates;i++) {
632 for (i = 0;i < ret->nbStates;i++)
637 ret->nbStates = 0;
656 ctxt->nbStates
[all...]

Completed in 55 milliseconds