NetSurf
|
Data Fields | |
const uint8_t * | sig |
size_t | len |
bool | safe |
lwc_string ** | type |
Definition at line 36 of file mimesniff.c.
size_t map_s::len |
Definition at line 38 of file mimesniff.c.
Referenced by mimesniff__compute_text_or_binary(), mimesniff__compute_unknown(), mimesniff__match_unknown(), mimesniff__match_unknown_bom(), mimesniff__match_unknown_exact(), mimesniff__match_unknown_riff(), and mimesniff__match_unknown_ws().
bool map_s::safe |
Definition at line 39 of file mimesniff.c.
Referenced by mimesniff__match_unknown_exact().
const uint8_t* map_s::sig |
Definition at line 37 of file mimesniff.c.
Referenced by mimesniff__match_unknown_bom(), mimesniff__match_unknown_exact(), mimesniff__match_unknown_riff(), and mimesniff__match_unknown_ws().
lwc_string** map_s::type |
Definition at line 40 of file mimesniff.c.
Referenced by mimesniff__match_unknown_bom(), mimesniff__match_unknown_exact(), mimesniff__match_unknown_riff(), and mimesniff__match_unknown_ws().