/bind-9.11.3/lib/dns/include/dns/ |
H A D | dbiterator.h | 69 isc_result_t (*last)(dns_dbiterator_t *iterator); member in struct:dns_dbiteratormethods 135 * Move the node cursor to the last node in the database (if any). 213 * result of last call to a cursor movement command was ISC_R_SUCCESS).
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | text.c | 43 char *str, *str2, *last; local 52 str2 = strtok_r(str, sep, &last); 55 str2 = strtok_r(NULL, sep, &last);
|
H A D | fs.c | 242 char *last; local 255 last = NULL; /* Silence GCC warning. */ 256 ptr = strtok_r(p, "/", &last); 263 ptr = strtok_r(NULL, "/", &last);
|
/bind-9.11.3/lib/dns/ |
H A D | portlist.c | 100 unsigned int last = len; local 111 if (xtry == last) 113 last = min; 120 if (xtry == last) 122 last = max;
|
H A D | zone.c | 518 isc_uint32_t last; member in struct:dns_unreachable 1248 /* last stuff */ 1980 * than the last time the zone was loaded. If the zone has not 2001 "older than last load"); 5247 * We just detached the last external reference. 16049 * to be managed last). 16785 zmgr->unreachable[i].last = seconds; 16839 isc_uint32_t last = seconds; local 16854 if (zmgr->unreachable[i].last < last) { [all...] |
/bind-9.11.3/lib/isc/ |
H A D | result.c | 25 unsigned int last; member in struct:resulttable 195 table->last = base + nresults - 1; 259 if (result >= table->base && result <= table->last) {
|
H A D | base32.c | 166 unsigned int last; local 172 last = (unsigned int)(s - ctx->base); 177 if (last > 32) 178 last -= 33; 183 if (last != 32 && ctx->seen_32 != 0) 189 if (last == 32 && !ctx->pad) 197 if (last == 32 && ctx->seen_32 == 0) 231 ctx->val[ctx->digits++] = (last == 32) ? 0 : last;
|
H A D | heap.c | 60 unsigned int last; member in struct:isc_heap 70 for (i = 1; i <= heap->last; i++) { 99 heap->last = 0; 170 size = heap->last; 200 new_last = heap->last + 1; 204 heap->last = new_last; 217 REQUIRE(idx >= 1 && idx <= heap->last); 222 if (idx == heap->last) { 223 heap->array[heap->last] = NULL; 224 heap->last [all...] |
H A D | task.c | 194 isc_eventtype_t last, void *tag); 202 isc_eventtype_t last, void *tag, 647 isc_eventtype_t last, void *tag, 654 REQUIRE(last >= first); 659 * Events matching 'sender', whose type is >= first and <= last, and 670 if (event->ev_type >= first && event->ev_type <= last && 688 isc_eventtype_t last, void *tag) 703 count = dequeue_events(task, sender, first, last, tag, &events, 778 isc_eventtype_t last, void *tag, 788 last, ta 646 dequeue_events(isc__task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events, isc_boolean_t purging) argument 687 isc__task_purgerange(isc_task_t *task0, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument 777 isc__task_unsendrange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag, isc_eventlist_t *events) argument 2315 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first, isc_eventtype_t last, void *tag) argument [all...] |
H A D | mem.c | 516 unsigned char *first, *last; local 567 * curr is now pointing at the last block in the 572 last = first + NUM_BASIC_BLOCKS * ctx->mem_target - 1; 575 if (last > ctx->highest) 576 ctx->highest = last; 635 * curr is now pointing at the last block in the
|
/bind-9.11.3/lib/isccc/ |
H A D | sexpr.c | 234 isccc_sexpr_t *last, *elt, *l1; local 247 for (last = l1; CDR(last) != NULL; last = CDR(last)) 249 CDR(last) = elt;
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | unormalize.c | 72 int last; /* pointing just after the last character */ member in struct:__anon91 122 assert(wb.cur == wb.last); 143 for (; wb.cur < wb.last; wb.cur++) { 186 * Now CUR points just after the last character in WB, 221 r = idn__unicode_decompose(wb->version, compat, wb->ucs4 + wb->last, 222 wb->size - wb->last, c, &dec_len); 225 wb->last += dec_len; 248 for (i = wb->cur; i < wb->last; i++) 341 wb->last 400 int last = wb->last; local [all...] |
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/ |
H A D | encoding.c | 117 char *p, *last; local 121 for (p = exename, last = NULL; *p != '\0'; p++) { 123 last = p; 126 strcpy(prgname, (last == NULL) ? exename : (last + 1));
|
/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | driver.c | 405 static char last[256] = { 0 }; local 425 if (strncasecmp(full_name, last, 255) == 0) 429 strncpy(last, full_name, 255);
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 40 * call is computed from the last one with 101% of the rate. 271 struct timespec last; /* the date of last connect */ variable in typeref:struct:timespec 1024 ret = clock_gettime(CLOCK_REALTIME, &last); 1064 x->ts0 = last; 1192 ret = clock_gettime(CLOCK_REALTIME, &last); 1229 x->ts0 = last; 1326 due = last;
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 1507 * No cached data was found. Glue is our last chance. 2052 * No cached data was found. Glue is our last chance. 4103 static isc_stdtime_t last = 0; local 4106 if (now != last) { 4107 last = now; 4121 static isc_stdtime_t last = 0; local 4124 if (now != last) { 4125 last = now; 6490 * Don't loop forever if the lookup failed last time.
|