Home
last modified time | relevance | path

Searched refs:array_ptr_to_idx (Results 1 – 2 of 2) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Darray.h122 #define array_ptr_to_idx(array, elem) \ macro
128 array_ptr_to_idx(array, elem)
H A Dtest-array.c203 j = array_ptr_to_idx(&intarr, output); in test_array_reverse()