Home | Sort by: relevance | last modified time | path |
/src/usr.bin/mail/ | |
mime_header.h | 38 typedef void (*hfield_decoder_t)(char *, size_t, const char *); typedef in typeref:typename:void (*)(char *,size_t,const char *) 40 hfield_decoder_t mime_hfield_decoder(const char *); |
mime_header.c | 545 PUBLIC hfield_decoder_t 551 hfield_decoder_t decoder; |
mime_decode.c | 1063 hfield_decoder_t decode; |