|
Apache HTTPD
|
Macros | |
| #define | APR_PERMS_SET_IMPLEMENT(type) |
| #define | APR_PERMS_SET_ENOTIMPL(type) |
| #define | APR_PERMS_SET_FN(type) apr_##type##_perms_set |
Typedefs | |
| typedef apr_status_t() | apr_perms_setfn_t(void *object, apr_fileperms_t perms, apr_uid_t uid, apr_gid_t gid) |
Definition at line 50 of file apr_perms_set.h.
| #define APR_PERMS_SET_FN | ( | type | ) | apr_##type##_perms_set |
Definition at line 56 of file apr_perms_set.h.
Definition at line 45 of file apr_perms_set.h.
| typedef apr_status_t() apr_perms_setfn_t(void *object, apr_fileperms_t perms, apr_uid_t uid, apr_gid_t gid) |
Permission set callback function.
Definition at line 42 of file apr_perms_set.h.