Searched defs:neg_expired_r (Results 1 - 2 of 2) sorted by relevance
/dovecot/src/auth/ |
H A D | passdb-cache.c | 33 const char **value_r, bool *neg_expired_r) 41 &expired, neg_expired_r); 31 passdb_cache_lookup(struct auth_request *request, const char *key, bool use_expired, struct auth_cache_node **node_r, const char **value_r, bool *neg_expired_r) argument
|
H A D | auth-cache.c | 370 bool *expired_r, bool *neg_expired_r) 378 *neg_expired_r = FALSE; 404 *neg_expired_r = TRUE; 368 auth_cache_lookup(struct auth_cache *cache, const struct auth_request *request, const char *key, struct auth_cache_node **node_r, bool *expired_r, bool *neg_expired_r) argument
|
Completed in 14 milliseconds