Searched refs:calltype (Results 1 - 8 of 8) sorted by relevance

/httpd/os/win32/
H A Dos.h100 #define AP_DECLARE_LATE_DLL_FUNC(lib, rettype, calltype, fn, ord, args, names) \
101 typedef rettype (calltype *ap_winapi_fpt_##fn) args; \
/httpd/modules/dav/main/
H A Dutil_lock.c260 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 Dmod_dav.h1407 int calltype,
1655 dav_error * (*func)(dav_walk_resource *wres, int calltype);
H A Dutil.c903 ** ### use get_locks w/ calltype=PARTIAL
1418 static dav_error * dav_validate_walker(dav_walk_resource *wres, int calltype) argument
H A Dmod_dav.c1955 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 Dlocks.c785 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 Dlock.c993 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 Drepos.c1148 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 3570 milliseconds