Searched refs:xpathStatePool (Results 1 – 1 of 1) sorted by relevance
1003 xmlSchemaIDCStateObjPtr xpathStatePool; /* first stored state object. */ member22297 if (vctxt->xpathStatePool != NULL) { in xmlSchemaIDCAddStateObject()22298 sto = vctxt->xpathStatePool; in xmlSchemaIDCAddStateObject()22299 vctxt->xpathStatePool = sto->next; in xmlSchemaIDCAddStateObject()23048 sto->next = vctxt->xpathStatePool; in xmlSchemaXPathProcessHistory()23052 vctxt->xpathStatePool = sto; in xmlSchemaXPathProcessHistory()27516 if (ctxt->xpathStatePool != NULL) { in xmlSchemaFreeValidCtxt()27517 xmlSchemaFreeIDCStateObjList(ctxt->xpathStatePool); in xmlSchemaFreeValidCtxt()27518 ctxt->xpathStatePool = NULL; in xmlSchemaFreeValidCtxt()