Searched refs:seekIdSize (Results 1 – 2 of 2) sorted by relevance
1982 const long long seekIdSize = ReadUInt(m_pReader, pos, len);1983 assert(seekIdSize >= 0);1990 assert(len == seekIdSize);1993 pos += seekIdSize; //consume payload2046 const long long seekIdSize = ReadUInt(pReader, pos, len); in ParseEntry() local2048 if (seekIdSize <= 0) in ParseEntry()2056 if ((pos + seekIdSize) > stop) in ParseEntry()2075 if (len != seekIdSize) in ParseEntry()2078 pos += seekIdSize; // consume SeekID payload in ParseEntry()
1980 const long long seekIdSize = ReadUInt(m_pReader, pos, len);1981 assert(seekIdSize >= 0);1988 assert(len == seekIdSize);1991 pos += seekIdSize; //consume payload2044 const long long seekIdSize = ReadUInt(pReader, pos, len); in ParseEntry() local2046 if (seekIdSize <= 0) in ParseEntry()2054 if ((pos + seekIdSize) > stop) in ParseEntry()2073 if (len != seekIdSize) in ParseEntry()2076 pos += seekIdSize; // consume SeekID payload in ParseEntry()