Searched refs:ext_struct (Results 1 – 1 of 1) sorted by relevance
131 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext); in ContainsExtStruct() local133 while (ext_struct != nullptr) { in ContainsExtStruct()134 if (ext_struct->sType == ext_type) { in ContainsExtStruct()138 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext); in ContainsExtStruct()