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

/vbox/src/libs/libxml2-2.6.31/
H A Drelaxng.c374 xmlRelaxNGStatesPtr freeState; /* the pool of free valid states */ member in struct:_xmlRelaxNGValidCtxt
1009 (ctxt->freeState != NULL) && (ctxt->freeStatesNr > 0)) {
1202 if ((ctxt->freeState != NULL) && (ctxt->freeState->nbState > 0)) {
1203 ctxt->freeState->nbState--;
1204 ret = ctxt->freeState->tabState[ctxt->freeState->nbState];
1284 if ((ctxt->freeState != NULL) && (ctxt->freeState->nbState > 0)) {
1285 ctxt->freeState
[all...]

Completed in 52 milliseconds