Lines Matching refs:xpathStates
1003 xmlSchemaIDCStateObjPtr xpathStates; /* first active state object. */ member
22416 if (vctxt->xpathStates != NULL) in xmlSchemaIDCAddStateObject()
22417 sto->next = vctxt->xpathStates; in xmlSchemaIDCAddStateObject()
22418 vctxt->xpathStates = sto; in xmlSchemaIDCAddStateObject()
22466 if (vctxt->xpathStates == NULL) in xmlSchemaXPathEvaluate()
22484 first = vctxt->xpathStates; in xmlSchemaXPathEvaluate()
22586 sto = vctxt->xpathStates; in xmlSchemaXPathEvaluate()
22643 if (vctxt->xpathStates == NULL) in xmlSchemaXPathPop()
22645 sto = vctxt->xpathStates; in xmlSchemaXPathPop()
22675 if (vctxt->xpathStates == NULL) in xmlSchemaXPathProcessHistory()
22677 sto = vctxt->xpathStates; in xmlSchemaXPathProcessHistory()
23138 if (vctxt->xpathStates != sto) { in xmlSchemaXPathProcessHistory()
23147 vctxt->xpathStates = sto->next; in xmlSchemaXPathProcessHistory()
25482 if (vctxt->xpathStates != NULL) { in xmlSchemaVAttributesComplex()
25728 } else if (vctxt->xpathStates != NULL) in xmlSchemaVAttributesComplex()
26976 if (vctxt->xpathStates != NULL) { in xmlSchemaValidateElem()
27590 if (vctxt->xpathStates != NULL) { in xmlSchemaClearValidCtxt()
27591 xmlSchemaFreeIDCStateObjList(vctxt->xpathStates); in xmlSchemaClearValidCtxt()
27592 vctxt->xpathStates = NULL; in xmlSchemaClearValidCtxt()
27662 if (ctxt->xpathStates != NULL) { in xmlSchemaFreeValidCtxt()
27663 xmlSchemaFreeIDCStateObjList(ctxt->xpathStates); in xmlSchemaFreeValidCtxt()
27664 ctxt->xpathStates = NULL; in xmlSchemaFreeValidCtxt()