/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/ |
H A D | selectiveencode.c | 68 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 D | thread.c | 27 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 D | file.c | 47 char *start, *trv; local 67 for (start = trv + 1;; --trv) { 94 for (trv = start;;) {
|
/bind-9.6-ESV-R11/bin/tests/ |
H A D | entropy2_test.c | 61 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 D | db_test.c | 368 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 D | hip_55.c | 35 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 D | time.c | 109 isc_int64_t start; local 119 start = (isc_int64_t) now; 121 t = start + (value - now); 123 t = start - (now - value);
|
H A D | compress.c | 200 unsigned int start; local 218 start = 0; 223 dns_name_getlabelsequence(name, start, n, &tname); 245 start++;
|
H A D | cache.c | 804 isc_time_t start; local 834 isc_time_now(&start);
|
H A D | xfrin.c | 149 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 D | master.c | 742 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 D | masterdump.c | 1321 isc_time_t start; local 1395 isc_time_now(&start); 1447 usecs = isc_time_microdiff(&end, &start);
|
H A D | rbtdb.c | 795 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 D | resolver.c | 136 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 D | process.hpp | 234 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 D | misc.c | 181 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 D | entropy.c | 464 * 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
|