Searched refs:HTTP_OK (Results 1 - 25 of 32) sorted by relevance

12

/httpd/modules/generators/
H A Dmod_asis.c63 ((r->status == HTTP_OK) || ap_is_HTTP_REDIRECT(r->status))) {
68 r->status = HTTP_OK;
H A Dmod_autoindex.c1026 && (rr->status == HTTP_OK)
1144 && (rr->status == HTTP_OK)
1199 if (r->status != HTTP_OK) {
/httpd/modules/mappers/
H A Dmod_dir.c194 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 Dmod_negotiation.c1244 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 Dmod_rewrite.c4649 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 Dhttp_core.c152 if (r->status == HTTP_OK) {
207 if (r->status == HTTP_OK) {
H A Dhttp_request.c126 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 Dbyterange_filter.c104 if (!range || strncasecmp(range, "bytes=", 6) || r->status != HTTP_OK) {
391 f->r->status = HTTP_OK;
H A Dhttp_filters.c196 r->status = HTTP_OK;
201 if(r->status == HTTP_OK) {
/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c436 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 Dmod_proxy_scgi.c422 if (r->status == HTTP_OK
495 if (rr->status == HTTP_OK && rr->finfo.filetype != APR_NOFILE) {
H A Dmod_proxy_connect.c393 r->status = HTTP_OK;
H A Dmod_proxy_ajp.c493 * doesn't become an HTTP_OK.
646 r->status = HTTP_OK;
H A Dmod_proxy_ftp.c845 int ret = HTTP_OK;
1949 r->status = HTTP_OK;
H A Dmod_proxy_http.c1071 rp->status = HTTP_OK;
1704 r->status = HTTP_OK;
1764 * doesn't become an HTTP_OK.
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c777 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 Dmod_auth_form.c1159 return HTTP_OK;
1229 return HTTP_OK;
1272 return r->status == HTTP_OK || r->status == OK ? OK : r->status;
/httpd/modules/metadata/
H A Dmod_cern_meta.c334 if (rr->status != HTTP_OK) {
/httpd/modules/test/
H A Dmod_dialup.c126 db->r->status = HTTP_OK;
/httpd/server/
H A Dprotocol.c500 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 Dutil_script.c413 #define HTTP_UNSET (-HTTP_OK)
/httpd/modules/dav/main/
H A Dmod_dav.c1279 /* ### 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 Dmod_cache.c1004 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 Dhttpd.h485 #define HTTP_OK 200 macro
/httpd/modules/arch/win32/
H A Dmod_isapi.c743 && 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