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

/dovecot/src/auth/
H A Ddb-oauth2.c69 struct db_oauth2 { struct
70 struct db_oauth2 *prev,*next;
85 static struct db_oauth2 *db_oauth2_head = NULL;
153 struct db_oauth2 *db)
159 struct db_oauth2 *db_oauth2_init(const char *config_path)
161 struct db_oauth2 *db;
173 pool_t pool = pool_alloconly_create("db_oauth2", 128);
174 db = p_new(pool, struct db_oauth2, 1);
243 void db_oauth2_ref(struct db_oauth2 *db)
249 void db_oauth2_unref(struct db_oauth2 **_d
[all...]

Completed in 47 milliseconds