Searched refs:DONE (Results 1 - 25 of 37) sorted by relevance

12

/httpd/modules/test/
H A Dmod_dialup.c96 return DONE;
117 else if (status == DONE) {
218 if (status != SUSPENDED && status != DONE) {
/httpd/server/
H A Dconnection.c208 if (rc != OK && rc != DONE) {
H A Dlog.c330 return DONE;
340 return DONE;
349 return DONE;
357 return DONE;
394 return DONE;
460 return DONE;
470 return DONE;
H A Dmain.c806 if (rc == DONE) {
/httpd/server/mpm/prefork/
H A Dprefork.c1160 return DONE;
1227 return DONE;
1235 return DONE;
1311 return DONE;
1326 return DONE;
1336 return DONE;
1346 return DONE;
/httpd/modules/experimental/
H A Dmod_noloris.c77 return DONE;
/httpd/server/mpm/motorz/
H A Dmotorz.c166 if (status != OK && status != DONE) {
1369 return DONE;
1436 return DONE;
1444 return DONE;
1521 return DONE;
1536 return DONE;
1546 return DONE;
1556 return DONE;
/httpd/modules/dav/main/
H A Dmod_dav.c337 * ### Use of DONE obviates logging..!
339 return DONE;
387 * ### Use of DONE obviates logging..!
389 return DONE;
608 /* send the multistatus and tell Apache the request/response is DONE. */
610 return DONE;
852 return DONE;
864 return DONE;
1570 return DONE;
1586 return DONE;
[all...]
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c156 return DONE;
179 return DONE;
/httpd/modules/http/
H A Dhttp_core.c275 return DONE; /* Send HTTP pong, without Allow header */
H A Dhttp_request.c81 if (type == OK || type == DONE) {
/httpd/server/mpm/simple/
H A Dsimple_api.c118 return DONE;
H A Dsimple_io.c237 if (rv != OK && rv != DONE) {
/httpd/modules/metadata/
H A Dmod_mime_magic.c833 case DONE:
1432 * return DONE to indicate it's been handled
1441 return DONE;
1448 return DONE;
1455 return DONE;
1462 return DONE;
1472 return DONE;
1486 return DONE;
/httpd/server/mpm/worker/
H A Dworker.c1899 return DONE;
1960 return DONE;
1968 return DONE;
2036 return DONE;
2051 return DONE;
2061 return DONE;
2071 return DONE;
/httpd/modules/proxy/
H A Dmod_proxy_ajp.c576 /* return DONE */
615 /* Return DONE to avoid error messages being added to the stream */
616 rv = DONE;
626 /* Return DONE to avoid error messages being added to the stream */
627 rv = DONE;
H A Dmod_proxy_connect.c350 if (rc != OK && rc != DONE) {
/httpd/server/mpm/event/
H A Devent.c1088 if (rc != OK && rc != DONE) {
3157 return DONE;
3217 return DONE;
3225 return DONE;
3294 return DONE;
3309 return DONE;
3319 return DONE;
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c1644 return DONE;
1714 return DONE;
1738 return DONE;
/httpd/modules/lua/
H A Dlua_vmprep.c155 makeintegerfield(L, DONE);
/httpd/include/
H A Dhttpd.h453 #define DONE -2 /**< Module has served the response completely macro
/httpd/modules/arch/unix/
H A Dmod_privileges.c240 return DONE;
/httpd/modules/loggers/
H A Dmod_log_config.c1473 return DONE;
1491 return DONE;
/httpd/modules/ssl/
H A Dssl_engine_io.c1510 if (fn(f->c, (const char *)next_proto, next_proto_len) == DONE)
1540 if (fn(f->c, (const char *)next_proto, next_proto_len) == DONE)
H A Dssl_engine_kernel.c2271 if (fn(c, client_protos, proposed_protos) == DONE)
2346 if (fn(c, protos) == DONE)

Completed in 466 milliseconds

12