Lines Matching refs:res
675 int res;
711 if ((res = resolve_symlink(r->filename, &thisinfo,
717 return r->status = res;
883 int res;
980 res = ap_parse_htaccess(&htaccess_conf, r, opts.override,
984 if (res) {
985 return res;
1146 if ((res = resolve_symlink(r->filename, &thisinfo,
1152 return r->status = res;
1304 x && (res = resolve_symlink(r->filename, r->info, ap_allow_options(r),
1308 x return res;
2117 /* Initialise res, to avoid a gcc warning */
2118 int res = HTTP_INTERNAL_SERVER_ERROR;
2154 res = ap_run_quick_handler(rnew, 1);
2157 if (next_filter == NULL || res != OK) {
2158 if ((res = ap_process_request_internal(rnew))) {
2159 rnew->status = res;
2179 int res;
2260 if ((res = resolve_symlink(rnew->filename, &rnew->finfo,
2263 rnew->status = res;
2295 if ((res = ap_process_request_internal(rnew))) {
2296 rnew->status = res;
2307 int res;
2390 if ((res = ap_process_request_internal(rnew))) {
2391 rnew->status = res;