Searched refs:xmlXPathNotFunction (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h609 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h16674 #undef xmlXPathNotFunction macro
16675 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias")));
16677 #ifndef xmlXPathNotFunction
16678 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden")));
16679 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias macro
H A Dxpath.c9367 * xmlXPathNotFunction:
9377 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) { function
15146 xmlXPathNotFunction);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11070 if (!PyArg_ParseTuple(args, (char *)"Oi:xmlXPathNotFunction", &pyobj_ctxt, &nargs))
11074 xmlXPathNotFunction(ctxt, nargs);

Completed in 311 milliseconds