Searched refs:max_elemsize (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.sbin/nscd/
H A Dcachelib.h91 size_t max_elemsize; /* if 0 then no check is made */ member in struct:common_cache_entry_params
105 size_t max_elemsize; /* if 0 then no check is made */ member in struct:mp_cache_entry_params
H A Dconfig.c209 positive_params.max_elemsize = DEFAULT_POSITIVE_ELEMENTS_SIZE;
217 negative_params.max_elemsize = DEFAULT_NEGATIVE_ELEMENTS_SIZE;
232 mp_params.max_elemsize = DEFAULT_MULTIPART_ELEMENTS_SIZE;
H A Dcachelib.c446 if ((common_entry->common_params.max_elemsize != 0) &&
448 common_entry->common_params.max_elemsize) {
897 if ((common_entry->common_params.max_elemsize != 0) &&
899 common_entry->common_params.max_elemsize)) {
970 if ((ws->parent_entry->mp_params.max_elemsize > 0) &&
971 (ws->parent_entry->mp_params.max_elemsize == ws->items_size)) {
H A Dparser.c217 entry->positive_cache_params.max_elemsize = count;
221 entry->negative_cache_params.max_elemsize = count;

Completed in 172 milliseconds