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

/dovecot/src/anvil/
H A Dconnect-limit.c105 unsigned int new_refcount; local
110 new_refcount = POINTER_CAST_TO(value, unsigned int) - 1;
111 if (new_refcount > 0) {
112 value = POINTER_CAST(new_refcount);

Completed in 9 milliseconds