Searched defs:soft (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dquota.h46 int soft; member in struct:isc_quota
66 isc_quota_soft(isc_quota_t *quota, int soft);
68 * Set a soft quota.
84 * \li #ISC_R_SOFTQUOTA Success soft quota reached
/bind-9.11.3/lib/isc/
H A Dquota.c24 quota->soft = 0;
33 quota->soft = 0;
38 isc_quota_soft(isc_quota_t *quota, int soft) { argument
40 quota->soft = soft;
56 if (quota->soft == 0 || quota->used < quota->soft)

Completed in 10 milliseconds