Home
last modified time | relevance | path

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

/third_party/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.c1114 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { in xmlDictQLookup() function
Dlibxml2.syms1581 xmlDictQLookup;
DSAX2.c2222 fullname = xmlDictQLookup(ctxt->dict, prefix, localname); in xmlSAX2StartElementNs()
2380 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.c8399 ret_val = xmlDictQLookup(dict, (const xmlChar *)prefix, (const xmlChar *)name); in test_xmlDictQLookup()
/third_party/libxml2/os400/libxmlrpg/
Ddict.rpgle67 d xmlDictQLookup pr * extproc('xmlDictQLookup') const xmlChar *
/third_party/libxml2/include/libxml/
Ddict.h61 xmlDictQLookup (xmlDictPtr dict,
/third_party/libxml2/win32/
Dlibxml2.def.src778 xmlDictQLookup
/third_party/chromium/patch/
D0001-cve.patch103930 -#undef xmlDictQLookup
103931 -extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias…
103933 -#ifndef xmlDictQLookup
103934 -extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden"))…
103935 -#define xmlDictQLookup xmlDictQLookup__internal_alias