| 28 | } |
| 29 | |
| 30 | static const char *get_value(const struct test_entry *e) |
| 31 | { |
| 32 | return e->key + strlen(e->key) + 1; |
| 33 | } |
| 34 | |
| 35 | static struct test_entry *alloc_test_entry(const char *key, const char *value, |
| 36 | unsigned int ignore_case) |
no outgoing calls
no test coverage detected