Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlDictLookup

171         test2[i] = xmlDictLookup(dict, strings2[i], -1);
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
207 test2[i] = xmlDictLookup(dict, strings2[i], -1);
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) {
262 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) {
332 test1[i] = xmlDictLookup(dict, strings1[i], -1);
342 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
352 test1[j] = xmlDictLookup(dict, strings1[j], xmlStrlen(strings1[j]));
368 test1[i] = xmlDictLookup(dict, strings1[i], -1);
393 if (xmlDictLookup(dict, strings1[i], -1) != test1[i]) {