Searched refs:ngx_http_log_gzip (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_log_module.c | 104 static ssize_t ngx_http_log_gzip(ngx_fd_t fd, u_char *buf, size_t len, 424 n = ngx_http_log_gzip(log->file->fd, buf, len, buffer->gzip, in ngx_http_log_write() 587 ngx_http_log_gzip(ngx_fd_t fd, u_char *buf, size_t len, ngx_int_t level, in ngx_http_log_gzip() function 735 n = ngx_http_log_gzip(file->fd, buffer->start, len, buffer->gzip, log); in ngx_http_log_flush()
|