|
ze-filter
(ze-filter-0.8.0-develop-180218)
|
Go to the source code of this file.
Macros | |
| #define | ISCHARINSTR(s, c) (((s) == NULL) || (strchr((s),(c)) == NULL)) |
Functions | |
| bool | is_rfc2047_encoded (char *s) |
| int | decode_rfc2047 (char *out, char *in, size_t sz) |
| bool | is_rfc1521_encoded (char *s) |
| int | decode_rfc1521 (char *out, char *in, size_t sz) |
| bool | is_rfc2231_encoded (char *s) |
| int | decode_rfc2231 (char *out, char *in, size_t sz) |
| int | strascii (char *s, char *exa, char *exb) |
| #define ISCHARINSTR | ( | s, | |
| c | |||
| ) | (((s) == NULL) || (strchr((s),(c)) == NULL)) |
Definition at line 325 of file ze-decode.c.