Home
last modified time | relevance | path

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

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