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

/dovecot/src/lib/
H A Dmempool-alloconly.c64 static const struct pool_vfuncs static_alloconly_pool_vfuncs = { variable in typeref:struct:pool_vfuncs
80 .v = &static_alloconly_pool_vfuncs,
415 i_assert(pool->v == &static_alloconly_pool_vfuncs);
428 i_assert(pool->v == &static_alloconly_pool_vfuncs);

Completed in 606 milliseconds