Searched refs:xpathStatePool (Results 1 – 1 of 1) sorted by relevance
1004 xmlSchemaIDCStateObjPtr xpathStatePool; /* first stored state object. */ member22410 if (vctxt->xpathStatePool != NULL) { in xmlSchemaIDCAddStateObject()22411 sto = vctxt->xpathStatePool; in xmlSchemaIDCAddStateObject()22412 vctxt->xpathStatePool = sto->next; in xmlSchemaIDCAddStateObject()23161 sto->next = vctxt->xpathStatePool; in xmlSchemaXPathProcessHistory()23165 vctxt->xpathStatePool = sto; in xmlSchemaXPathProcessHistory()27686 if (ctxt->xpathStatePool != NULL) { in xmlSchemaFreeValidCtxt()27687 xmlSchemaFreeIDCStateObjList(ctxt->xpathStatePool); in xmlSchemaFreeValidCtxt()27688 ctxt->xpathStatePool = NULL; in xmlSchemaFreeValidCtxt()