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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c4903 return(xmlXPathRegisterVariableNS(ctxt, name, NULL, value));
4907 * xmlXPathRegisterVariableNS:
4919 xmlXPathRegisterVariableNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
H A Delfgcchack.h16914 #undef xmlXPathRegisterVariableNS macro
16915 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
16917 #ifndef xmlXPathRegisterVariableNS
16918 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden")));
16919 #define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias macro

Completed in 140 milliseconds