Lines Matching defs:full
41 time_t full;
47 full = dp_opt_get_int(opts, SDAP_SUDO_FULL_REFRESH_INTERVAL);
49 if (smart == 0 && full == 0) {
58 } else if (full > 0 && full <= smart) {
63 "than full refresh interval. Periodical smart refresh will be "
69 DEBUG(SSSDBG_MINOR_FAILURE, "Unable to obtain time of last full "
91 if (full > 0) {
92 ret = be_ptask_create(be_ctx, be_ctx, full, delay, 0, 0, full,
97 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to setup full refresh ptask "