HomeSort by: relevance | last modified time | path
    Searched refs:mime_fio_decoder (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/mail/
mime_codecs.h 49 mime_codec_t mime_fio_decoder(const char *);
mime_detach.c 259 if ((dec = mime_fio_decoder(mip->mi_encoding)) == NULL &&
260 (dec = mime_fio_decoder(MIME_TRANSFER_7BIT)) == NULL)
mime_decode.c 995 dec = mime_fio_decoder(mip->mi_encoding);
1004 dec = mime_fio_decoder(MIME_TRANSFER_7BIT);
mime_codecs.c 692 mime_fio_decoder(const char *ename) function in typeref:typename:PUBLIC mime_codec_t

Completed in 33 milliseconds