Searched defs:foo (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-master/
H A Dtest-master-service-settings-cache.c20 const char *foo; member in struct:test_service_settings
28 DEF(SET_STR, foo),
33 .foo = ""
/dovecot/src/lib/
H A Dtest-array.c7 struct foo { struct
13 ARRAY(struct foo) foos;
14 struct foo nfoo;
32 ARRAY(struct foo) foos;
33 const struct foo *foo; local
34 struct foo nfoo;
44 array_foreach(&foos, foo) {
45 i = array_foreach_idx(&foos, foo);
46 test_assert(foo
55 struct foo foo; local
[all...]

Completed in 1773 milliseconds