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

/dovecot/src/lib-storage/
H A Dmail-storage-service.c63 pool_t userdb_next_pool; member in struct:mail_storage_service_ctx
1285 if (ctx->userdb_next_pool == NULL)
1288 temp_pool = ctx->userdb_next_pool;
1289 ctx->userdb_next_pool = NULL;
1454 ctx->userdb_next_pool = pool;

Completed in 26 milliseconds