Searched refs:xpathStatePool (Results 1 – 1 of 1) sorted by relevance
1012 xmlSchemaIDCStateObjPtr xpathStatePool; /* first stored state object. */ member22439 if (vctxt->xpathStatePool != NULL) { in xmlSchemaIDCAddStateObject()22440 sto = vctxt->xpathStatePool; in xmlSchemaIDCAddStateObject()22441 vctxt->xpathStatePool = sto->next; in xmlSchemaIDCAddStateObject()23190 sto->next = vctxt->xpathStatePool; in xmlSchemaXPathProcessHistory()23194 vctxt->xpathStatePool = sto; in xmlSchemaXPathProcessHistory()27735 if (ctxt->xpathStatePool != NULL) { in xmlSchemaFreeValidCtxt()27736 xmlSchemaFreeIDCStateObjList(ctxt->xpathStatePool); in xmlSchemaFreeValidCtxt()27737 ctxt->xpathStatePool = NULL; in xmlSchemaFreeValidCtxt()