Lines Matching refs:SBPrefix
119 const std::vector<SBPrefix>& prefixes, std::string* request) {
124 sizeof(SBPrefix),
125 sizeof(SBPrefix) * prefixes.size()));
128 sizeof(SBPrefix));
291 if (hash_len != sizeof(SBPrefix) && hash_len != sizeof(SBFullHash)) {
337 SBEntry::Type type = hash_len == sizeof(SBPrefix) ?
351 SBPrefix host;
352 const int min_size = sizeof(SBPrefix) + 1;
375 SBEntry::Type type = hash_len == sizeof(SBPrefix) ?
390 SBPrefix host;
391 const int min_size = 2 * sizeof(SBPrefix) + 1;
412 const char** data, int* remaining, SBPrefix* host, int* count) {
414 memcpy(host, *data, sizeof(SBPrefix));
415 *data += sizeof(SBPrefix);
416 *remaining -= sizeof(SBPrefix);
444 entry->SetPrefixAt(i, *reinterpret_cast<const SBPrefix*>(*data));