Home
last modified time | relevance | path

Searched refs:funcLookupFunc (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h335 xmlXPathFuncLookupFunc funcLookupFunc;/* function lookup func */ member
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle358 d funcLookupFunc... Func lookup func
/external/libxml2/
Dxpath.c4892 ctxt->funcLookupFunc = f; in xmlXPathRegisterFuncLookup()
4911 if (ctxt->funcLookupFunc != NULL) { in xmlXPathFunctionLookup()
4915 f = ctxt->funcLookupFunc; in xmlXPathFunctionLookup()
4944 if (ctxt->funcLookupFunc != NULL) { in xmlXPathFunctionLookupNS()
4947 f = ctxt->funcLookupFunc; in xmlXPathFunctionLookupNS()