Media type entry structure. More...
#include <mediatypes.h>
Public Member Functions | |
ISC_LINK (MEDIA_TYPE_ENTRY) media_link | |
Chain link. | |
Data Fields | |
char * | media_type |
Name of this type. | |
char * | media_subtype |
Sub-name of this type. | |
unsigned int | media_flags |
Attribute flags. | |
MEDIATYPE_HANDLER | media_handler |
handler function. | |
char | media_ext [MEDIATYPE_EXT_MAXLEN+1] |
File name extension. |
Media type entry structure.
_MEDIATYPE::ISC_LINK | ( | MEDIA_TYPE_ENTRY | ) |
Chain link.
char* _MEDIATYPE::media_type |
Name of this type.
Referenced by HttpSsiHandler(), ISC_LIST(), and MediaTypeHandlerBinary().
Sub-name of this type.
Referenced by HttpSsiHandler(), ISC_LIST(), and MediaTypeHandlerBinary().
unsigned int _MEDIATYPE::media_flags |
Attribute flags.
Referenced by ISC_LIST().
handler function.
Referenced by HttpdClientHandler(), and ISC_LIST().
char _MEDIATYPE::media_ext[MEDIATYPE_EXT_MAXLEN+1] |
File name extension.
Referenced by ISC_LIST().