Searched refs:expanded (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/ |
H A D | mailbox-list.c | 1104 /* get the expanded path up to the same amount of '/' characters. 1145 const char *expanded, *unexpanded, *root_dir, *p; local 1151 to get expanded="/var/mail/domain/nn" */ 1157 if (!mailbox_list_get_root_path(list, type, &expanded)) 1167 if (!mailbox_list_get_root_path(list, type, &expanded)) 1169 expanded = get_expanded_path(unexpanded, p, expanded); 1170 if (*expanded == '\0') 1175 if (stat_first_parent(expanded, &root_dir, &st) < 0) { 1192 if (root_dir == expanded) { [all...] |
/dovecot/src/auth/ |
H A D | db-lua.c | 92 const char *error,*expanded; local 111 } else if (auth_request_lua_do_var_expand(req, value, &expanded, &error) < 0) { 114 lua_pushstring(L, expanded);
|
H A D | crypt-blowfish.c | 537 static void BF_set_key(const char *key, BF_key expanded, BF_key initial, argument 606 expanded[i] = tmp[bug]; 627 * flip bit 16 in initial expanded key. (The choice of 16 is arbitrary, but 631 * It is crucial that we don't do the same to the expanded key used in the main
|
Completed in 43 milliseconds