Searched refs:entryPtr (Results 1 – 6 of 6) sorted by relevance
276 …const uint8_t* entryPtr = ptr + sizeof(uint32_t) * 2; // 2 is used to skip versionAndFlags and ent… in ParseCtts() local278 entries[i].sampleCount = ntohl(*reinterpret_cast<const uint32_t*>(entryPtr)); in ParseCtts()279 … entries[i].sampleOffset = static_cast<int32_t>(ntohl(*reinterpret_cast<const uint32_t*>(entryPtr + in ParseCtts()281 entryPtr += sizeof(CTTSEntry); in ParseCtts()313 …const uint8_t* entryPtr = ptr + sizeof(uint32_t) * 2; // 2 is used to skip versionAndFlags and ent… in ParseStts() local315 entries[i].sampleCount = ntohl(*reinterpret_cast<const uint32_t*>(entryPtr)); in ParseStts()316 … entries[i].sampleDelta = ntohl(*reinterpret_cast<const uint32_t*>(entryPtr + sizeof(uint32_t))); in ParseStts()317 entryPtr += sizeof(STTSEntry); in ParseStts()
170 bool ZipFile::ParseOneEntry(uint8_t* &entryPtr) in ParseOneEntry() argument172 if (entryPtr == nullptr) { in ParseOneEntry()178 …if (memcpy_s(&directoryEntry, sizeof(CentralDirEntry), entryPtr, sizeof(CentralDirEntry)) != EOK) { in ParseOneEntry()188 entryPtr += sizeof(CentralDirEntry); in ParseOneEntry()191 if (memcpy_s(&(fileName[0]), fileLength, entryPtr, fileLength) != EOK) { in ParseOneEntry()199 entryPtr += directoryEntry.nameSize + directoryEntry.extraSize + directoryEntry.commentSize; in ParseOneEntry()238 uint8_t *entryPtr = reinterpret_cast<uint8_t *>(centralData.data()); in ParseAllEntries() local240 if (!ParseOneEntry(entryPtr)) { in ParseAllEntries()
252 TrustedDeviceEntry **entryPtr = NULL; in DelAllPeerDevAndKeyInfo() local253 FOR_EACH_HC_VECTOR(deviceEntryVec, index, entryPtr) { in DelAllPeerDevAndKeyInfo()254 TrustedDeviceEntry *entry = (TrustedDeviceEntry *)(*entryPtr); in DelAllPeerDevAndKeyInfo()
632 auto entryPtr = pasteDataRecord->GetEntryByMimeType(SPAN_STRING_TAG); in ProcessSpanStringData() local633 if (entryPtr) { in ProcessSpanStringData()635 auto entryValue = entryPtr->GetValue(); in ProcessSpanStringData()
255 bool ParseOneEntry(uint8_t* &entryPtr);
1539 auto entryPtr = new GenericSingleVerKvEntry(); variable1540 kvEntries.push_back(entryPtr);1541 len += entryPtr->CalculateLen(SOFTWARE_VERSION_CURRENT);