wait              406 http/modules/ngx_http_ssi_filter_module.c     if (ctx->wait) {
wait              411 http/modules/ngx_http_ssi_filter_module.c                            &ctx->wait->uri, &ctx->wait->args);
wait              416 http/modules/ngx_http_ssi_filter_module.c         if (ctx->wait->done) {
wait              419 http/modules/ngx_http_ssi_filter_module.c                            &ctx->wait->uri, &ctx->wait->args);
wait              421 http/modules/ngx_http_ssi_filter_module.c             ctx->wait = NULL;
wait              426 http/modules/ngx_http_ssi_filter_module.c                            &ctx->wait->uri, &ctx->wait->args);
wait             1829 http/modules/ngx_http_ssi_filter_module.c     ngx_str_t                   *uri, *file, *wait, *set, *stub, args;
wait             1841 http/modules/ngx_http_ssi_filter_module.c     wait = params[NGX_HTTP_SSI_INCLUDE_WAIT];
wait             1865 http/modules/ngx_http_ssi_filter_module.c     if (wait) {
wait             1872 http/modules/ngx_http_ssi_filter_module.c         if (wait->len == 2
wait             1873 http/modules/ngx_http_ssi_filter_module.c             && ngx_strncasecmp(wait->data, (u_char *) "no", 2) == 0)
wait             1875 http/modules/ngx_http_ssi_filter_module.c             wait = NULL;
wait             1877 http/modules/ngx_http_ssi_filter_module.c         } else if (wait->len != 3
wait             1878 http/modules/ngx_http_ssi_filter_module.c                    || ngx_strncasecmp(wait->data, (u_char *) "yes", 3) != 0)
wait             1882 http/modules/ngx_http_ssi_filter_module.c                           wait);
wait             1889 http/modules/ngx_http_ssi_filter_module.c         wait = (ngx_str_t *) -1;
wait             1991 http/modules/ngx_http_ssi_filter_module.c     if (wait) {
wait             2034 http/modules/ngx_http_ssi_filter_module.c     if (wait == NULL && set == NULL) {
wait             2038 http/modules/ngx_http_ssi_filter_module.c     if (ctx->wait == NULL) {
wait             2039 http/modules/ngx_http_ssi_filter_module.c         ctx->wait = sr;
wait               73 http/modules/ngx_http_ssi_filter_module.h     ngx_http_request_t       *wait;
wait              993 http/ngx_http_file_cache.c     time_t                       wait;
wait             1012 http/ngx_http_file_cache.c     wait = 10;
wait             1030 http/ngx_http_file_cache.c             wait = 0;
wait             1037 http/ngx_http_file_cache.c             wait = 1;
wait             1047 http/ngx_http_file_cache.c     return wait;
wait             1056 http/ngx_http_file_cache.c     time_t                       now, wait;
wait             1082 http/ngx_http_file_cache.c             wait = 10;
wait             1090 http/ngx_http_file_cache.c         wait = fcn->expire - now;
wait             1092 http/ngx_http_file_cache.c         if (wait > 0) {
wait             1093 http/ngx_http_file_cache.c             wait = wait > 10 ? 10 : wait;
wait             1135 http/ngx_http_file_cache.c     return wait;
wait             1195 http/ngx_http_file_cache.c     time_t  next, wait;
wait             1216 http/ngx_http_file_cache.c         wait = ngx_http_file_cache_forced_expire(cache);
wait             1218 http/ngx_http_file_cache.c         if (wait > 0) {
wait             1219 http/ngx_http_file_cache.c             return wait;