Lines Matching refs:test2
32 static const xmlChar *test2[NB_STRINGS_MAX]; variable
162 memset(test2, 0, sizeof(test2)); in run_test2()
171 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
172 if (test2[i] == NULL) { in run_test2()
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
182 if (test2[j] == NULL) { in run_test2()
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j])); in run_test2()
192 if (test2[j] == NULL) { in run_test2()
205 if (test2[i] != NULL) in run_test2()
207 test2[i] = xmlDictLookup(dict, strings2[i], -1); in run_test2()
208 if (test2[i] == NULL) { in run_test2()
220 if (!xmlDictOwns(dict, test2[i])) { in run_test2()
226 if (xmlDictOwns(parent, test2[i])) { in run_test2()
250 if (xmlDictLookup(dict, strings2[i], -1) != test2[i]) { in run_test2()
280 if (tmp != test2[i]) { in run_test2()