Lines Matching defs:baz
46 strentry foo, FOO, bar, baz, shrubbery;
53 strentry_init(&baz, 3, "baz");
69 CU_ASSERT(0 == nghttp2_map_insert(&map, baz.key, &baz));
75 CU_ASSERT(strcmp("baz", ((strentry *)nghttp2_map_find(&map, 3))->str) == 0);
173 *baz = mem->malloc(sizeof(strentry), NULL),
180 strentry_init(baz, 3, "baz");
185 nghttp2_map_insert(&map, baz->key, baz);