Searched defs:apr_finfo_t (Results 1 – 1 of 1) sorted by relevance
143 typedef struct apr_finfo_t apr_finfo_t; typedef174 struct apr_finfo_t { struct177 /** The bitmask describing valid fields of this apr_finfo_t structure argument179 apr_int32_t valid;181 apr_fileperms_t protection;186 apr_filetype_e filetype;188 apr_uid_t user;190 apr_gid_t group;192 apr_ino_t inode;194 apr_dev_t device;[all …]