Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c1011 xmlSchemaIDCStateObjPtr xpathStates; /* first active state object. */ member
22458 if (vctxt->xpathStates != NULL) in xmlSchemaIDCAddStateObject()
22459 sto->next = vctxt->xpathStates; in xmlSchemaIDCAddStateObject()
22460 vctxt->xpathStates = sto; in xmlSchemaIDCAddStateObject()
22508 if (vctxt->xpathStates == NULL) in xmlSchemaXPathEvaluate()
22526 first = vctxt->xpathStates; in xmlSchemaXPathEvaluate()
22628 sto = vctxt->xpathStates; in xmlSchemaXPathEvaluate()
22685 if (vctxt->xpathStates == NULL) in xmlSchemaXPathPop()
22687 sto = vctxt->xpathStates; in xmlSchemaXPathPop()
22717 if (vctxt->xpathStates == NULL) in xmlSchemaXPathProcessHistory()
[all …]