log_not_found     141 http/modules/ngx_http_flv_module.c         if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) {
log_not_found     353 http/modules/ngx_http_index_module.c     if (clcf->log_not_found) {
log_not_found     126 http/modules/ngx_http_static_module.c         if (rc != NGX_HTTP_NOT_FOUND || clcf->log_not_found) {
log_not_found     586 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, log_not_found),
log_not_found    3128 http/ngx_http_core_module.c     clcf->log_not_found = NGX_CONF_UNSET;
log_not_found    3376 http/ngx_http_core_module.c     ngx_conf_merge_value(conf->log_not_found, prev->log_not_found, 1);
log_not_found     376 http/ngx_http_core_module.h     ngx_flag_t    log_not_found;           /* log_not_found */