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

/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc72 struct timeout *to_close; member in struct:lucene_index
155 timeout_remove(&index->to_close);
286 i_assert(index->to_close != NULL);
287 timeout_reset(index->to_close);
300 i_assert(index->to_close == NULL);
301 index->to_close = timeout_add(LUCENE_INDEX_CLOSE_TIMEOUT_MSECS,

Completed in 387 milliseconds