satisfy           224 http/modules/ngx_http_access_module.c         if (clcf->satisfy == NGX_HTTP_SATISFY_ALL) {
satisfy           516 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, satisfy),
satisfy           523 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, satisfy),
satisfy          1073 http/ngx_http_core_module.c     if (clcf->satisfy == NGX_HTTP_SATISFY_ALL) {
satisfy          3097 http/ngx_http_core_module.c     clcf->satisfy = NGX_CONF_UNSET_UINT;
satisfy          3300 http/ngx_http_core_module.c     ngx_conf_merge_uint_value(conf->satisfy, prev->satisfy,
satisfy           358 http/ngx_http_core_module.h     ngx_uint_t    satisfy;                 /* satisfy */