Searched refs:last (Results 1 - 25 of 27) sorted by relevance

12

/bind-9.11.3/lib/isc/
H A Dheap.c60 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 Dbase32.c166 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 Dresult.c25 unsigned int last; member in struct:resulttable
195 table->last = base + nresults - 1;
259 if (result >= table->base && result <= table->last) {
H A Dtask.c194 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 Dmem.c516 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/contrib/idn/idnkit-1.0-src/lib/
H A Dunormalize.c72 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/
H A Dacconfig.h101 #define va_start(ap, last) \
104 _u.konst = &(last); \
105 ap = (va_list)(_u.var + __va_words(__typeof(last))); \
H A Dconfig.h.in104 #define va_start(ap, last) \
107 _u.konst = &(last); \
108 ap = (va_list)(_u.var + __va_words(__typeof(last))); \
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dencoding.c117 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/lib/isccc/
H A Dsexpr.c234 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/lib/dns/
H A Dportlist.c100 unsigned int last = len; local
111 if (xtry == last)
113 last = min;
120 if (xtry == last)
122 last = max;
H A Ddbiterator.c53 return (iterator->methods->last(iterator));
H A Dzone.c518 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/unit/atf-src/atf-c/detail/
H A Dtext.c43 char *str, *str2, *last; local
52 str2 = strtok_r(str, sep, &last);
55 str2 = strtok_r(NULL, sep, &last);
H A Dfs.c242 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/bin/tests/system/sortlist/ns1/
H A Dnamed.conf27 !1.1.1.4; !1.1.1.2; !1.1.1.3; !1.1.1.1; // sort these last,
/bind-9.11.3/util/
H A Dupdate_copyrights244 last if $_ =~ /\*\//;
262 last;
287 last;
309 last;
330 last;
359 last if s/.*-->//;
382 last if s/.*-->//;
400 last if /Portions of this code/;
401 last unless
H A Dupdate_branches128 last if (m/^locks;/); # we are past the tags
129 last if (m/^keyword/); # we are past the tags
/bind-9.11.3/lib/dns/include/dns/
H A Ddbiterator.h69 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/lib/isc/include/isc/
H A Dtask.h129 isc_eventtype_t first, isc_eventtype_t last,
234 *\li If '*taskp' is the last reference to the task, the task is idle (has
238 *\li If '*taskp' is the last reference to the task and
275 *\li If '*taskp' is the last reference to the task, the task is
279 *\li If '*taskp' is the last reference to the task and
287 isc_eventtype_t last, void *tag);
295 *\li last >= first
300 * type is >= first and <= last, and whose tag is 'tag' will be purged,
377 isc_eventtype_t last, void *tag, isc_eventlist_t *events);
385 *\li last >
[all...]
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c405 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 Dperftcpdns.c40 * 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/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen94 last if (!defined($line));
/bind-9.11.3/win32utils/
H A DConfigure1346 last;
1643 last;
1650 last;
2587 last;
/bind-9.11.3/bin/named/
H A Dquery.c1507 * 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.

Completed in 123 milliseconds

12