Home | History | Annotate | Download | only in unit

Lines Matching defs:strs

22 	const char *strs[] = {
40 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
41 ckh_insert(tsd, &ckh, strs[i], strs[i]);
48 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
60 expect_false(ckh_search(&ckh, strs[i], kp, vp),
63 ks = (i & 1) ? strs[i] : (const char *)NULL;
64 vs = (i & 2) ? strs[i] : (const char *)NULL;
74 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
86 expect_false(ckh_remove(tsd, &ckh, strs[i], kp, vp),
89 ks = (i & 1) ? strs[i] : (const char *)NULL;
90 vs = (i & 2) ? strs[i] : (const char *)NULL;
96 sizeof(strs)/sizeof(const char *) - i - 1,
98 sizeof(strs)/sizeof(const char *) - i - 1,