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

/external/libxml2/
H A Dxpath.c4995 return(xmlXPathRegisterVariableNS(ctxt, name, NULL, value));
4999 * xmlXPathRegisterVariableNS:
5011 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
H A Delfgcchack.h17216 #undef xmlXPathRegisterVariableNS macro
17217 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
17219 #ifndef xmlXPathRegisterVariableNS
17220 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden")));
17221 #define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias macro

Completed in 536 milliseconds