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.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...]

Completed in 94 milliseconds