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.c4900 ctxt->funcLookupFunc = f; in xmlXPathRegisterFuncLookup()
4919 if (ctxt->funcLookupFunc != NULL) { in xmlXPathFunctionLookup()
4923 f = ctxt->funcLookupFunc; in xmlXPathFunctionLookup()
4952 if (ctxt->funcLookupFunc != NULL) { in xmlXPathFunctionLookupNS()
4955 f = ctxt->funcLookupFunc; in xmlXPathFunctionLookupNS()