Searched refs:unlock (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/dav/main/ |
H A D | util.c | 2035 dav_auto_checkin(r, resource, 1 /*undo*/, 0 /*unlock*/, av_info); 2047 int unlock, 2106 && (unlock || av_info->resource_checkedout)) { 2111 (unlock && (auto_version == DAV_AUTO_VERSION_LOCKED))) { 2128 if (!unlock 2043 dav_auto_checkin( request_rec *r, dav_resource *resource, int undo, int unlock, dav_auto_version_info *av_info) argument
|
H A D | mod_dav.h | 2057 * Set the unlock flag to indicate that the resource is about 2070 int unlock,
|
/httpd/modules/arch/win32/ |
H A D | mod_isapi.c | 375 * retry attempt, since we unlock the global mutex 454 apr_thread_rwlock_t *unlock = (*isa)->in_progress; local 456 apr_thread_rwlock_unlock(unlock);
|
Completed in 694 milliseconds