Searched refs:xpathCtxt (Results 1 – 1 of 1) sorted by relevance
833 void *xpathCtxt; member3874 if (sto->xpathCtxt != NULL) in xmlSchemaFreeIDCStateObjList()3875 xmlFreeStreamCtxt((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaFreeIDCStateObjList()22423 if (sto->xpathCtxt != NULL) in xmlSchemaIDCAddStateObject()22424 xmlFreeStreamCtxt((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaIDCAddStateObject()22429 sto->xpathCtxt = (void *) xmlPatternGetStreamCtxt( in xmlSchemaIDCAddStateObject()22431 if (sto->xpathCtxt == NULL) { in xmlSchemaIDCAddStateObject()22496 res = xmlStreamPush((xmlStreamCtxtPtr) sto->xpathCtxt, in xmlSchemaXPathEvaluate()22499 res = xmlStreamPushAttr((xmlStreamCtxtPtr) sto->xpathCtxt, in xmlSchemaXPathEvaluate()22647 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathPop()[all …]