| 1918 | */ |
| 1919 | |
| 1920 | static int is_identity_encoding(const char *enc) |
| 1921 | { |
| 1922 | return (!enc || !enc[0] || !strcmp(enc, "7bit") || !strcmp(enc, "8bit") |
| 1923 | || !strcmp(enc, "binary")); |
| 1924 | } |
| 1925 | |
| 1926 | /* |
| 1927 | * set_encoding_quality determines whether the encoding for a particular |
no outgoing calls
no test coverage detected