11#ifndef SQUID_SRC_STORE_KEY_MD5_H
12#define SQUID_SRC_STORE_KEY_MD5_H
int HASHCMP(const void *, const void *)
unsigned int HASHHASH(const void *, unsigned int)
unsigned char cache_key
Store key.
HASHHASH storeKeyHashHash
int storeKeyHashBuckets(int)
const cache_key * storeKeyPublic(const char *, const HttpRequestMethod &, const KeyScope keyScope=ksDefault)
const char * storeKeyText(const cache_key *)
const cache_key * storeKeyPublicByRequest(HttpRequest *, const KeyScope keyScope=ksDefault)
const cache_key * storeKeyPublicByRequestMethod(HttpRequest *, const HttpRequestMethod &, const KeyScope keyScope=ksDefault)
cache_key * storeKeyCopy(cache_key *, const cache_key *)
const cache_key * storeKeyScan(const char *)
const cache_key * storeKeyPrivate()
void storeKeyFree(const cache_key *)
cache_key * storeKeyDup(const cache_key *)