Searched refs:crcs (Results 1 – 2 of 2) sorted by relevance
89 public function getByCrc(array $crcs): array { argument90 if (empty($crcs)) return [];92 $placeholders = implode(',', array_fill(0, count($crcs), '?'));97 $stmt->execute(array_values($crcs));
2853 var crcs = [];2865 …crcs[fcnt] = typeof fi.content == "string" ? CRC32.bstr(fi.content, 0) : CRC32.buf(/*::((*/fi.cont…2879 o.write_shift(-4, (flags & 8) ? 0 : crcs[fcnt]);2900 o.write_shift(-4, crcs[fcnt]);2915 o.write_shift(-4, crcs[fcnt]);