|
Squid Web Cache master
|
Public Member Functions | |
| MimeEntry (const SBuf &aPattern, const char *aContentType, const char *aContentEncoding, const char *aTransferMode, bool optionViewEnable, bool optionDownloadEnable, const char *anIconName) | |
| ~MimeEntry () | |
Public Attributes | |
| RegexPattern | pattern |
| const char * | content_type |
| const char * | content_encoding |
| char | transfer_mode |
| bool | view_option |
| bool | download_option |
| MimeIcon | theIcon |
| MimeEntry * | next |
Private Member Functions | |
| MEMPROXY_CLASS (MimeEntry) | |
|
explicit |
Definition at line 458 of file mime.cc.
References transfer_mode.
| MimeEntry::~MimeEntry | ( | ) |
Definition at line 452 of file mime.cc.
References content_encoding, content_type, and xfree.
|
private |
| const char* MimeEntry::content_encoding |
Definition at line 76 of file mime.cc.
Referenced by ~MimeEntry(), mimeGetContentEncoding(), and mimeGetEntry().
| const char* MimeEntry::content_type |
Definition at line 75 of file mime.cc.
Referenced by ~MimeEntry(), mimeGetContentType(), and mimeGetEntry().
| bool MimeEntry::download_option |
Definition at line 79 of file mime.cc.
Referenced by mimeGetDownloadOption().
| MimeEntry* MimeEntry::next |
Definition at line 81 of file mime.cc.
Referenced by mimeFreeMemory(), mimeGetEntry(), and mimeInit().
| RegexPattern MimeEntry::pattern |
Definition at line 74 of file mime.cc.
Referenced by mimeGetEntry().
| MimeIcon MimeEntry::theIcon |
Definition at line 80 of file mime.cc.
Referenced by mimeGetIcon(), and mimeInit().
| char MimeEntry::transfer_mode |
Definition at line 77 of file mime.cc.
Referenced by MimeEntry(), and mimeGetTransferMode().
| bool MimeEntry::view_option |
Definition at line 78 of file mime.cc.
Referenced by mimeGetViewOption().