Lines Matching +refs:val +refs:value

822 		  unsigned int value);
1626 dns_zone_setstring(dns_zone_t *zone, char **field, const char *value) {
1629 if (value != NULL) {
1630 copy = isc_mem_strdup(zone->mctx, value);
1761 * or an "allow-update" ACL with a value other than exactly "{ none; }".
2009 * set loadtime to that value.
5363 dns_zone_setflag(dns_zone_t *zone, unsigned int flags, isc_boolean_t value) {
5367 if (value)
5376 isc_boolean_t value)
5381 if (value)
5390 isc_boolean_t value)
5395 if (value)
5417 dns_zone_setkeyopt(dns_zone_t *zone, unsigned int keyopt, isc_boolean_t value)
5422 if (value)
10554 dns_zone_setminrefreshtime(dns_zone_t *zone, isc_uint32_t val) {
10556 REQUIRE(val > 0);
10558 zone->minrefresh = val;
10562 dns_zone_setmaxrefreshtime(dns_zone_t *zone, isc_uint32_t val) {
10564 REQUIRE(val > 0);
10566 zone->maxrefresh = val;
10570 dns_zone_setminretrytime(dns_zone_t *zone, isc_uint32_t val) {
10572 REQUIRE(val > 0);
10574 zone->minretry = val;
10578 dns_zone_setmaxretrytime(dns_zone_t *zone, isc_uint32_t val) {
10580 REQUIRE(val > 0);
10582 zone->maxretry = val;
10593 dns_zone_setmaxrecords(dns_zone_t *zone, isc_uint32_t val) {
10596 zone->maxrecords = val;
12191 ednsopts[count].value = NULL;
12198 ednsopts[count].value = NULL;
14167 * exists use its value provided it is greater
16331 dns_zonemgr_settransfersin(dns_zonemgr_t *zmgr, isc_uint32_t value) {
16334 zmgr->transfersin = value;
16345 dns_zonemgr_settransfersperns(dns_zonemgr_t *zmgr, isc_uint32_t value) {
16348 zmgr->transfersperns = value;
16685 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value) {
16691 if (value == 0)
16692 value = 1;
16694 if (value == 1) {
16698 } else if (value <= 10) {
16700 ns = 1000000000 / value;
16704 ns = (1000000000 / value) * 10;
16714 *rate = value;
16718 dns_zonemgr_setnotifyrate(dns_zonemgr_t *zmgr, unsigned int value) {
16722 setrl(zmgr->notifyrl, &zmgr->notifyrate, value);
16726 dns_zonemgr_setstartupnotifyrate(dns_zonemgr_t *zmgr, unsigned int value) {
16730 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, value);
16734 dns_zonemgr_setserialqueryrate(dns_zonemgr_t *zmgr, unsigned int value) {
16738 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, value);
16740 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, value);
17282 * We treat signatures as a signed value so explicitly
18383 /* Maximum value: 24 hours (3600 minutes) */
18902 * field of the structure to ISC_TRUE and the "replace" field to the value