Home
last modified time | relevance | path

Searched refs:xmlXPathEval (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c890 obj = xmlXPathEval(utf8_assocnodes, ctxt); in read_assocs()
969 obj = xmlXPathEval(utf8_aliastext, ctxt); in read_assocs()
1000 obj = xmlXPathEval(utf8_headerpos, ctxt); in columnPosition()
1044 obj1 = xmlXPathEval(utf8_tablerows, ctxt); in read_iana()
1087 obj2 = xmlXPathEval(utf8_getmibenum, ctxt); in read_iana()
1120 obj2 = xmlXPathEval(utf8_getprefname, ctxt); in read_iana()
1137 obj2 = xmlXPathEval(utf8_getname, ctxt); in read_iana()
1153 obj2 = xmlXPathEval(utf8_getaliases, ctxt); in read_iana()
/external/libxml2/
DdebugXML.c2981 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3071 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3092 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3174 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3253 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
3335 list = xmlXPathEval((xmlChar *) arg, ctxt->pctxt); in xmlShell()
Dlibxml2.syms488 xmlXPathEval;
Dschematron.c1253 ret = xmlXPathEval(xpath, ctxt->xctxt); in xmlSchematronGetNode()
Delfgcchack.h16148 #undef xmlXPathEval
16149 extern __typeof (xmlXPathEval) xmlXPathEval __attribute((alias("xmlXPathEval__internal_alias")));
16151 #ifndef xmlXPathEval
16152 extern __typeof (xmlXPathEval) xmlXPathEval__internal_alias __attribute((visibility("hidden")));
16153 #define xmlXPathEval xmlXPathEval__internal_alias macro
Dxmllint.c2143 res = xmlXPathEval(BAD_CAST query, ctxt); in doXPathQuery()
Dxpath.c14858 xmlXPathEval(const xmlChar *str, xmlXPathContextPtr ctx) { in xmlXPathEval() function
14929 return(xmlXPathEval(str, ctx)); in xmlXPathNodeEval()
14944 return(xmlXPathEval(str, ctxt)); in xmlXPathEvalExpression()
Dtestapi.c46880 ret_val = xmlXPathEval((const xmlChar *)str, ctx); in test_xmlXPathEval()
/external/libxml2/include/libxml/
Dxpath.h519 xmlXPathEval (const xmlChar *str,
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle588 d xmlXPathEval pr extproc('xmlXPathEval')
/external/libxml2/win32/
Dlibxml2.def.src2778 xmlXPathEval