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

/dovecot/src/dict/
H A Ddict-connection.c20 static unsigned int dict_connections_count = 0; variable
209 dict_connections_count++;
283 i_assert(dict_connections_count > 0);
284 dict_connections_count--;
310 return dict_connections_count;

Completed in 6 milliseconds