| 125 | } |
| 126 | |
| 127 | void h2_proxy_ihash_remove(h2_proxy_ihash_t *ih, int id) |
| 128 | { |
| 129 | apr_hash_set(ih->hash, &id, sizeof(id), NULL); |
| 130 | } |
| 131 | |
| 132 | void h2_proxy_ihash_remove_val(h2_proxy_ihash_t *ih, void *val) |
| 133 | { |
no outgoing calls
no test coverage detected