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

/external/chromium_org/third_party/libxml/src/
H A Dpattern.c108 int nbState; /* number of states in the automata */ member in struct:_xmlStreamCtxt
1458 printf("Stream: level %d, %d states: ", ctxt->level, ctxt->nbState);
1463 for (i = 0;i < ctxt->nbState;i++) {
1772 cur->nbState = 0;
1811 for (i = 0;i < comp->nbState;i++) {
1818 if (comp->nbState >= comp->maxState) {
1831 comp->states[2 * comp->nbState] = idx;
1832 comp->states[2 * comp->nbState++ + 1] = level;
1833 return(comp->nbState - 1);
1863 if ((stream == NULL) || (stream->nbState <
[all...]
H A Drelaxng.c320 int nbState; /* the number of states */ member in struct:_xmlRelaxNGStates
1014 ret->nbState = 0;
1028 ret->nbState = 0;
1060 if (states->nbState >= states->maxState) {
1076 states->tabState[states->nbState++] = state;
1100 if (states->nbState >= states->maxState) {
1116 for (i = 0; i < states->nbState; i++) {
1122 states->tabState[states->nbState++] = state;
1204 if ((ctxt->freeState != NULL) && (ctxt->freeState->nbState > 0)) {
1205 ctxt->freeState->nbState
[all...]
/external/libxml2/
H A Dpattern.c111 int nbState; /* number of states in the automata */ member in struct:_xmlStreamCtxt
1462 printf("Stream: level %d, %d states: ", ctxt->level, ctxt->nbState);
1467 for (i = 0;i < ctxt->nbState;i++) {
1776 cur->nbState = 0;
1815 for (i = 0;i < comp->nbState;i++) {
1822 if (comp->nbState >= comp->maxState) {
1835 comp->states[2 * comp->nbState] = idx;
1836 comp->states[2 * comp->nbState++ + 1] = level;
1837 return(comp->nbState - 1);
1867 if ((stream == NULL) || (stream->nbState <
[all...]
H A Drelaxng.c321 int nbState; /* the number of states */ member in struct:_xmlRelaxNGStates
1015 ret->nbState = 0;
1029 ret->nbState = 0;
1061 if (states->nbState >= states->maxState) {
1077 states->tabState[states->nbState++] = state;
1101 if (states->nbState >= states->maxState) {
1117 for (i = 0; i < states->nbState; i++) {
1123 states->tabState[states->nbState++] = state;
1205 if ((ctxt->freeState != NULL) && (ctxt->freeState->nbState > 0)) {
1206 ctxt->freeState->nbState
[all...]

Completed in 131 milliseconds