Searched refs:SUSPENDED (Results 1 - 6 of 6) sorted by relevance

/httpd/modules/test/
H A Dmod_dialup.c99 return SUSPENDED;
114 if (status == SUSPENDED) {
218 if (status != SUSPENDED && status != DONE) {
226 return SUSPENDED;
/httpd/modules/proxy/
H A Dmod_proxy_wstunnel.c69 return SUSPENDED;
183 if (status == SUSPENDED) {
426 if (status == SUSPENDED) {
435 return SUSPENDED;
549 if (status != SUSPENDED) {
H A Dmod_serf.c571 return SUSPENDED;
/httpd/include/
H A Dhttpd.h456 #define SUSPENDED -3 /**< Module will handle the remainder of the request. macro
/httpd/modules/http/
H A Dhttp_request.c342 if (access_status == SUSPENDED) {
/httpd/server/
H A Dconfig.c441 if ((result != OK) && (result != DONE) && (result != DECLINED) && (result != SUSPENDED)

Completed in 36 milliseconds