Home | History | Annotate | Download | only in libxml

Lines Matching refs:ctxt

162  * @ctxt: an XPath parser context
168 typedef void (*xmlXPathEvalFunc)(xmlXPathParserContextPtr ctxt,
184 * @ctxt: the XPath interpreter context
194 typedef xmlXPathObjectPtr (*xmlXPathAxisFunc) (xmlXPathParserContextPtr ctxt,
210 * @ctxt: the XPath interprestation context
218 typedef void (*xmlXPathFunction) (xmlXPathParserContextPtr ctxt, int nargs);
226 * @ctxt: an XPath context
235 typedef xmlXPathObjectPtr (*xmlXPathVariableLookupFunc) (void *ctxt,
241 * @ctxt: an XPath context
250 typedef xmlXPathFunction (*xmlXPathFuncLookupFunc) (void *ctxt,
500 xmlXPathFreeContext (xmlXPathContextPtr ctxt);
502 xmlXPathContextSetCache(xmlXPathContextPtr ctxt,
523 xmlXPathContextPtr ctxt);
525 xmlXPathEvalPredicate (xmlXPathContextPtr ctxt,
533 xmlXPathCtxtCompile (xmlXPathContextPtr ctxt,
540 xmlXPathContextPtr ctxt);