Searched defs:calltype (Results 1 - 6 of 6) sorted by relevance
/httpd/modules/dav/main/ |
H A D | util_lock.c | 260 static dav_error * dav_lock_walker(dav_walk_resource *wres, int calltype) argument 386 static dav_error * dav_unlock_walker(dav_walk_resource *wres, int calltype) argument 566 static dav_error * dav_inherit_walker(dav_walk_resource *wres, int calltype) argument
|
H A D | util.c | 903 ** ### use get_locks w/ calltype=PARTIAL 1418 static dav_error * dav_validate_walker(dav_walk_resource *wres, int calltype) argument
|
H A D | mod_dav.c | 1955 static dav_error * dav_propfind_walker(dav_walk_resource *wres, int calltype) argument 3933 static dav_error * dav_label_walker(dav_walk_resource *wres, int calltype) argument
|
/httpd/modules/dav/lock/ |
H A D | locks.c | 785 int calltype, 797 if (calltype == DAV_GETLOCKS_COMPLETE) { 833 if (calltype == DAV_GETLOCKS_RESOLVED) { 783 dav_generic_get_locks(dav_lockdb *lockdb, const dav_resource *resource, int calltype, dav_lock **locks) argument
|
/httpd/modules/dav/fs/ |
H A D | lock.c | 993 int calltype, 1005 if (calltype == DAV_GETLOCKS_COMPLETE) { 1041 if (calltype == DAV_GETLOCKS_RESOLVED) { 991 dav_fs_get_locks(dav_lockdb *lockdb, const dav_resource *resource, int calltype, dav_lock **locks) argument
|
H A D | repos.c | 1148 int calltype) 1157 if (calltype == DAV_CALLTYPE_POSTFIX) { 1395 static dav_error * dav_fs_delete_walker(dav_walk_resource *wres, int calltype) argument 1403 (!wres->resource->collection || calltype == DAV_CALLTYPE_POSTFIX)) { 1147 dav_fs_copymove_walker(dav_walk_resource *wres, int calltype) argument
|
Completed in 48 milliseconds