Home | History | Annotate | Download | only in libxml2

Lines Matching refs:prefix2

116 		   const xmlChar *prefix2, const xmlChar *name2,
140 if (prefix2 != NULL) {
141 while ((ch = *prefix2++) != 0) {
492 * @prefix2: the second prefix of the userdata
501 const xmlChar *name, const xmlChar *prefix2,
503 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
793 * @prefix2: the second prefix of the userdata
805 const xmlChar *prefix2, const xmlChar *name2,
814 key = xmlHashComputeQKey(table, prefix, name, prefix2,
820 (xmlStrQEqual(prefix2, name2, entry->name2)) &&