Lines Matching defs:send_queue
2542 * they would be writeable and call send_queue() first.
2543 * So we call send_queue() after a successful write,
4389 send_queue(int fd, short event, void *arg)
4398 /* use a flag to prevent recursive calls to send_queue() */
4399 if (f->f_un.f_tls.tls_conn->send_queue)
4402 f->f_un.f_tls.tls_conn->send_queue = true;
4404 DPRINTF((D_DATA|D_CALL), "send_queue(f@%p with %zu msgs, "
4410 /* send_queue() might be called with an unconnected destination
4417 DPRINTF(D_TLS, "abort send_queue(cnt@%p = %zu) "
4436 event_set(f->f_sq_event, 0, 0, send_queue, f);
4446 f->f_un.f_tls.tls_conn->send_queue = false;