ngx_http_script_if_code_t  527 http/modules/ngx_http_rewrite_module.c     ngx_http_script_if_code_t    *if_code;
ngx_http_script_if_code_t  577 http/modules/ngx_http_rewrite_module.c     if_code = ngx_array_push_n(lcf->codes, sizeof(ngx_http_script_if_code_t));
ngx_http_script_if_code_t  615 http/modules/ngx_http_rewrite_module.c         if_code = (ngx_http_script_if_code_t *)
ngx_http_script_if_code_t 1389 http/ngx_http_script.c     ngx_http_script_if_code_t  *code;
ngx_http_script_if_code_t 1391 http/ngx_http_script.c     code = (ngx_http_script_if_code_t *) e->ip;
ngx_http_script_if_code_t 1404 http/ngx_http_script.c         e->ip += sizeof(ngx_http_script_if_code_t);