Searched refs:prefix3 (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | hash.c | 115 const xmlChar *prefix3, const xmlChar *name3) { in xmlHashComputeQKey() argument 151 if (prefix3 != NULL) { in xmlHashComputeQKey() 152 while ((ch = *prefix3++) != 0) { in xmlHashComputeQKey() 802 const xmlChar *prefix3, const xmlChar *name3) { in xmlHashQLookup3() argument 811 name2, prefix3, name3); in xmlHashQLookup3() 817 (xmlStrQEqual(prefix3, name3, entry->name3))) in xmlHashQLookup3()
|
D | testapi.c | 10220 xmlChar * prefix3; /* the third prefix of the userdata */ in test_xmlHashQLookup3() local 10238 prefix3 = gen_const_xmlChar_ptr(n_prefix3, 5); in test_xmlHashQLookup3() 10241 …name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *… in test_xmlHashQLookup3() 10249 des_const_xmlChar_ptr(n_prefix3, (const xmlChar *)prefix3, 5); in test_xmlHashQLookup3()
|
/external/libxml2/include/libxml/ |
D | hash.h | 198 const xmlChar *prefix3);
|
/external/libxml2/os400/libxmlrpg/ |
D | hash.rpgle | 191 d prefix3 * value options(*string) const xmlChar *
|