Home
last modified time | relevance | path

Searched refs:xmlXPathRegisterVariableNS (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle224 d xmlXPathRegisterVariableNS...
225 d pr extproc('xmlXPathRegisterVariableNS')
/external/libxml2/include/libxml/
DxpathInternals.h448 xmlXPathRegisterVariableNS (xmlXPathContextPtr ctxt,
/external/libxml2/
Dlibxml2.syms368 xmlXPathRegisterVariableNS;
Delfgcchack.h17216 #undef xmlXPathRegisterVariableNS
17217 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPat…
17219 #ifndef xmlXPathRegisterVariableNS
17220 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute…
17221 #define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias macro
Dxpath.c5007 return(xmlXPathRegisterVariableNS(ctxt, name, NULL, value)); in xmlXPathRegisterVariable()
5023 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathRegisterVariableNS() function
Dtestapi.c50514 … ret_val = xmlXPathRegisterVariableNS(ctxt, (const xmlChar *)name, (const xmlChar *)ns_uri, value); in test_xmlXPathRegisterVariableNS()
/external/libxml2/win32/
Dlibxml2.def.src3045 xmlXPathRegisterVariableNS
/external/libxml2/python/
Dlibxml.c2411 c_retval = xmlXPathRegisterVariableNS(ctx, name, ns_uri, val); in libxml_xmlXPathRegisterVariable()