Searched refs:increment (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/tests/system/zero/
H A Dtests.sh45 $DIG +short -p 5300 @10.53.0.3 foo.increment
46 $DIG +short -p 5300 @10.53.0.3 foo.increment
47 $DIG +short -p 5300 @10.53.0.3 foo.increment
48 $DIG +short -p 5300 @10.53.0.3 foo.increment
49 $DIG +short -p 5300 @10.53.0.3 foo.increment
50 $DIG +short -p 5300 @10.53.0.3 foo.increment
51 $DIG +short -p 5300 @10.53.0.3 foo.increment
/bind-9.11.3/lib/dns/include/dns/
H A Ddispatch.h251 unsigned int buckets, unsigned int increment,
260 unsigned int buckets, unsigned int increment,
278 *\li increment > buckets
292 unsigned int buckets, unsigned int increment,
299 unsigned int buckets, unsigned int increment,
313 * "increment" is used in a collision avoidance function, and needs to be
332 *\li increment > buckets (and prime).
547 * Retrieve the next dispatch from dispatch set 'dset', and increment
/bind-9.11.3/lib/dns/tests/
H A Dupdate_test.c47 ATF_TC(increment); variable
48 ATF_TC_HEAD(increment, tc) {
49 atf_tc_set_md_var(tc, "descr", "simple increment by 1");
51 ATF_TC_BODY(increment, tc) {
70 atf_tc_set_md_var(tc, "descr", "increment past zero, ffffffff -> 1");
325 ATF_TP_ADD_TC(tp, increment);
/bind-9.11.3/lib/dns/
H A Dstats.c227 isc_boolean_t increment)
249 if (increment) {
226 update_rdatasetstats(dns_stats_t *stats, dns_rdatastatstype_t rrsettype, isc_boolean_t increment) argument
H A Ddispatch.c52 unsigned int qid_increment; /*%< id increment on collision */
317 unsigned int increment, dns_qid_t **qidp,
2010 unsigned int increment)
2018 REQUIRE(increment > buckets);
2088 result = qid_allocate(mgr, buckets, increment, &mgr->qid, ISC_TRUE);
2280 unsigned int increment, dns_qid_t **qidp,
2289 REQUIRE(increment > buckets);
2334 qid->qid_increment = increment;
2496 unsigned int buckets, unsigned int increment,
2504 buckets, increment, attribute
2007 dns_dispatchmgr_setudp(dns_dispatchmgr_t *mgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment) argument
2279 qid_allocate(dns_dispatchmgr_t *mgr, unsigned int buckets, unsigned int increment, dns_qid_t **qidp, isc_boolean_t needsocktable) argument
2493 dns_dispatch_createtcp(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument
2509 dns_dispatch_createtcp2(dns_dispatchmgr_t *mgr, isc_socket_t *sock, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, isc_sockaddr_t *destaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, dns_dispatch_t **dispp) argument
2746 dns_dispatch_getudp_dup(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp, dns_dispatch_t *dup_dispatch) argument
2832 dns_dispatch_getudp(dns_dispatchmgr_t *mgr, isc_socketmgr_t *sockmgr, isc_taskmgr_t *taskmgr, isc_sockaddr_t *localaddr, unsigned int buffersize, unsigned int maxbuffers, unsigned int maxrequests, unsigned int buckets, unsigned int increment, unsigned int attributes, unsigned int mask, dns_dispatch_t **dispp) argument
[all...]
H A Dcache.c106 unsigned int increment; /*% Number of names to member in struct:cache_cleaner
107 clean in one increment */
610 cleaner->increment = DNS_CACHE_CLEANERINCREMENT;
880 n_names = cleaner->increment;
944 * We have successfully performed a cleaning increment but have
954 "mem inuse %lu, sleeping", cleaner->increment,
H A Dacache.c161 int increment; /* Number of entries to member in struct:acache_cleaner
162 clean in one increment */
563 cleaner->increment = DNS_ACACHE_CLEANERINCREMENT;
837 n_entries = cleaner->increment;
911 * We have successfully performed a cleaning increment but have
924 "mem inuse %lu, sleeping", cleaner->increment,
H A Dclient.c259 unsigned buffersize, maxbuffers, maxrequests, buckets, increment; local
290 increment = is_shared ? 16433 : 5;
296 buckets, increment,
H A Drbtdb.c1057 isc_boolean_t increment)
1080 if (increment)
2782 * case where we need to increment the counter from
3223 * We increment the reference count on node to ensure that
3285 * XXXJT: technically, we need a writer lock, since we'll increment
3288 * use atomic increment when available).
3378 * Note that we don't have to increment the node's reference
4343 * We increment the reference count on node to
4775 * We increment the reference count on node to ensure that
1056 update_rrsetstats(dns_rbtdb_t *rbtdb, rdatasetheader_t *header, isc_boolean_t increment) argument
/bind-9.11.3/lib/isc/
H A Dmem.c519 size_t increment; local
527 increment = NUM_BASIC_BLOCKS * ctx->mem_target;
528 if (ctx->quota != 0U && ctx->total + increment > ctx->quota)
555 ctx->total += increment;
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh2644 $SIGNER -S -r $RANDFILE -N increment -e now+1mi -o expiring.example expiring.example.db > /dev/null 2>&1

Completed in 87 milliseconds