| 130 | } |
| 131 | |
| 132 | void h2_proxy_ihash_remove_val(h2_proxy_ihash_t *ih, void *val) |
| 133 | { |
| 134 | int id = *((int*)((char *)val + ih->ioff)); |
| 135 | apr_hash_set(ih->hash, &id, sizeof(id), NULL); |
| 136 | } |
| 137 | |
| 138 | |
| 139 | void h2_proxy_ihash_clear(h2_proxy_ihash_t *ih) |
no outgoing calls
no test coverage detected