Searched defs:idx (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Dmapper.c347 int idx; local
385 idx = 1;
387 idx = 0;
389 if (buflen[idx] < dstlen) {
392 newbuf = realloc(buffers[idx],
398 buffers[idx] = (unsigned long *)newbuf;
399 buflen[idx] = dstlen;
402 dst = buffers[idx];
403 dstlen = buflen[idx];
H A Dnormalizer.c256 int idx; local
294 idx = 1;
296 idx = 0;
298 if (buflen[idx] < dstlen) {
301 newbuf = realloc(buffers[idx],
307 buffers[idx] = (unsigned long *)newbuf;
308 buflen[idx] = dstlen;
311 dst = buffers[idx];
312 dstlen = buflen[idx];
H A Dpunycode.c110 unsigned long c, idx; local
155 idx = 0;
170 idx += delta;
171 c += idx / (ucslen + 1);
172 uidx = idx % (ucslen + 1);
184 idx = uidx + 1;
H A Ducsset.c264 int idx; local
283 idx = SEG_INDEX(v);
287 if (segments[idx].range_start >= 0) {
288 int lo = segments[idx].range_start;
289 int hi = segments[idx].range_end;
H A Dunicode.c167 int idx, t_offset, v_offset, l_offset; local
169 idx = c - SBase;
170 t_offset = idx % TCount;
171 idx /= TCount;
172 v_offset = idx % VCount;
173 l_offset = idx / VCount;
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwconfig.c396 int idx, delim; local
414 for (idx = 0; idx < LWRES_CONFMAXSEARCH; idx++) {
415 if (confdata->search[idx] != NULL) {
416 CTXFREE(confdata->search[idx],
417 strlen(confdata->search[idx])+1);
418 confdata->search[idx] = NULL;
427 idx = 0;
432 confdata->search[idx]
477 int delim, res, idx; local
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dlist.c278 atf_list_index(atf_list_t *list, const size_t idx) argument
282 PRE(idx < atf_list_size(list));
287 while (pos < idx &&
297 atf_list_index_c(const atf_list_t *list, const size_t idx) argument
301 PRE(idx < atf_list_size(list));
306 while (pos < idx &&
/bind-9.6-ESV-R11/lib/dns/
H A Drbtdb.c535 static isc_result_t resign_insert(dns_rbtdb_t *rbtdb, int idx,
726 int idx; local
743 idx = header->node->locknum;
744 if (rbtdb->heaps == NULL || rbtdb->heaps[idx] == NULL)
746 heap = rbtdb->heaps[idx];
1271 int idx; local
1278 idx = rdataset->node->locknum;
1281 ISC_LIST_UNLINK(rbtdb->rdatasets[idx], rdataset, link);
1284 isc_heap_delete(rbtdb->heaps[idx], rdataset->heap_index);
5465 resign_insert(dns_rbtdb_t *rbtdb, int idx, rdatasetheader_ argument
5491 int idx; local
[all...]

Completed in 35 milliseconds