Searched refs:xpathCtxt (Results 1 – 1 of 1) sorted by relevance
841 void *xpathCtxt; member3902 if (sto->xpathCtxt != NULL) in xmlSchemaFreeIDCStateObjList()3903 xmlFreeStreamCtxt((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaFreeIDCStateObjList()22465 if (sto->xpathCtxt != NULL) in xmlSchemaIDCAddStateObject()22466 xmlFreeStreamCtxt((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaIDCAddStateObject()22471 sto->xpathCtxt = (void *) xmlPatternGetStreamCtxt( in xmlSchemaIDCAddStateObject()22473 if (sto->xpathCtxt == NULL) { in xmlSchemaIDCAddStateObject()22538 res = xmlStreamPush((xmlStreamCtxtPtr) sto->xpathCtxt, in xmlSchemaXPathEvaluate()22541 res = xmlStreamPushAttr((xmlStreamCtxtPtr) sto->xpathCtxt, in xmlSchemaXPathEvaluate()22689 res = xmlStreamPop((xmlStreamCtxtPtr) sto->xpathCtxt); in xmlSchemaXPathPop()[all …]