Apache HTTPD
Public Attributes | List of all members
record::header Struct Reference

Public Attributes

char name [100]
 
char mode [8]
 
char uid [8]
 
char gid [8]
 
char size [12]
 
char mtime [12]
 
char chksum [8]
 
char linkflag
 
char linkname [100]
 
char magic [8]
 
char uname [32]
 
char gname [32]
 
char devmajor [8]
 
char devminor [8]
 

Detailed Description

Definition at line 191 of file mod_mime_magic.c.

Member Data Documentation

◆ chksum

char record::header::chksum[8]

Definition at line 198 of file mod_mime_magic.c.

◆ devmajor

char record::header::devmajor[8]

Definition at line 204 of file mod_mime_magic.c.

◆ devminor

char record::header::devminor[8]

Definition at line 205 of file mod_mime_magic.c.

◆ gid

char record::header::gid[8]

Definition at line 195 of file mod_mime_magic.c.

◆ gname

char record::header::gname[32]

Definition at line 203 of file mod_mime_magic.c.

◆ linkflag

char record::header::linkflag

Definition at line 199 of file mod_mime_magic.c.

◆ linkname

char record::header::linkname[100]

Definition at line 200 of file mod_mime_magic.c.

◆ magic

char record::header::magic[8]

Definition at line 201 of file mod_mime_magic.c.

◆ mode

char record::header::mode[8]

Definition at line 193 of file mod_mime_magic.c.

◆ mtime

char record::header::mtime[12]

Definition at line 197 of file mod_mime_magic.c.

◆ name

char record::header::name[100]

Definition at line 192 of file mod_mime_magic.c.

◆ size

char record::header::size[12]

Definition at line 196 of file mod_mime_magic.c.

◆ uid

char record::header::uid[8]

Definition at line 194 of file mod_mime_magic.c.

◆ uname

char record::header::uname[32]

Definition at line 202 of file mod_mime_magic.c.


The documentation for this struct was generated from the following file: