HomeSort by: relevance | last modified time | path
    Searched defs:decode_comment (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/mail/
mime_header.c 271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) function in typeref:typename:int
313 if (decode_comment(&q, qend, &p, pend, charset) == -1)
463 (void)decode_comment(&q, qend, &p, pend, charset);
mime_header.c 271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) function in typeref:typename:int
313 if (decode_comment(&q, qend, &p, pend, charset) == -1)
463 (void)decode_comment(&q, qend, &p, pend, charset);
mime_header.c 271 decode_comment(char **obuf, char *oend, const char **ibuf, const char *iend, const char *charset) function in typeref:typename:int
313 if (decode_comment(&q, qend, &p, pend, charset) == -1)
463 (void)decode_comment(&q, qend, &p, pend, charset);

Completed in 35 milliseconds