Searched refs:state_pool (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lmtp/
H A Dclient.h39 pool_t state_pool; member in struct:client
H A Dclient.c139 client->state_pool = pool_alloconly_create("client state", 4096);
185 p_clear(client->state_pool);
204 pool_unref(&client->state_pool);
H A Dcommands.c92 p_strdup(client->state_pool, str_c(str));

Completed in 18 milliseconds