Searched refs:GenericHeader (Results 1 – 3 of 3) sorted by relevance
123 struct GenericHeader { struct131 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext); in ContainsExtStruct() argument138 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext); in ContainsExtStruct()
65 struct GenericHeader { struct498 const GenericHeader *current = reinterpret_cast<const GenericHeader *>(next); in validate_struct_pnext()523 current = reinterpret_cast<const GenericHeader *>(current->pNext); in validate_struct_pnext()
349 … const GenericHeader *orig_pnext = reinterpret_cast<const GenericHeader *>(pAllocateInfo->pNext); in AllocateMemory()350 GenericHeader *input_pnext = reinterpret_cast<GenericHeader *>(safe_allocate_info.get()); in AllocateMemory()371 … input_pnext->pNext = reinterpret_cast<GenericHeader *>(safe_dedicated_allocate_info.get()); in AllocateMemory()372 input_pnext = reinterpret_cast<GenericHeader *>(input_pnext->pNext); in AllocateMemory()377 orig_pnext = reinterpret_cast<const GenericHeader *>(orig_pnext->pNext); in AllocateMemory()