IOV_MAX            51 os/unix/ngx_darwin_config.h #ifndef IOV_MAX
IOV_MAX            29 os/unix/ngx_darwin_sendfile_chain.c #if (IOV_MAX > 64)
IOV_MAX            33 os/unix/ngx_darwin_sendfile_chain.c #define NGX_HEADERS   IOV_MAX
IOV_MAX            34 os/unix/ngx_darwin_sendfile_chain.c #define NGX_TRAILERS  IOV_MAX
IOV_MAX           106 os/unix/ngx_darwin_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
IOV_MAX           180 os/unix/ngx_darwin_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
IOV_MAX           182 os/unix/ngx_files.c         while (cl && vec.nelts < IOV_MAX) {
IOV_MAX           101 os/unix/ngx_freebsd_config.h #ifndef IOV_MAX
IOV_MAX            31 os/unix/ngx_freebsd_sendfile_chain.c #if (IOV_MAX > 64)
IOV_MAX            35 os/unix/ngx_freebsd_sendfile_chain.c #define NGX_HEADERS   IOV_MAX
IOV_MAX            36 os/unix/ngx_freebsd_sendfile_chain.c #define NGX_TRAILERS  IOV_MAX
IOV_MAX           110 os/unix/ngx_freebsd_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
IOV_MAX           185 os/unix/ngx_freebsd_sendfile_chain.c             while (cl && header.nelts < IOV_MAX && send < limit) {
IOV_MAX            29 os/unix/ngx_linux_sendfile_chain.c #if (IOV_MAX > 64)
IOV_MAX            32 os/unix/ngx_linux_sendfile_chain.c #define NGX_HEADERS  IOV_MAX
IOV_MAX            92 os/unix/ngx_linux_sendfile_chain.c              cl && header.nelts < IOV_MAX && send < limit;
IOV_MAX            91 os/unix/ngx_posix_config.h #ifndef IOV_MAX
IOV_MAX            34 os/unix/ngx_solaris_sendfilev_chain.c #if (IOV_MAX > 64)
IOV_MAX            37 os/unix/ngx_solaris_sendfilev_chain.c #define NGX_SENDFILEVECS  IOV_MAX
IOV_MAX            96 os/unix/ngx_solaris_sendfilev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)
IOV_MAX            12 os/unix/ngx_writev_chain.c #if (IOV_MAX > 64)
IOV_MAX            15 os/unix/ngx_writev_chain.c #define NGX_IOVS  IOV_MAX
IOV_MAX            73 os/unix/ngx_writev_chain.c         for (cl = in; cl && vec.nelts < IOV_MAX && send < limit; cl = cl->next)