Lines Matching refs:prefix2
114 const xmlChar *prefix2, const xmlChar *name2,
139 if (prefix2 != NULL) {
140 while ((ch = *prefix2++) != 0) {
488 * @prefix2: the second prefix of the userdata
497 const xmlChar *name, const xmlChar *prefix2,
499 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
789 * @prefix2: the second prefix of the userdata
801 const xmlChar *prefix2, const xmlChar *name2,
810 key = xmlHashComputeQKey(table, prefix, name, prefix2,
816 (xmlStrQEqual(prefix2, name2, entry->name2)) &&