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

/bind-9.6-ESV-R11/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.6-ESV-R11/lib/isc/win32/
H A Dthread.c27 isc_thread_create(isc_threadfunc_t start, isc_threadarg_t arg, argument
33 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
H A Dfile.c47 char *start, *trv; local
67 for (start = trv + 1;; --trv) {
94 for (trv = start;;) {
/bind-9.6-ESV-R11/bin/tests/
H A Dentropy2_test.c61 start(isc_entropysource_t *source, void *arg, isc_boolean_t blocking) { function
67 printf("start called, blocking mode.\n");
69 printf("start called, non-blocking mode.\n");
144 result = isc_entropy_createcallbacksource(ent, start, get, stop, &kbd,
H A Ddb_test.c368 isc_time_t start, finish; local
473 TIME_NOW(&start);
933 usec = isc_time_microdiff(&finish, &start);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dhip_55.c35 unsigned char *start; local
68 start = isc_buffer_used(target);
76 len = (unsigned char *)isc_buffer_used(target) - start;
84 start = isc_buffer_used(target);
92 len = (unsigned char *)isc_buffer_used(target) - start;
/bind-9.6-ESV-R11/lib/dns/
H A Dtime.c109 isc_int64_t start; local
119 start = (isc_int64_t) now;
121 t = start + (value - now);
123 t = start - (now - value);
H A Dcompress.c200 unsigned int start; local
218 start = 0;
223 dns_name_getlabelsequence(name, start, n, &tname);
245 start++;
H A Dcache.c804 isc_time_t start; local
834 isc_time_now(&start);
H A Dxfrin.c149 isc_time_t start; /*%< Start time of the transfer */ member in struct:dns_xfrin_ctx
830 isc_time_now(&xfr->start);
1097 isc_time_now(&xfr->start);
1413 msecs = isc_time_microdiff(&xfr->end, &xfr->start) / 1000;
H A Dmaster.c742 unsigned int start, stop, step, i; local
760 n = sscanf(range, "%u-%u/%u", &start, &stop, &step);
761 if (n < 2 || stop < start) {
808 for (i = start; i <= stop; i += step) {
H A Dmasterdump.c1321 isc_time_t start; local
1395 isc_time_now(&start);
1447 usecs = isc_time_microdiff(&end, &start);
H A Drbtdb.c795 adjust_quantum(unsigned int old, isc_time_t *start) { argument
809 usecs = isc_time_microdiff(&end, start);
842 isc_time_t start; local
880 isc_time_now(&start);
886 &start);
903 isc_time_now(&start);
909 &start);
7413 * Find the start of the record if not already in private5
H A Dresolver.c136 isc_time_t start; member in struct:query
273 isc_time_t start; member in struct:fetchctx
788 * We have both the start and finish times for this
792 &query->start);
1045 fctx->duration = isc_time_microdiff(&now, &fctx->start);
1355 TIME_NOW(&query->start);
2488 * the ADB to start looking using zone/hint data. This keeps us
2904 dns_adbfind_t *find, *start; local
2948 start = find;
2966 } while (find != start);
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp234 fork(void (*start)(void*), const OutStream& outsb, argument
240 atf_error_t err = atf_process_fork(&c, start, outsb.get_sb(),
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.c181 char *start; local
187 start = s;
194 return start;
257 char *start; local
279 for ( start = ++p; *p && *p != ']'; p++ )
285 for ( start = p; *p && *p != ':' && *p != '/'; p++ )
288 *host = start;
294 for ( start = p; *p && isdigit (*p); p++ )
299 *port = start;
984 time_t stop_timer (time_t start) argument
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dentropy.c464 * Move the last 4 samples into the first 4 positions, and start
858 isc_entropystart_t start,
888 cbs->startfunc = start;
1175 fprintf(stderr, "start typing:\n");
857 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 78 milliseconds