Searched refs:force (Results 1 - 4 of 4) sorted by relevance

/httpd/modules/dav/lock/
H A Dlocks.c345 * If force is TRUE, then the database is opened now, rather than lazily.
349 static dav_error * dav_generic_open_lockdb(request_rec *r, int ro, int force, argument
373 if (force) {
/httpd/modules/arch/win32/
H A Dmod_isapi.c220 static apr_status_t isapi_unload(isapi_loaded *isa, int force) argument
224 * If optionally cached, and we weren't asked to force the unload,
232 if (force) {
248 /* We must force the module to unload, we are about
/httpd/modules/dav/fs/
H A Dlock.c329 ** If force is TRUE, then the database is opened now, rather than lazily.
333 static dav_error * dav_fs_open_lockdb(request_rec *r, int ro, int force, argument
357 if (force) {
/httpd/modules/dav/main/
H A Dmod_dav.h1363 * If force == 0, the open can be "lazy"; no subsequent locking operations
1365 * If force != 0, locking operations will definitely occur.
1370 int force,

Completed in 4247 milliseconds