Searched refs:failure (Results 1 - 2 of 2) sorted by relevance

/httpd/build/rpm/
H A Dhttpd.init75 failure "Apache 1.3 config directives test"
82 # things -- attempting to start while running is a failure, and shutdown
83 # when not running is also a failure. So we just do it the way init scripts
/httpd/modules/dav/main/
H A Dmod_dav.c1223 ** Note that a failure on the resource itself does not generate a
1991 /* ### what to do about closing the propdb on server failure? */
2295 int failure = 0; local
2354 /* ### what to do about closing the propdb on server failure? */
2401 failure = 1;
2409 if (!failure && dav_process_ctx_list(dav_prop_exec, ctx_list, 1, 0)) {
2410 failure = 1;
2413 /* generate a failure/success response */
2414 if (failure) {
2427 dav_auto_checkin(r, resource, failure,
[all...]

Completed in 1744 milliseconds