Home
last modified time | relevance | path

Searched refs:xmlDictQLookup (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/
Dtestdict.c279 tmp = xmlDictQLookup(dict, &prefix[0], cur); in run_test2()
296 tmp = xmlDictQLookup(dict, &prefix[0], cur); in run_test2()
297 if (xmlDictQLookup(dict, &prefix[0], cur) != test1[i]) { in run_test2()
410 tmp = xmlDictQLookup(dict, &prefix[0], cur); in run_test1()
Ddict.c1113 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { in xmlDictQLookup() function
Dlibxml2.syms1581 xmlDictQLookup;
DSAX2.c2221 fullname = xmlDictQLookup(ctxt->dict, prefix, localname); in xmlSAX2StartElementNs()
2379 fullname = xmlDictQLookup(ctxt->dict, attributes[j+1], in xmlSAX2StartElementNs()
Delfgcchack.h2945 #undef xmlDictQLookup
2946 extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias"…
2948 #ifndef xmlDictQLookup
2949 extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
2950 #define xmlDictQLookup xmlDictQLookup__internal_alias macro
Dxmlreader.c206 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str))
Dtestapi.c8397 ret_val = xmlDictQLookup(dict, (const xmlChar *)prefix, (const xmlChar *)name); in test_xmlDictQLookup()
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle67 d xmlDictQLookup pr * extproc('xmlDictQLookup') const xmlChar *
/external/libxml2/include/libxml/
Ddict.h61 xmlDictQLookup (xmlDictPtr dict,
/external/libxml2/win32/
Dlibxml2.def.src778 xmlDictQLookup