Searched refs:CACHEDB_HASHSIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/unbound/cachedb/
H A Dcachedb.h90 #define CACHEDB_HASHSIZE 256 /* bit hash */ macro
H A Dredis.c237 char cmdbuf[4+(CACHEDB_HASHSIZE/8)*2+1]; /* "GET " + key */
292 char cmdbuf[6+(CACHEDB_HASHSIZE/8)*2+11+3+1];
H A Dcachedb.c335 uint8_t hash[CACHEDB_HASHSIZE/8];
573 char key[(CACHEDB_HASHSIZE/8)*2+1];
600 char key[(CACHEDB_HASHSIZE/8)*2+1];

Completed in 159 milliseconds