Searched refs:try_count (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-fs/
H A Dfs-posix.c245 unsigned int try_count = 0; local
264 try_count <= MAX_MKDIR_RETRY_COUNT) {
268 try_count++;
716 unsigned int try_count = 0; local
726 try_count <= MAX_MKDIR_RETRY_COUNT) {
730 try_count++;
745 unsigned int try_count = 0; local
750 try_count <= MAX_MKDIR_RETRY_COUNT) {
754 try_count++;
/dovecot/src/lib-storage/list/
H A Dmailbox-list-delete.c227 unsigned int try_count = 0; local
229 while (ret < 0 && errno == ENOTEMPTY && try_count++ < 10) {

Completed in 9 milliseconds