Searched refs:xpathStatePool (Results 1 – 1 of 1) sorted by relevance
1004 xmlSchemaIDCStateObjPtr xpathStatePool; /* first stored state object. */ member22397 if (vctxt->xpathStatePool != NULL) { in xmlSchemaIDCAddStateObject()22398 sto = vctxt->xpathStatePool; in xmlSchemaIDCAddStateObject()22399 vctxt->xpathStatePool = sto->next; in xmlSchemaIDCAddStateObject()23148 sto->next = vctxt->xpathStatePool; in xmlSchemaXPathProcessHistory()23152 vctxt->xpathStatePool = sto; in xmlSchemaXPathProcessHistory()27666 if (ctxt->xpathStatePool != NULL) { in xmlSchemaFreeValidCtxt()27667 xmlSchemaFreeIDCStateObjList(ctxt->xpathStatePool); in xmlSchemaFreeValidCtxt()27668 ctxt->xpathStatePool = NULL; in xmlSchemaFreeValidCtxt()