Home
last modified time | relevance | path

Searched refs:DEFAULT_MAX_DB_SIZE (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/nscd/
Dconnections.c123 .max_db_size = DEFAULT_MAX_DB_SIZE,
142 .max_db_size = DEFAULT_MAX_DB_SIZE,
161 .max_db_size = DEFAULT_MAX_DB_SIZE,
180 .max_db_size = DEFAULT_MAX_DB_SIZE,
199 .max_db_size = DEFAULT_MAX_DB_SIZE,
Dnscd_conf.c168 dbs[idx].max_db_size = atol (arg2) ?: DEFAULT_MAX_DB_SIZE; in nscd_parse_file()
Dnscd.h178 #define DEFAULT_MAX_DB_SIZE (32 * 1024 * 1024) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.168794 Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.