Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h338 void *funcLookupData; /* function lookup data */ member
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle360 d funcLookupData... void *
/external/libxml2/
Dxpath.c4871 ctxt->funcLookupData = funcCtxt; in xmlXPathRegisterFuncLookup()
4894 ret = f(ctxt->funcLookupData, name, NULL); in xmlXPathFunctionLookup()
4926 ret = f(ctxt->funcLookupData, name, ns_uri); in xmlXPathFunctionLookupNS()