Home
last modified time | relevance | path

Searched refs:xmlXPathPopString (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTExtensions.cpp67 strval = xmlXPathPopString(ctxt); in exsltNodeSetFunction()
/external/libxml2/include/libxml/
DxpathInternals.h108 xmlXPathPopString (xmlXPathParserContextPtr ctxt);
/external/libxml2/
Delfgcchack.h16922 #undef xmlXPathPopString
16923 extern __typeof (xmlXPathPopString) xmlXPathPopString __attribute((alias("xmlXPathPopString__intern…
16925 #ifndef xmlXPathPopString
16926 extern __typeof (xmlXPathPopString) xmlXPathPopString__internal_alias __attribute((visibility("hidd…
16927 #define xmlXPathPopString xmlXPathPopString__internal_alias macro
Dxpath.c2563 xmlXPathPopString (xmlXPathParserContextPtr ctxt) { in xmlXPathPopString() function