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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-none.c8 #define GLOBAL_TEMP_PREFIX ".temp." macro
55 return GLOBAL_TEMP_PREFIX;
H A Dmailbox-list-fs.c17 #define GLOBAL_TEMP_PREFIX ".temp." macro
32 list->temp_prefix = p_strconcat(pool, GLOBAL_TEMP_PREFIX,
174 return global ? GLOBAL_TEMP_PREFIX : list->temp_prefix;
H A Dmailbox-list-index-backend.c14 #define GLOBAL_TEMP_PREFIX ".temp." macro
41 list->temp_prefix = p_strconcat(pool, GLOBAL_TEMP_PREFIX,
198 return global ? GLOBAL_TEMP_PREFIX : list->temp_prefix;

Completed in 19 milliseconds