Searched refs:maxStates (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c255 int maxStates; member in struct:_xmlAutomata
1425 if (ctxt->maxStates == 0) {
1426 ctxt->maxStates = 4;
1427 ctxt->states = (xmlRegStatePtr *) xmlMalloc(ctxt->maxStates *
1431 ctxt->maxStates = 0;
1434 } else if (ctxt->nbStates >= ctxt->maxStates) {
1436 ctxt->maxStates *= 2;
1437 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates *
1441 ctxt->maxStates /= 2;
/external/libxml2/
H A Dxmlregexp.c259 int maxStates; member in struct:_xmlAutomata
1429 if (ctxt->maxStates == 0) {
1430 ctxt->maxStates = 4;
1431 ctxt->states = (xmlRegStatePtr *) xmlMalloc(ctxt->maxStates *
1435 ctxt->maxStates = 0;
1438 } else if (ctxt->nbStates >= ctxt->maxStates) {
1440 ctxt->maxStates *= 2;
1441 tmp = (xmlRegStatePtr *) xmlRealloc(ctxt->states, ctxt->maxStates *
1445 ctxt->maxStates /= 2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 411 milliseconds