Searched refs:HTTP_OK (Results 1 - 25 of 32) sorted by relevance
12
/httpd/modules/generators/ |
H A D | mod_asis.c | 63 ((r->status == HTTP_OK) || ap_is_HTTP_REDIRECT(r->status))) { 68 r->status = HTTP_OK;
|
H A D | mod_autoindex.c | 1026 && (rr->status == HTTP_OK) 1144 && (rr->status == HTTP_OK) 1199 if (r->status != HTTP_OK) {
|
/httpd/modules/mappers/ |
H A D | mod_dir.c | 194 if (rr->status == HTTP_OK 211 && rr->status != HTTP_OK) { 318 * handler will almost always result in HTTP_OK as /foo/index.html 327 if (rr->status == HTTP_OK 366 && rr->status != HTTP_OK) {
|
H A D | mod_negotiation.c | 1244 if (sub_req->status != HTTP_OK || (!sub_req->content_type)) { 1259 if (sub_req->status != HTTP_OK) { 2718 if (status != HTTP_OK && 3126 if (sub_req->status != HTTP_OK) {
|
H A D | mod_rewrite.c | 4649 r->status = HTTP_OK; 4719 r->status = HTTP_OK; /* make Apache kernel happy */ 4917 r->status = HTTP_OK; 5024 r->status = HTTP_OK; /* make Apache kernel happy */
|
/httpd/modules/http/ |
H A D | http_core.c | 152 if (r->status == HTTP_OK) { 207 if (r->status == HTTP_OK) {
|
H A D | http_request.c | 126 if (recursive_error != HTTP_OK) { 127 while (r_1st_err->prev && (r_1st_err->prev->status != HTTP_OK)) 361 ap_die_r(access_status, r, HTTP_OK);
|
H A D | byterange_filter.c | 104 if (!range || strncasecmp(range, "bytes=", 6) || r->status != HTTP_OK) { 391 f->r->status = HTTP_OK;
|
H A D | http_filters.c | 196 r->status = HTTP_OK; 201 if(r->status == HTTP_OK) {
|
/httpd/modules/proxy/ |
H A D | mod_proxy_fcgi.c | 436 int script_error_status = HTTP_OK; 672 r->status = HTTP_OK; 675 if (script_error_status == HTTP_OK 705 if (script_error_status == HTTP_OK && !ignore_body) { 725 if (script_error_status == HTTP_OK) { 782 if (script_error_status != HTTP_OK) {
|
H A D | mod_proxy_scgi.c | 422 if (r->status == HTTP_OK 495 if (rr->status == HTTP_OK && rr->finfo.filetype != APR_NOFILE) {
|
H A D | mod_proxy_connect.c | 393 r->status = HTTP_OK;
|
H A D | mod_proxy_ajp.c | 493 * doesn't become an HTTP_OK. 646 r->status = HTTP_OK;
|
H A D | mod_proxy_ftp.c | 845 int ret = HTTP_OK; 1949 r->status = HTTP_OK;
|
H A D | mod_proxy_http.c | 1071 rp->status = HTTP_OK; 1704 r->status = HTTP_OK; 1764 * doesn't become an HTTP_OK.
|
/httpd/modules/aaa/ |
H A D | mod_authnz_fcgi.c | 777 if (r->status == HTTP_OK) { 853 if (r->status == HTTP_OK) { 921 return r->status == HTTP_OK ? 959 if (r->status == HTTP_OK) { 1039 if (r->status == HTTP_OK) {
|
H A D | mod_auth_form.c | 1159 return HTTP_OK; 1229 return HTTP_OK; 1272 return r->status == HTTP_OK || r->status == OK ? OK : r->status;
|
/httpd/modules/metadata/ |
H A D | mod_cern_meta.c | 334 if (rr->status != HTTP_OK) {
|
/httpd/modules/test/ |
H A D | mod_dialup.c | 126 db->r->status = HTTP_OK;
|
/httpd/server/ |
H A D | protocol.c | 500 int status = HTTP_OK; 1038 r->status = HTTP_OK; /* Until further notice */ 1070 r->status = HTTP_OK; 1105 if (r->status != HTTP_OK) { 1211 if (access_status != HTTP_OK 1297 rnew->status = HTTP_OK;
|
H A D | util_script.c | 413 #define HTTP_UNSET (-HTTP_OK)
|
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 1279 /* ### HTTP_NO_CONTENT if no body, HTTP_OK if there is a body (some day) */ 1911 r->status = HTTP_OK; 1985 dav_stream_response(wres, HTTP_OK, NULL, ctx->scratchpool); 2688 if (lookup.rnew->status != HTTP_OK) { 3177 r->status = HTTP_OK; 3876 if (lookup.rnew->status != HTTP_OK) { 4136 r->status = HTTP_OK; 4362 if (lookup.rnew->status != HTTP_OK) { 4405 r->status = HTTP_OK; 4494 if (lookup.rnew->status != HTTP_OK) { [all...] |
/httpd/modules/cache/ |
H A D | mod_cache.c | 1004 if (r->status != HTTP_OK && r->status != HTTP_NON_AUTHORITATIVE 1071 else if (r->status == HTTP_OK && lastmods == NULL && etag == NULL && (exps 1216 /* Currently HTTP_NOT_MODIFIED, and after the redirect, handlers won't think to set status to HTTP_OK */ 1217 r->status = HTTP_OK;
|
/httpd/include/ |
H A D | httpd.h | 485 #define HTTP_OK 200 macro
|
/httpd/modules/arch/win32/ |
H A D | mod_isapi.c | 743 && cid->ecb->dwHttpStatusCode != HTTP_OK) { 753 /* Well... either there is no dwHttpStatusCode or it's HTTP_OK. 768 * from Status: string passed to us. Let's just say HTTP_OK 771 cid->r->status = HTTP_OK;
|
Completed in 138 milliseconds
12