Searched defs:off (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/ |
H A D | utf8.c | 184 int off; local 218 off = 6 * (l - 1); 219 *p++ = (v >> off) | mask; 221 while (off > 0) { 222 off -= 6; 223 *p++ = ((v >> off) & 0x3f) | mask;
|
/bind-9.11.3/lib/isc/ |
H A D | radix.c | 282 int off = ISC_RADIX_OFF(prefix); local 283 if (node->node_num[off] != -1 && 285 (*target)->node_num[toff] > node->node_num[off])) 288 toff = off; 450 int off = ISC_RADIX_OFF(prefix); local 451 if (node->node_num[off] == -1) 452 node->node_num[off] =
|
/bind-9.11.3/lib/dns/ |
H A D | acl.c | 234 int off = ISC_RADIX_OFF(&pfx); local 235 match_num = node->node_num[off]; 236 if (*(isc_boolean_t *) node->data[off]) 264 int off = ISC_RADIX_OFF(&pfx); local 266 node->node_num[off] < match_num) 268 match_num = node->node_num[off]; 271 if (*(isc_boolean_t *) node->data[off])
|
H A D | rbtdb.c | 7750 uintptr_t off; local 7780 off = where; 7781 if ((off_t)off != where) 7783 newheader.node = (dns_rbtnode_t *) off; 7793 newheader.next = (rdatasetheader_t *) (off + cooked);
|
/bind-9.11.3/contrib/perftcpdns/ |
H A D | perftcpdns.c | 664 size_t off; local 667 off = 0; 669 off = 2; 675 memcpy(obuf + off, template_query, length_query); 677 memcpy(obuf + off + NS_OFF_ID, &x->id, 2); 681 x->rnd = randomize(random_query + off, x->rnd); 692 ret = send(x->sock, obuf, length_query + off, 0); 693 if ((size_t) ret == length_query + off) 773 size_t off; local 792 off [all...] |
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 2853 * Turn off Path MTU discovery on IPv6/UDP sockets. 2867 * Turn off Path MTU discovery on IPv4/UDP sockets. 2890 * Turn off Path MTU discovery on IPv4/UDP sockets. 2893 int off = 0; local 2895 &off, sizeof(off)); 3442 * Dequeue an item off the given socket's read queue, set the result code 3562 * Get the first item off the accept list. 3685 * Pull off the done event. 3769 * Fill in the done event details and send it off [all...] |
Completed in 527 milliseconds