Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/tsp/
H A DGTPublicationsFile.php64 private $publicKeyBlockBegin; variable in GTPublicationsFile
110 … $publicKeyBlockBegin = GTUtil::readInt($this->content, self::PUBLICATION_KEY_BLOCK_BEGIN_POS);
112 … if ($publicKeyBlockBegin != $publicationBlockBegin + ($publicationCellSize * $publicationCount)) {
113 throw new GTException("Invalid publications block offset: " . $publicKeyBlockBegin);
137 $this->publicKeyBlockBegin = $publicKeyBlockBegin;
350 $offset = $this->publicKeyBlockBegin;