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

/dovecot/src/lib/
H A Darray.h18 struct bar *bar = array_idx(&foo->bars, 5);
19 struct baz *baz = array_idx(&foo->bars, 5); // compiler warning
31 struct foo *foo = array_idx(foos, 0);
237 #define array_idx(array, idx) \ macro

Completed in 16 milliseconds