Searched defs:start (Results 1 - 25 of 25) sorted by relevance

/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.c68 char *start, *end; local
90 start = non_ascii;
91 while (start > s) {
92 char *prev = idn_utf8_findfirstbyte(start - 1, s);
95 start = prev;
97 *startp = start;
/bind-9.11.3/bin/tests/system/rndc/
H A Dgencheck.c24 check(const char *buf, ssize_t count, size_t *start) { argument
30 i++, *start = (*start + 1) % (sizeof(chars) - 1))
35 if (buf[i] != chars[*start])
49 size_t start; local
65 start = 0;
70 if (!check(buf, count, &start))
/bind-9.11.3/lib/isc/win32/
H A Dthread.c17 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, argument
23 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
H A Dapp.c119 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon294
H A Dfile.c46 char *start, *trv; local
66 for (start = trv + 1;; --trv) {
93 for (trv = start;;) {
/bind-9.11.3/bin/tests/
H A Dentropy2_test.c53 start(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { function
59 printf("start called, blocking mode.\n");
61 printf("start called, non-blocking mode.\n");
136 result = isc_entropy_createcallbacksource(ent, start, get, stop, &kbd,
H A Ddb_test.c360 isc_time_t start, finish; local
463 TIME_NOW(&start);
922 usec = isc_time_microdiff(&finish, &start);
/bind-9.11.3/lib/dns/
H A Dtime.c100 isc_int64_t start; local
110 start = (isc_int64_t) now;
112 t = start + (value - now);
114 t = start - (now - value);
H A Dnsec.c64 unsigned char *start = map; local
90 return (unsigned int)(map - start);
H A Dcompress.c212 unsigned int start; local
242 start = 0;
256 dns_name_getlabelsequence(&xname, start, n, &tname);
276 * 'node->r.base' becomes 'tmp' when start == 0.
279 if (start == 0)
286 start++;
291 if (start == 0)
H A Dxfrin.c147 isc_time_t start; /*%< Start time of the transfer */ member in struct:dns_xfrin_ctx
876 isc_time_now(&xfr->start);
1154 isc_time_now(&xfr->start);
1501 msecs = isc_time_microdiff(&xfr->end, &xfr->start) / 1000;
H A Dcache.c854 isc_time_t start; local
884 isc_time_now(&start);
H A Dmaster.c791 int i, n, start, stop, step = 0; local
810 n = sscanf(range, "%d-%d%1[/]%d", &start, &stop, dummy, &step);
811 if ((n != 2 && n != 4) || (start < 0) || (stop < 0) ||
812 (n == 4 && step < 1) || (stop < start))
852 for (i = start; i <= stop; i += step) {
H A Dmasterdump.c1625 isc_time_t start; local
1660 isc_time_now(&start);
1713 usecs = isc_time_microdiff(&end, &start);
H A Drbtdb.c1158 adjust_quantum(unsigned int old, isc_time_t *start) { argument
1172 usecs = isc_time_microdiff(&end, start);
1208 isc_time_t start; local
1249 * pick the next tree to (start to) destroy
1264 isc_time_now(&start);
1270 &start);
8879 * Find the start of the record if not already in private5
H A Dresolver.c207 isc_time_t start; member in struct:query
356 isc_time_t start; member in struct:fetchctx
919 * We have both the start and finish times for this
923 &query->start);
1338 fctx->duration = isc_time_microdiff(&now, &fctx->start);
1679 TIME_NOW(&query->start);
2214 isc_time_seconds(&query->start),
2342 * so start with minimal EDNS UDP size.
2600 tcp, &zr, &query->start, NULL, &query->buffer);
3097 * the ADB to start lookin
3563 dns_adbfind_t *find, *start; local
[all...]
H A Dzone.c6958 * nameserver re-start.
13910 isc_uint32_t start, isc_uint32_t end,
13920 if (start == end)
13923 CHECK(dns_journal_iter_init(journal, start, end));
14088 isc_uint32_t start, end; local
14159 if (!dns_journal_get_sourceserial(rjournal, &start)) {
14160 start = dns_journal_first_serial(rjournal);
14161 dns_journal_set_sourceserial(rjournal, start);
14171 if (isc_serial_gt(serial, start))
14172 start
13909 sync_secure_journal(dns_zone_t *zone, dns_zone_t *raw, dns_journal_t *journal, isc_uint32_t start, isc_uint32_t end, dns_difftuple_t **soatuplep, dns_diff_t *diff) argument
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp229 fork(void (*start)(void*), const OutStream& outsb, argument
235 atf_error_t err = atf_process_fork(&c, start, outsb.get_sb(),
/bind-9.11.3/lib/dns/include/dns/
H A Dvalidator.h159 isc_stdtime_t start; member in struct:dns_validator
/bind-9.11.3/lib/dns/rdata/generic/
H A Dhip_55.c27 unsigned char *start; local
60 start = isc_buffer_used(target);
68 len = (unsigned char *)isc_buffer_used(target) - start;
76 start = isc_buffer_used(target);
84 len = (unsigned char *)isc_buffer_used(target) - start;
/bind-9.11.3/bin/named/
H A Dbuiltin.c90 dns64_rdata(unsigned char *v, size_t start, unsigned char *rdata) { argument
94 unsigned char c = v[start++];
95 if (start == 7U)
96 start++;
/bind-9.11.3/unit/atf-src/tools/
H A Dprocess.hpp265 fork(void (*start)(void*), OutStream outsb, ErrStream errsb, void* v) argument
280 start(v);
/bind-9.11.3/lib/dns/tests/
H A Drbt_test.c782 * above. We start from node 1.
1104 unsigned int start = 0; local
1107 while (start == 0)
1108 start = random() % 4000000;
1112 for (i = start; i != start - 1; i = (i + 1) % 4000000) {
/bind-9.11.3/lib/isc/unix/
H A Dapp.c131 void *run, *shutdown, *start, *reload, *finish, *block, *unblock; member in struct:__anon284
/bind-9.11.3/lib/isc/
H A Dentropy.c469 * Move the last 4 samples into the first 4 positions, and start
862 isc_entropystart_t start,
892 cbs->startfunc = start;
1179 fprintf(stderr, "start typing:\n");
861 isc_entropy_createcallbacksource(isc_entropy_t *ent, isc_entropystart_t start, isc_entropyget_t get, isc_entropystop_t stop, void *arg, isc_entropysource_t **sourcep) argument

Completed in 142 milliseconds