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

/bind-9.6-ESV-R11/lib/isc/
H A Dquota.c33 quota->soft = 0;
42 quota->soft = 0;
47 isc_quota_soft(isc_quota_t *quota, int soft) { argument
49 quota->soft = soft;
65 if (quota->soft == 0 || quota->used < quota->soft)
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dquota.h55 int soft; member in struct:isc_quota
75 isc_quota_soft(isc_quota_t *quota, int soft);
77 * Set a soft quota.
93 * \li #ISC_R_SOFTQUOTA Success soft quota reached
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c5607 server->recursionquota.used, server->recursionquota.soft,

Completed in 23 milliseconds