sndbuf             78 core/ngx_connection.c     ls->sndbuf = -1;
sndbuf            178 core/ngx_connection.c         if (getsockopt(ls[i].fd, SOL_SOCKET, SO_SNDBUF, (void *) &ls[i].sndbuf,
sndbuf            186 core/ngx_connection.c             ls[i].sndbuf = -1;
sndbuf            491 core/ngx_connection.c         if (ls[i].sndbuf != -1) {
sndbuf            493 core/ngx_connection.c                            (const void *) &ls[i].sndbuf, sizeof(int))
sndbuf            498 core/ngx_connection.c                               ls[i].sndbuf, &ls[i].addr_text);
sndbuf             29 core/ngx_connection.h     int                 sndbuf;
sndbuf           1761 http/ngx_http.c     ls->sndbuf = addr->opt.sndbuf;
sndbuf           2543 http/ngx_http_core_module.c         lsopt.sndbuf = -1;
sndbuf           3467 http/ngx_http_core_module.c     lsopt.sndbuf = -1;
sndbuf           3539 http/ngx_http_core_module.c             lsopt.sndbuf = ngx_parse_size(&size);
sndbuf           3543 http/ngx_http_core_module.c             if (lsopt.sndbuf == NGX_ERROR) {
sndbuf             78 http/ngx_http_core_module.h     int                        sndbuf;