Lines Matching full:handlers
227 /** sockaddr from peer, for TCP handlers */
231 /** the number of TCP handlers for this tcp-accept socket */
235 /** malloced array of tcp handlers for a tcp-accept,
306 /** TCP accept socket - only creates handlers if readable. */
533 * Set the slow_accept mode handlers. You can not provide these if you do
612 * Also Creates TCP Handlers, pre allocated for you.
623 * @param bufsize: size of buffer to create for handlers.
625 * or NULL to not create those structures in the tcp handlers.
629 * @param callback: callback function pointer for TCP handlers.
633 * TCP handlers in the array inside the listener commpoint.
635 * Inits timeout to NULL. All handlers are on the free list.
648 * @param bufsize: size of buffer to create for handlers.
659 * @param bufsize: size of buffer to create for handlers.
674 * @param bufsize: size of buffer to create for handlers.
758 * For TCP handlers that use c->tcp_timeout_msec, this routine adjusts
769 * For TCP handlers this includes subhandlers.
770 * For UDP handlers, this does not include the (shared) UDP buffer.