| 225 | } |
| 226 | |
| 227 | static void hb_box_vec_clear(hb_box_vec_t *vec) |
| 228 | { |
| 229 | memset(vec->boxes, 0, sizeof(hb_box_t) * vec->size); |
| 230 | vec->count = 0; |
| 231 | } |
| 232 | |
| 233 | static void hb_box_vec_close(hb_box_vec_t *vec) |
| 234 | { |
no outgoing calls
no test coverage detected