Home
last modified time | relevance | path

Searched refs:xpathStates (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c1003 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()
[all …]