Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h331 const xmlChar *functionURI; member
/external/libxml2/
Dxpath.c13487 oldFuncURI = ctxt->context->functionURI; in xmlXPathCompOpEval()
13489 ctxt->context->functionURI = op->cacheURI; in xmlXPathCompOpEval()
13492 ctxt->context->functionURI = oldFuncURI; in xmlXPathCompOpEval()