Searched refs:current (Results 1 - 25 of 46) sorted by relevance

12

/bind-9.6-ESV-R11/lib/isc/unix/
H A Difiter_getifaddrs.c43 struct ifaddrs *pos; /*%< Ptr to current ifaddr */
44 isc_interface_t current; /*%< Current interface data. */ member in struct:isc_interfaceiter
119 * Get information about the current interface to iter->current.
155 memset(&iter->current, 0, sizeof(iter->current));
158 if (namelen > sizeof(iter->current.name) - 1)
159 namelen = sizeof(iter->current.name) - 1;
161 memset(iter->current.name, 0, sizeof(iter->current
[all...]
H A Difiter_sysctl.c54 isc_interface_t current; /* Current interface data. */ member in struct:isc_interfaceiter
145 * Get information about the current interface to iter->current.
167 memset(&iter->current, 0, sizeof(iter->current));
170 if (namelen > sizeof(iter->current.name) - 1)
171 namelen = sizeof(iter->current.name) - 1;
173 memset(iter->current.name, 0, sizeof(iter->current.name));
174 memmove(iter->current
[all...]
H A Difiter_ioctl.c83 isc_interface_t current; /* Current interface data. */ member in struct:isc_interfaceiter
409 memset(&iter->current, 0, sizeof(iter->current));
410 iter->current.af = iter->clua_sa.sa_family;
411 memset(iter->current.name, 0, sizeof(iter->current.name));
412 sprintf(iter->current.name, "clua%d", ci.aliasid);
413 iter->current.flags = INTERFACE_F_UP;
414 get_inaddr(&iter->current.address, &ci.addr);
415 get_inaddr(&iter->current
[all...]
H A Dinterfaceiter.c224 iter->current.af = AF_INET6;
225 iter->current.flags = INTERFACE_F_UP;
226 isc_netaddr_fromin6(&iter->current.address, &addr6);
227 if (isc_netaddr_islinklocal(&iter->current.address)) {
228 isc_netaddr_setzone(&iter->current.address,
240 isc_netaddr_fromin6(&iter->current.netmask, &addr6);
241 strncpy(iter->current.name, name, sizeof(iter->current.name));
255 memmove(ifdata, &iter->current, sizeof(*ifdata));
/bind-9.6-ESV-R11/lib/dns/
H A Drbt.c217 dns_rbt_addonlevel(dns_rbtnode_t *node, dns_rbtnode_t *current, int order,
372 dns_rbtnode_t **root, *parent, *child, *current, *new_current; local
417 current = NULL;
426 current = child;
428 NODENAME(current, &current_name);
433 *nodep = current;
442 parent = current;
443 child = LEFT(current);
446 parent = current;
447 child = RIGHT(current);
681 dns_rbtnode_t *current, *last_compared, *current_root; local
1370 dns_name_t current; local
1662 dns_rbt_addonlevel(dns_rbtnode_t *node, dns_rbtnode_t *current, int order, dns_rbtnode_t **rootp) argument
2269 dns_rbtnode_t *current, *previous, *predecessor; local
2386 dns_rbtnode_t *current, *successor; local
2448 dns_rbtnode_t *current, *previous, *successor; local
2493 dns_rbtnode_t *current, *previous, *successor; local
[all...]
H A Drdatasetiter.c72 * Return the current rdataset.
79 iterator->methods->current(iterator, rdataset);
H A Drdataslab.c480 unsigned char *current; local
484 current = slab + reservelen;
485 count = *current++ * 256;
486 count += *current++;
488 current += (4 * count);
492 length = *current++ * 256;
493 length += *current++;
495 current += length + 2;
497 current += length;
501 return ((unsigned int)(current
511 rdata_from_slab(unsigned char **current, dns_rdataclass_t rdclass, dns_rdatatype_t type, dns_rdata_t *rdata) argument
552 unsigned char *current; local
[all...]
H A Dsdb.c91 dns_sdbnode_t *current; member in struct:dns_sdballnodes
99 dns_rdatalist_t *current; member in struct:sdb_rdatasetiter
857 * Look for a DNAME at the current label, unless this is
871 * Look for an NS at the current label, unless this is the
896 * If the current name is not the qname, add another label
1067 sdbiter->current = NULL;
1440 sdbiter->current = ISC_LIST_HEAD(sdbiter->nodelist);
1441 if (sdbiter->current == NULL)
1451 sdbiter->current = ISC_LIST_TAIL(sdbiter->nodelist);
1452 if (sdbiter->current
[all...]
H A Dsdlz.c132 dns_sdlznode_t *current; member in struct:dns_sdlzallnodes
140 dns_rdatalist_t *current; member in struct:sdlz_rdatasetiter
272 sdlziterator->current = ISC_LIST_HEAD(sdlznode->lists);
280 sdlziterator->current = ISC_LIST_NEXT(sdlziterator->current, link);
281 if (sdlziterator->current == NULL)
291 list_tordataset(sdlziterator->current, iterator->db, iterator->node,
703 sdlziter->current = NULL;
814 * Look for a DNAME at the current label, unless this is
828 * Look for an NS at the current labe
[all...]
H A Ddbiterator.c103 * Return the current node.
110 return (iterator->methods->current(iterator, nodep, name));
H A Drbtdb.c574 rdatasetheader_t * current; member in struct:rbtdb_rdatasetiter
618 dns_rbtnodechain_t *current; member in struct:rbtdb_dbiterator
1349 rdatasetheader_t *current, *top_prev, *top_next; local
1357 for (current = node->data; current != NULL; current = top_next) {
1358 top_next = current->next;
1359 clean_stale_headers(rbtdb, mctx, current);
1361 * If current is nonexistent or stale, we can clean it up.
1363 if ((current
1380 rdatasetheader_t *current, *dcurrent, *down_next, *dparent; local
5079 rdatasetheader_t *current, *top_next; local
6623 rdatasetheader_t *current, *next; local
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dlwbuffer.c38 * beginning of the used region to the byte before the current offset (if
39 * any). The remaining region the current pointer to the end of the used
44 * It extends from the current offset to an offset in the remaining
45 * region. Initially, the active region is empty. If the current offset
59 * b == current pointer. Can be anywhere between a and d.
85 * used , current and active to zero.
88 * setting current to zero (the start of the buffer).
133 b->current = 0;
148 b->current = 0;
172 if (b->current >
[all...]
H A Dlwres_noop.c248 req->data = b->base + b->current;
296 req->data = b->base + b->current;
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c106 aliasitem_t current; local
113 current = list->first_item;
114 while (current != NULL) {
115 if (current->pattern != NULL) {
116 free(current->pattern);
118 if (current->encoding != NULL) {
119 free(current->encoding);
121 next = current->next;
122 free(current);
123 current
246 aliasitem_t current; local
[all...]
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dinterfaceiter.c72 isc_interface_t current; /* Current interface data. */ member in struct:isc_interfaceiter
303 * Get information about the current interface to iter->current.
318 memset(&iter->current, 0, sizeof(iter->current));
319 iter->current.af = AF_INET;
321 get_addr(AF_INET, &iter->current.address,
328 iter->current.flags = 0;
332 iter->current.flags |= INTERFACE_F_UP;
335 iter->current
[all...]
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dbuffer.h42 * of the used region to the byte before the 'current' offset (if any). The
43 * 'remaining' region the current pointer to the end of the used
48 * It extends from the current offset to an offset in the remaining region
50 * is empty. If the current offset advances beyond the chosen offset, the
62 * b == current pointer. Can be anywhere between a and d.
83 * 0 <= current <= used
86 * (although active < current implies empty active region)
143 ((void *)((unsigned char *)(b)->base + (b)->current)) /*b*/
156 #define isc_buffer_consumedlength(b) ((b)->current) /* b-a */
157 #define isc_buffer_remaininglength(b) ((b)->used - (b)->current) /*
175 unsigned int current; member in struct:isc_buffer
[all...]
/bind-9.6-ESV-R11/lib/isc/
H A Dbuffer.c194 * Sets the end of the active region 'n' bytes after current.
198 REQUIRE(b->current + n <= b->used);
221 REQUIRE(b->current + n <= b->used);
233 REQUIRE(n <= b->current);
255 if (b->active > b->current)
256 b->active -= b->current;
259 b->current = 0;
273 REQUIRE(b->used - b->current >= 1);
276 b->current += 1;
301 REQUIRE(b->used - b->current >
[all...]
H A Dlex.c149 * Return the current lexer commenting styles.
171 * Put the current list of specials into 'specials'.
232 * Open 'filename' and make it the current input source for 'lex'.
252 * Make 'stream' the current input source for 'lex'.
267 * Make 'buffer' the current input source for 'lex'.
319 REQUIRE(source->pushback->current > 0);
324 source->pushback->current--;
344 tbuf->current = source->pushback->current;
444 if (buffer->current
[all...]
H A Dlog.c1216 char current[PATH_MAX + 1]; local
1261 n = snprintf(current, sizeof(current), "%s.%d",
1263 if (n >= (int)sizeof(current) || n < 0)
1266 result = isc_file_remove(current);
1277 n = snprintf(current, sizeof(current), "%s.%d", path, i - 1);
1278 if (n >= (int)sizeof(current) || n < 0)
1286 result = isc_file_rename(current, new);
/bind-9.6-ESV-R11/
H A Dbind.keys2 # This file contains current trust anchors for the DNS root zone (".")
8 # These keys are current as of January 2011. If any key fails to
10 # replace this file with a current version. The latest version of
25 # for current trust anchor information.
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlwbuffer.h36 * of the used region to the byte before the 'current' offset (if any). The
37 * 'remaining' region the current pointer to the end of the used
42 * It extends from the current offset to an offset in the remaining region
44 * region is empty. If the current offset advances beyond the chosen offset,
55 * b == current pointer. Can be anywhere between a and d.
76 * 0 <= current <= used
79 * (although active < current implies empty active region)
136 #define LWRES_BUFFER_REMAINING(b) ((b)->used - (b)->current)
154 unsigned int current; member in struct:lwres_buffer
241 * current
[all...]
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Drdatasetiter.h80 void (*current)(dns_rdatasetiter_t *iterator, member in struct:dns_rdatasetitermethods
157 * Return the current rdataset.
H A Ddbiterator.h82 isc_result_t (*current)(dns_dbiterator_t *iterator, member in struct:dns_dbiteratormethods
209 * Return the current node.
/bind-9.6-ESV-R11/bin/tests/dst/
H A Ddst_test.c39 char *current; variable
142 ret = dst_key_fromfile(name, id, alg, type, current, mctx, &key);
165 ret = dst_key_fromfile(name1, id1, alg, type, current, mctx, &key1);
169 ret = dst_key_fromfile(name2, id2, alg, type, current, mctx, &key2);
245 current = isc_mem_get(mctx, 256);
246 if (current == NULL)
248 if (getcwd(current, 256) == NULL) {
292 isc_mem_put(mctx, current, 256);
H A Dt_dst.c173 char current[PATH_MAX + 1]; local
184 p = getcwd(current, PATH_MAX);;
191 ret = dst_key_fromfile(name1, id1, alg, type, current, mctx, &key1);
199 ret = dst_key_fromfile(name2, id2, alg, type, current, mctx, &key2);
281 char current[PATH_MAX + 1]; local
285 p = getcwd(current, PATH_MAX);;
292 ret = dst_key_fromfile(name, id, alg, type, current, mctx, &key);
497 len = buf->used - buf->current;
499 t_info("buf: current %d used %d len %d\n",
500 buf->current, bu
[all...]

Completed in 5105 milliseconds

12