Searched refs:xpathStatePool (Results 1 – 1 of 1) sorted by relevance
1013 xmlSchemaIDCStateObjPtr xpathStatePool; /* first stored state object. */ member22547 if (vctxt->xpathStatePool != NULL) { in xmlSchemaIDCAddStateObject()22548 sto = vctxt->xpathStatePool; in xmlSchemaIDCAddStateObject()22549 vctxt->xpathStatePool = sto->next; in xmlSchemaIDCAddStateObject()23347 sto->next = vctxt->xpathStatePool; in xmlSchemaXPathProcessHistory()23351 vctxt->xpathStatePool = sto; in xmlSchemaXPathProcessHistory()27944 if (ctxt->xpathStatePool != NULL) { in xmlSchemaFreeValidCtxt()27945 xmlSchemaFreeIDCStateObjList(ctxt->xpathStatePool); in xmlSchemaFreeValidCtxt()27946 ctxt->xpathStatePool = NULL; in xmlSchemaFreeValidCtxt()