Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxpath.h334 const xmlChar *functionURI; member
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle354 d functionURI * const xmlChar *
/third_party/libxml2/python/
Dlibxml.c2244 ns_uri = rctxt->functionURI; in libxml_xmlXPathFuncCallback()
/third_party/libxml2/
Dxpath.c13216 oldFuncURI = ctxt->context->functionURI; in xmlXPathCompOpEval()
13218 ctxt->context->functionURI = op->cacheURI; in xmlXPathCompOpEval()
13221 ctxt->context->functionURI = oldFuncURI; in xmlXPathCompOpEval()