Home
last modified time | relevance | path

Searched refs:new_hdr (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_memory.c225 struct debug_memory_header *old_hdr, *new_hdr; in debug_realloc() local
255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
256 if (!new_hdr) { in debug_realloc()
262 new_hdr->no = old_hdr->no; in debug_realloc()
263 new_hdr->file = old_hdr->file; in debug_realloc()
264 new_hdr->line = old_hdr->line; in debug_realloc()
265 new_hdr->function = old_hdr->function; in debug_realloc()
266 new_hdr->size = new_size; in debug_realloc()
267 new_hdr->magic = DEBUG_MEMORY_MAGIC; in debug_realloc()
268 new_hdr->tag = 0; in debug_realloc()
[all …]
/external/scapy/scapy/contrib/
Dhttp2.py2649 new_hdr, new_hdr_len = self._convert_a_header_to_a_h2_header(
2652 new_hdr_bin_len = len(raw(new_hdr))
2654 if register and isinstance(new_hdr, HPackLitHdrFldWithIncrIndexing):
2655 self.register(new_hdr)
2681 hdr_list += new_hdr