Searched defs:cache_key (Results 1 - 5 of 5) sorted by relevance
/dovecot/src/auth/ |
H A D | test-auth-cache.c | 54 const char *cache_key; local 60 cache_key = auth_cache_parse_key(pool_datastack_create(), 62 test_assert(strcmp(cache_key, tests[i].out) == 0);
|
H A D | userdb-lua.c | 36 const char *cache_key = "%u"; local 55 } else if (strncmp(*fields, "cache_key=", 10) == 0) { 57 cache_key = (*fields)+10; 59 cache_key = NULL; 70 if (cache_key != NULL) { 72 auth_cache_parse_key(pool, cache_key);
|
H A D | auth.h | 36 const char *cache_key; member in struct:auth_passdb 54 const char *cache_key; member in struct:auth_userdb
|
H A D | passdb-lua.c | 106 const char *cache_key = "%u"; local 127 } else if (strncmp(*fields, "cache_key=", 10) == 0) { 129 cache_key = (*fields)+10; 131 cache_key = NULL; 145 auth_cache_parse_key(pool, cache_key);
|
H A D | auth-request.c | 577 if (passdb_cache == NULL || passdb->cache_key == NULL) 584 passdb->cache_key, "", FALSE); 631 auth_cache_insert(passdb_cache, request, passdb->cache_key, str_c(str), 956 const char *cache_key = passdb->cache_key; local 959 if (passdb_cache_verify_plain(request, cache_key, 1076 const char *cache_key, *error; local 1110 cache_key = passdb_cache == NULL ? NULL : passdb->cache_key; 1111 if (passdb_cache_verify_plain(request, cache_key, passwor 1217 const char *cache_key = passdb->cache_key; local 1265 const char *cache_key, *cache_cred, *cache_scheme, *error; local 1330 const char *cache_key, *new_credentials; local 1546 const char *cache_key = userdb->cache_key; local 1562 const char *cache_key, *error; local [all...] |
Completed in 16 milliseconds