Home
last modified time | relevance | path

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

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