Searched defs:funcCtxt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c4763 * @funcCtxt: the lookup data
4770 void *funcCtxt) {
4774 ctxt->funcLookupData = funcCtxt;
4768 xmlXPathRegisterFuncLookup(xmlXPathContextPtr ctxt, xmlXPathFuncLookupFunc f, void *funcCtxt) argument
/external/libxml2/
H A Dxpath.c4807 * @funcCtxt: the lookup data
4814 void *funcCtxt) {
4818 ctxt->funcLookupData = funcCtxt;
4812 xmlXPathRegisterFuncLookup(xmlXPathContextPtr ctxt, xmlXPathFuncLookupFunc f, void *funcCtxt) argument

Completed in 218 milliseconds