Searched defs:current (Results 1 - 25 of 26) sorted by relevance

12

/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.
H A Drdataset.h72 void (*current)(dns_rdataset_t *rdataset, member in struct:dns_rdatasetmethods
124 * 'private', 'current', and 'index' fields MUST NOT be changed by clients.
340 * Make 'rdata' refer to the current rdata.
458 * If 'state' is non NULL then the current position in the
/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/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...]
/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/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...]
/bind-9.6-ESV-R11/lib/dns/
H A Drootns.c302 dns_rdata_t current = DNS_RDATA_INIT; local
306 dns_rdataset_current(rrset, &current);
307 if (dns_rdata_compare(rdata, &current) == 0)
309 dns_rdata_reset(&current);
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 Dmaster.c149 dns_name_t *current; member in struct:dns_incctx
238 ictx->current, source, ictx->current_line); \
495 ictx->current = NULL;
952 name = (ictx->glue != NULL) ? ictx->glue : ictx->current;
1205 "$DATE in future, using current date",
1393 * not match the current glue name, commit the glue
1418 * name does not match the current name, see if the
1423 if ((ictx->glue == NULL) && (ictx->current == NULL ||
1424 dns_name_compare(ictx->current, new_name) != 0)) {
1437 ictx->current,
2656 grow_rdatalist(int new_len, dns_rdatalist_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
2706 grow_rdata(int new_len, dns_rdata_t *old, int old_len, rdatalist_head_t *current, rdatalist_head_t *glue, isc_mem_t *mctx) argument
[all...]
H A Dmasterdump.c196 * Output tabs and spaces to go from column '*current' to
197 * column 'to', and update '*current' to reflect the new
198 * current column.
201 indent(unsigned int *current, unsigned int to, int tabwidth, argument
209 from = *current;
256 *current = to;
H A Dname.c1088 tdata = (char *)source->base + source->current;
1755 unsigned int current, new_current, biggest_pointer; local
1820 current = source->current;
1821 biggest_pointer = current;
1828 while (current < source->active && !done) {
1830 current++;
1886 current = new_current;
1887 cdata = (unsigned char *)source->base + current;
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 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 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/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/unit/atf-src/atf-c/detail/
H A Dfs.c100 "it will not have enough access rights due to the current "
200 const mode_t current = umask(0); local
201 (void)umask(current);
202 return current;
785 err = atf_libc_error(errno, "Cannot determine current directory");
/bind-9.6-ESV-R11/lib/isc/
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/bin/named/
H A Dxfrout.c372 void (*current)(rrstream_t *, member in struct:rrstream_methods
773 * Make sure locks held by the current stream
795 curstream->methods->current(curstream, name, ttl, rdata);
1134 * Get a dynamically allocated copy of the current SOA.
1168 * record of the server's current version, just as
1553 xfr->stream->methods->current(xfr->stream,
/bind-9.6-ESV-R11/bin/dnssec/
H A Ddnssec-signzone.c687 unsigned char *current; local
699 current = next;
704 if (memcmp(current, next, l->length - 1) == 0)
706 current = next;
2189 * Delete any current NSEC3PARAM records.
2310 * Verify that the NSEC3 parameters match the current ones
2322 * Delete any NSEC3 records which are not part of the current

Completed in 111 milliseconds

12