Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h1278 int32_t m_object_key[sizeof(CryptoHash) / sizeof(int32_t)]; member
1487 memcpy(pi, m_alt->m_object_key, sizeof(CryptoHash)); in object_key_get()
1496 memcpy(pi, m_alt->m_object_key, CRYPTO_HASH_SIZE); in object_key_get()
1503 return memcmp(pi, m_alt->m_object_key, CRYPTO_HASH_SIZE) == 0; in compare_object_key()
1521 memcpy(m_alt->m_object_key, pi, CRYPTO_HASH_SIZE); in object_key_set()
H A DHTTP.cc1935 memset(&m_object_key[0], 0, CRYPTO_HASH_SIZE); in HTTPCacheAlt()
1965 memcpy(&m_object_key[0], &to_copy->m_object_key[0], CRYPTO_HASH_SIZE); in copy()