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

/dovecot/src/doveadm/dsync/
H A Ddsync-ibc-pipe.c56 ARRAY(pool_t) pools;
66 pool_t *pools, ret; local
69 pools = array_get_modifiable(&pipe->pools, &count);
73 ret = pools[count-1];
74 array_delete(&pipe->pools, count-1, 1);
155 array_foreach_modifiable(&pipe->pools, poolp)
157 array_free(&pipe->pools);
579 i_array_init(&pipe->pools, 4);

Completed in 838 milliseconds