Lines Matching defs:pending
26 unsigned int pending);
229 unsigned int pending;
231 /* count number of pending connections */
232 pending = array_count(&ppool->pending_conns);
233 i_assert(pending > 0);
238 array_count(&ppool->conns), pending);
241 reason, pending);
457 unsigned int pending)
462 if (pending == 1)
465 if (pending > 1) {
699 /* will disconnect any pending connections */
847 /* no connections or pending requests; disconnect immediately */
877 /* disconnect pending connections if we're not linked to any queue
886 "Peer no longer used; will now cancel pending connections "
892 /* don't do anything unless we have pending requests */
983 /* don't continue unless we have more pending requests */
1243 "%u requests pending, %u requests urgent)",
1255 /* if there are pending requests for this peer, create a new connection
1279 unsigned int pending = 0;
1284 pending++;
1287 return pending;