Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tabState

322     xmlRelaxNGValidStatePtr *tabState;
1030 ret->tabState = (xmlRelaxNGValidStatePtr *) xmlMalloc((size) *
1033 if (ret->tabState == NULL) {
1065 tmp = (xmlRelaxNGValidStatePtr *) xmlRealloc(states->tabState,
1073 states->tabState = tmp;
1076 states->tabState[states->nbState++] = state;
1105 tmp = (xmlRelaxNGValidStatePtr *) xmlRealloc(states->tabState,
1113 states->tabState = tmp;
1117 if (xmlRelaxNGEqualValidState(ctxt, state, states->tabState[i])) {
1122 states->tabState[states->nbState++] = state;
1157 xmlFree(states->tabState);
1165 xmlFree(states->tabState);
1206 ret = ctxt->freeState->tabState[ctxt->freeState->nbState];
1288 ret = ctxt->freeState->tabState[ctxt->freeState->nbState];
8232 state = ctxt->states->tabState[i];
8249 xmlRelaxNGFreeValidState(ctxt, ctxt->states->tabState[i]);
9443 cur = ctxt->states->tabState[j]->seq;
9447 lowattr = ctxt->states->tabState[j]->nbAttrLeft;
9451 if (ctxt->states->tabState[j]->nbAttrLeft <= lowattr) {
9453 lowattr = ctxt->states->tabState[j]->nbAttrLeft;
9460 lowattr = ctxt->states->tabState[j]->nbAttrLeft;
9463 if (ctxt->states->tabState[j]->nbAttrLeft <= lowattr) {
9465 lowattr = ctxt->states->tabState[j]->nbAttrLeft;
9476 tabState[best];
9477 ctxt->states->tabState[best] = NULL;
9480 ctxt->states->tabState[ctxt->states->nbState - 1];
9481 ctxt->states->tabState[ctxt->states->nbState - 1] = NULL;
9486 xmlRelaxNGFreeValidState(ctxt, ctxt->states->tabState[j]);
9716 state = ctxt->states->tabState[i];
9753 ctxt->state = ctxt->states->tabState[best];
9969 state = ctxt->states->tabState[i];
9988 tabState[i]);
10026 state = ctxt->states->tabState[i];
10043 ctxt->states->tabState[i]);
10044 ctxt->states->tabState[i] = NULL;
10167 ctxt->states->tabState[j]));
10179 ctxt->state = states->tabState[i];
10196 ctxt->states->tabState[j]);
10230 ctxt->states->tabState[j]);
10252 tabState
10268 (ctxt, res->tabState[i]));
10357 tabState[i]);
10593 ctxt->state = ctxt->states->tabState[0];
10603 ctxt->state = ctxt->states->tabState[0];
10617 ctxt->state = states->tabState[i];
10635 states->tabState[j++] = ctxt->state;
10645 states->tabState[k]);
10650 ctxt->states->tabState[k]);
10662 ctxt->states->tabState[k]);
10678 ctxt->state = states->tabState[0];
10742 state = ctxt->states->tabState[i];
10902 xmlRelaxNGFreeValidState(NULL, ctxt->freeState->tabState[k]);