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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c256 int nbStates; member in struct:_xmlAutomata
270 int nbStates; member in struct:_xmlRegexp
436 ret->nbStates = ctxt->nbStates;
470 stateRemap = xmlMalloc(ret->nbStates * sizeof(int));
476 for (i = 0;i < ret->nbStates;i++) {
556 for (i = 0;i < ret->nbStates;i++) {
639 for (i = 0;i < ret->nbStates;i++)
644 ret->nbStates = 0;
663 ctxt->nbStates
[all...]
/external/libxml2/
H A Dxmlregexp.c260 int nbStates; member in struct:_xmlAutomata
274 int nbStates; member in struct:_xmlRegexp
440 ret->nbStates = ctxt->nbStates;
474 stateRemap = xmlMalloc(ret->nbStates * sizeof(int));
480 for (i = 0;i < ret->nbStates;i++) {
560 for (i = 0;i < ret->nbStates;i++) {
643 for (i = 0;i < ret->nbStates;i++)
648 ret->nbStates = 0;
667 ctxt->nbStates
[all...]

Completed in 140 milliseconds