Searched refs:NGX_IOVS_PREALLOCATE (Results 1 – 9 of 9) sorted by relevance
44 struct iovec headers[NGX_IOVS_PREALLOCATE]; in ngx_darwin_sendfile_chain()45 struct iovec trailers[NGX_IOVS_PREALLOCATE]; in ngx_darwin_sendfile_chain()73 header.nalloc = NGX_IOVS_PREALLOCATE; in ngx_darwin_sendfile_chain()76 trailer.nalloc = NGX_IOVS_PREALLOCATE; in ngx_darwin_sendfile_chain()
46 struct iovec headers[NGX_IOVS_PREALLOCATE]; in ngx_freebsd_sendfile_chain()47 struct iovec trailers[NGX_IOVS_PREALLOCATE]; in ngx_freebsd_sendfile_chain()86 header.nalloc = NGX_IOVS_PREALLOCATE; in ngx_freebsd_sendfile_chain()89 trailer.nalloc = NGX_IOVS_PREALLOCATE; in ngx_freebsd_sendfile_chain()
58 #define NGX_IOVS_PREALLOCATE 64 macro60 #define NGX_IOVS_PREALLOCATE IOV_MAX macro
21 struct iovec *iov, iovs[NGX_IOVS_PREALLOCATE]; in ngx_readv_chain()77 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_readv_chain()
21 struct iovec iovs[NGX_IOVS_PREALLOCATE]; in ngx_writev_chain()49 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_writev_chain()
298 struct iovec iovs[NGX_IOVS_PREALLOCATE]; in ngx_write_chain_to_file()311 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_write_chain_to_file()548 struct iovec iovs[NGX_IOVS_PREALLOCATE]; in ngx_thread_write_chain_to_file_handler()551 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_thread_write_chain_to_file_handler()
26 struct iovec iovs[NGX_IOVS_PREALLOCATE]; in ngx_udp_unix_sendmsg_chain()54 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_udp_unix_sendmsg_chain()
58 struct iovec headers[NGX_IOVS_PREALLOCATE]; in ngx_linux_sendfile_chain()77 header.nalloc = NGX_IOVS_PREALLOCATE; in ngx_linux_sendfile_chain()
38 #define NGX_SENDFILEVECS NGX_IOVS_PREALLOCATE