Searched refs:header_out_storage (Results 1 – 2 of 2) sorted by relevance
913 uint8_t *header_out_storage; member1588 memcpy(&t->header_out_storage[offset], h->ptr, h->n_bytes); in emit_handler()1593 memcpy(t->ptr - offset, t->header_out_storage, offset); in emit_handler()
1235 t->header_out_storage = calloc(1, n_bytes); in header_build()1236 CHECK(t->header_out_storage, ENOMEM); in header_build()1269 free(t->header_out_storage); in header_build_free()1270 t->header_out_storage = NULL; in header_build_free()