Home | History | Annotate | Download | only in unit

Lines Matching full:strs

24 	const char *strs[] = {
42 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
43 ckh_insert(tsd, &ckh, strs[i], strs[i]);
50 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
62 assert_false(ckh_search(&ckh, strs[i], kp, vp),
65 ks = (i & 1) ? strs[i] : (const char *)NULL;
66 vs = (i & 2) ? strs[i] : (const char *)NULL;
76 for (i = 0; i < sizeof(strs)/sizeof(const char *); i++) {
88 assert_false(ckh_remove(tsd, &ckh, strs[i], kp, vp),
91 ks = (i & 1) ? strs[i] : (const char *)NULL;
92 vs = (i & 2) ? strs[i] : (const char *)NULL;
98 sizeof(strs)/sizeof(const char *) - i - 1,
100 sizeof(strs)/sizeof(const char *) - i - 1,