Lines Matching defs:cfgp
529 print_cfg(nscd_cfg_cache_t *cfgp) {
532 yes_no(cfgp->enable));
534 yes_no(cfgp->per_user));
536 yes_no(cfgp->avoid_ns));
538 yes_no(cfgp->check_files));
540 cfgp->check_interval);
542 cfgp->pos_ttl);
544 cfgp->neg_ttl);
546 cfgp->keephot);
548 cfgp->hint_size);
550 cfgp->maxentries,
551 cfgp->maxentries?"\n":" (unlimited)\n");
1246 check_config(nsc_lookup_args_t *largs, nscd_cfg_cache_t *cfgp,
1266 *cfgp = nscdb->cfg;
1268 if (cfgp->enable == nscd_false) {
1286 if (cfgp->pos_ttl <= 0 && cfgp->neg_ttl <= 0) {
1289 else if (cfgp->avoid_ns == nscd_true)
2071 lookup_cache(nsc_lookup_args_t *largs, nscd_cfg_cache_t *cfgp,
2116 if (cfgp->avoid_ns == nscd_true) {
2158 if (cfgp->maxentries > 0 && nentries > cfgp->maxentries) {