Searched refs:xmlDictQLookup (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/ |
D | testdict.c | 279 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()
|
D | dict.c | 1113 xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { in xmlDictQLookup() function
|
D | libxml2.syms | 1581 xmlDictQLookup;
|
D | SAX2.c | 2221 fullname = xmlDictQLookup(ctxt->dict, prefix, localname); in xmlSAX2StartElementNs() 2379 fullname = xmlDictQLookup(ctxt->dict, attributes[j+1], in xmlSAX2StartElementNs()
|
D | elfgcchack.h | 2945 #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
|
D | xmlreader.c | 206 #define CONSTQSTR(p, str) xmlDictQLookup(reader->dict, (p), (str))
|
D | testapi.c | 8397 ret_val = xmlDictQLookup(dict, (const xmlChar *)prefix, (const xmlChar *)name); in test_xmlDictQLookup()
|
/external/libxml2/os400/libxmlrpg/ |
D | dict.rpgle | 67 d xmlDictQLookup pr * extproc('xmlDictQLookup') const xmlChar *
|
/external/libxml2/include/libxml/ |
D | dict.h | 61 xmlDictQLookup (xmlDictPtr dict,
|
/external/libxml2/win32/ |
D | libxml2.def.src | 778 xmlDictQLookup
|