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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpointer.c783 * xmlXPtrNewLocationSetNodes:
793 xmlXPtrNewLocationSetNodes(xmlNodePtr start, xmlNodePtr end) { function
1736 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->here, NULL));
1754 valuePush(ctxt, xmlXPtrNewLocationSetNodes(ctxt->context->origin, NULL));
H A Delfgcchack.h17382 #undef xmlXPtrNewLocationSetNodes macro
17383 extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes __attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
17385 #ifndef xmlXPtrNewLocationSetNodes
17386 extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes__internal_alias __attribute((visibility("hidden")));
17387 #define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias macro

Completed in 71 milliseconds