Home
last modified time | relevance | path

Searched refs:NGX_ENOSPC (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h35 #define NGX_ENOSPC ENOSPC macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_log.c185 if (n == -1 && ngx_errno == NGX_ENOSPC) { in ngx_log_error_core()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_dav_module.c1056 } else if (err == NGX_ENOSPC) { in ngx_http_dav_error()
H A Dngx_http_log_module.c447 if (err == NGX_ENOSPC) { in ngx_http_log_write()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_log_module.c395 if (err == NGX_ENOSPC) { in ngx_stream_log_write()