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

/dovecot/src/lib-sql/
H A Dsql-db-cache.c12 struct sql_db_cache_context { struct
32 struct sql_db_cache_context *ctx = SQL_DB_CACHE_CONTEXT(db);
33 struct sql_db_cache_context *head_ctx;
49 static void sql_db_cache_unlink(struct sql_db_cache_context *ctx)
51 struct sql_db_cache_context *prev_ctx, *next_ctx;
73 struct sql_db_cache_context *ctx;
95 struct sql_db_cache_context *ctx;
111 ctx = i_new(struct sql_db_cache_context, 1);

Completed in 10 milliseconds