Home | History | Annotate | Download | only in libxml2

Lines Matching defs:prefix2

10156     xmlChar * prefix2; /* the second prefix of the userdata */
10170 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3);
10173 ret_val = xmlHashQLookup2(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2);
10179 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);
10216 xmlChar * prefix2; /* the second prefix of the userdata */
10236 prefix2 = gen_const_xmlChar_ptr(n_prefix2, 3);
10241 ret_val = xmlHashQLookup3(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *)name3);
10247 des_const_xmlChar_ptr(n_prefix2, (const xmlChar *)prefix2, 3);