Home
last modified time | relevance | path

Searched refs:NGX_IOVS_PREALLOCATE (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_darwin_sendfile_chain.c44 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()
H A Dngx_freebsd_sendfile_chain.c46 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()
H A Dngx_os.h58 #define NGX_IOVS_PREALLOCATE 64 macro
60 #define NGX_IOVS_PREALLOCATE IOV_MAX macro
H A Dngx_readv_chain.c21 struct iovec *iov, iovs[NGX_IOVS_PREALLOCATE]; in ngx_readv_chain()
77 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_readv_chain()
H A Dngx_writev_chain.c21 struct iovec iovs[NGX_IOVS_PREALLOCATE]; in ngx_writev_chain()
49 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_writev_chain()
H A Dngx_files.c298 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()
H A Dngx_udp_sendmsg_chain.c26 struct iovec iovs[NGX_IOVS_PREALLOCATE]; in ngx_udp_unix_sendmsg_chain()
54 vec.nalloc = NGX_IOVS_PREALLOCATE; in ngx_udp_unix_sendmsg_chain()
H A Dngx_linux_sendfile_chain.c58 struct iovec headers[NGX_IOVS_PREALLOCATE]; in ngx_linux_sendfile_chain()
77 header.nalloc = NGX_IOVS_PREALLOCATE; in ngx_linux_sendfile_chain()
H A Dngx_solaris_sendfilev_chain.c38 #define NGX_SENDFILEVECS NGX_IOVS_PREALLOCATE