Home
last modified time | relevance | path

Searched refs:NGX_ERROR_IGNORE_EINVAL (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h104 NGX_ERROR_IGNORE_EINVAL enumerator
H A Dngx_connection.c1514 c->log_error = NGX_ERROR_IGNORE_EINVAL;
1553 if (err == NGX_EINVAL && c->log_error == NGX_ERROR_IGNORE_EINVAL) {
1575 case NGX_ERROR_IGNORE_EINVAL: