Home
last modified time | relevance | path

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

/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Darray.h208 array_append_i(struct array *array, const void *data, unsigned int count) in array_append_i() function
215 array_append_i(&(array)->arr, data, count))
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc480 array_append_i(&index->analyzers.arr, &new_analyzer, 1); in get_analyzer()