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

/dovecot/src/lib-index/
H A Dmail-index-alloc-cache.c37 static struct timeout *to_index = NULL; variable in typeref:struct:timeout
204 if (!seen_ref0 && to_index != NULL)
205 timeout_remove(&to_index);
239 } else if (to_index == NULL) {
240 to_index = timeout_add(INDEX_CACHE_TIMEOUT*1000/2,

Completed in 9 milliseconds