Searched refs:xmlXPtrWrapLocationSet (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | xpointer.h | 84 xmlXPtrWrapLocationSet (xmlLocationSetPtr val);
|
/external/libxml2/ |
D | xpointer.c | 856 xmlXPtrWrapLocationSet(xmlLocationSetPtr val) { in xmlXPtrWrapLocationSet() function 1862 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrStartPointFunction() 1955 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrEndPointFunction() 2073 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeFunction() 2219 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeInsideFunction() 2298 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrRangeToFunction() 2891 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrStringRangeFunction() 2999 valuePush(ctxt, xmlXPtrWrapLocationSet(newset)); in xmlXPtrEvalRangePredicate()
|
D | elfgcchack.h | 17594 #undef xmlXPtrWrapLocationSet 17595 extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet __attribute((alias("xmlXPtrWrapLoca… 17597 #ifndef xmlXPtrWrapLocationSet 17598 extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet__internal_alias __attribute((visibi… 17599 #define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias macro
|
D | xpath.c | 13046 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEvalFilterFirst() 13721 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEval() 14043 valuePush(ctxt, xmlXPtrWrapLocationSet(newlocset)); in xmlXPathCompOpEval()
|