cert_compressor.cc | 164 // to the peer with hash |set_hash| and certificate index |index|. 170 uint64 set_hash; member in struct:net::__anon14044::CertEntry 220 &entry.set_hash, &entry.index)) { 273 memcpy(out, &i->set_hash, sizeof(i->set_hash)); 274 out += sizeof(i->set_hash); 395 memcpy(&entry.set_hash, in.data(), sizeof(uint64)); 400 StringPiece cert = common_sets->GetCert(entry.set_hash, entry.index);
|