Home | History | Annotate | Download | only in libxml2

Lines Matching refs:prefix2

90 		   const xmlChar *prefix2, const xmlChar *name2,
111 if (prefix2 != NULL) {
112 while ((ch = *prefix2++) != 0) {
457 * @prefix2: the second prefix of the userdata
466 const xmlChar *name, const xmlChar *prefix2,
468 return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL));
758 * @prefix2: the second prefix of the userdata
770 const xmlChar *prefix2, const xmlChar *name2,
779 key = xmlHashComputeQKey(table, prefix, name, prefix2,
785 (xmlStrQEqual(prefix2, name2, entry->name2)) &&