| 34 | size_t *outsz); |
| 35 | #else |
| 36 | static inline char *reencode_string_len(const char *a UNUSED, size_t b UNUSED, |
| 37 | const char *c UNUSED, |
| 38 | const char *d UNUSED, size_t *e) |
| 39 | { if (e) *e = 0; return NULL; } |
| 40 | #endif |
| 41 | |
| 42 | static inline char *reencode_string(const char *in, |