Symbol: sldns_buffer_capacity
sbin/unwind/frontend.c
1040
pq->qbuf = sldns_buffer_new(sldns_buffer_capacity(opq->qbuf));
sbin/unwind/frontend.c
1041
pq->abuf = sldns_buffer_new(sldns_buffer_capacity(opq->abuf));
sbin/unwind/frontend.c
1122
sldns_buffer_capacity(pq->qbuf) + COMPRESSED_RR_SIZE + 1 + len)) {
sbin/unwind/frontend.c
566
sldns_buffer_capacity(pq->abuf))
sbin/unwind/frontend.c
572
sldns_buffer_capacity(pq->abuf)) {
sbin/unwind/libunbound/libunbound/libworker.c
598
if(sldns_buffer_capacity(w->back->udp_buff) < 65535)
sbin/unwind/libunbound/libunbound/libworker.c
599
edns->udp_size = (uint16_t)sldns_buffer_capacity(
sbin/unwind/libunbound/services/authzone.c
5459
if(sldns_buffer_capacity(buf) < 65535)
sbin/unwind/libunbound/services/authzone.c
5460
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
sbin/unwind/libunbound/services/authzone.c
6654
if(sldns_buffer_capacity(buf) < 65535)
sbin/unwind/libunbound/services/authzone.c
6655
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
sbin/unwind/libunbound/services/authzone.c
8473
if(sldns_buffer_capacity(buf) < 65535)
sbin/unwind/libunbound/services/authzone.c
8474
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
sbin/unwind/libunbound/services/listen_dnsport.c
2096
sldns_buffer_capacity(listen->udp_buff);
sbin/unwind/libunbound/services/listen_dnsport.c
2100
s += sldns_buffer_capacity(listen->dnscrypt_udp_buff);
sbin/unwind/libunbound/services/listen_dnsport.c
2564
sldns_buffer_capacity(h2_stream->rbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
2808
http2_query_buffer_count -= sldns_buffer_capacity(h2_stream->qbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
3085
sldns_buffer_capacity(h2_stream->qbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
3228
sldns_buffer_capacity(h2_stream->qbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
3236
sldns_buffer_capacity(h2_stream->rbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
4065
if(stream->inlen > sldns_buffer_capacity(c->buffer)) {
sbin/unwind/libunbound/services/listen_dnsport.c
5203
if(conn->close_pkt_len > sldns_buffer_capacity(c->doq_socket->pkt_buf))
sbin/unwind/libunbound/services/mesh.c
2285
sizeof(sldns_buffer) + sldns_buffer_capacity(mesh->qbuf_bak);
sbin/unwind/libunbound/services/outside_network.c
3797
if(sldns_buffer_position(buf)+10 > sldns_buffer_capacity(buf))
sbin/unwind/libunbound/services/outside_network.c
3902
sldns_buffer_capacity(outnet->udp_buff);
sbin/unwind/libunbound/sldns/sbuffer.c
155
if(tocopy > sldns_buffer_capacity(result))
sbin/unwind/libunbound/sldns/sbuffer.c
156
tocopy = sldns_buffer_capacity(result);
sbin/unwind/libunbound/util/data/msgencode.c
1031
if(sldns_buffer_capacity(pkt) < udpsize)
sbin/unwind/libunbound/util/data/msgencode.c
1032
udpsize = sldns_buffer_capacity(pkt);
sbin/unwind/libunbound/util/netevent.c
1335
sldns_buffer_capacity(c->doq_socket->blocked_pkt))
sbin/unwind/libunbound/util/netevent.c
1626
sldns_buffer_capacity(c->doq_socket->pkt_buf), unused_random,
sbin/unwind/libunbound/util/netevent.c
1858
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version,
sbin/unwind/libunbound/util/netevent.c
1880
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version, &hd->scid,
sbin/unwind/libunbound/util/netevent.c
2753
sldns_buffer_capacity(doq_socket->pkt_buf));
sbin/unwind/libunbound/util/netevent.c
3782
sldns_buffer_capacity(c->buffer)) {
sbin/unwind/libunbound/util/netevent.c
4140
sldns_buffer_capacity(c->buffer)) {
sbin/unwind/libunbound/util/netevent.c
4633
c->dnscrypt_buffer = sldns_buffer_new(sldns_buffer_capacity(c->buffer));
sbin/unwind/libunbound/util/netevent.c
4965
remainbufferlen = sldns_buffer_capacity(c->buffer) -
sbin/unwind/libunbound/util/netevent.c
5042
remainbufferlen = sldns_buffer_capacity(c->buffer) -
sbin/unwind/libunbound/util/netevent.c
6885
s += sizeof(*c->buffer) + sldns_buffer_capacity(c->buffer);
sbin/unwind/libunbound/util/netevent.c
6889
s += sldns_buffer_capacity(c->dnscrypt_buffer);
sbin/unwind/libunbound/validator/autotrust.c
2407
if(sldns_buffer_capacity(buf) < 65535)
sbin/unwind/libunbound/validator/autotrust.c
2408
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
sbin/unwind/libunbound/validator/val_anchor.c
402
size_t len = sldns_buffer_capacity(buffer), dname_len = 0;
sbin/unwind/libunbound/validator/val_anchor.c
445
len = sldns_buffer_capacity(buffer);
usr.sbin/unbound/cachedb/cachedb.c
155
if(d->stored_datalen > sldns_buffer_capacity(result_buffer)) {
usr.sbin/unbound/cachedb/cachedb.c
437
sldns_buffer_capacity(buf))
usr.sbin/unbound/cachedb/redis.c
540
if((size_t)rep->len > sldns_buffer_capacity(result_buffer)) {
usr.sbin/unbound/daemon/cachedump.c
434
sldns_buffer_capacity(buf));
usr.sbin/unbound/daemon/remote.c
3457
size_t slen = sldns_buffer_capacity(worker->env.scratch_buffer);
usr.sbin/unbound/daemon/worker.c
1009
if(sldns_buffer_capacity(pkt) >=
usr.sbin/unbound/daemon/worker.c
163
+ sldns_buffer_capacity(worker->env.scratch_buffer);
usr.sbin/unbound/libunbound/libworker.c
598
if(sldns_buffer_capacity(w->back->udp_buff) < 65535)
usr.sbin/unbound/libunbound/libworker.c
599
edns->udp_size = (uint16_t)sldns_buffer_capacity(
usr.sbin/unbound/services/authzone.c
5459
if(sldns_buffer_capacity(buf) < 65535)
usr.sbin/unbound/services/authzone.c
5460
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
usr.sbin/unbound/services/authzone.c
6654
if(sldns_buffer_capacity(buf) < 65535)
usr.sbin/unbound/services/authzone.c
6655
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
usr.sbin/unbound/services/authzone.c
8473
if(sldns_buffer_capacity(buf) < 65535)
usr.sbin/unbound/services/authzone.c
8474
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
usr.sbin/unbound/services/listen_dnsport.c
2096
sldns_buffer_capacity(listen->udp_buff);
usr.sbin/unbound/services/listen_dnsport.c
2100
s += sldns_buffer_capacity(listen->dnscrypt_udp_buff);
usr.sbin/unbound/services/listen_dnsport.c
2564
sldns_buffer_capacity(h2_stream->rbuffer);
usr.sbin/unbound/services/listen_dnsport.c
2808
http2_query_buffer_count -= sldns_buffer_capacity(h2_stream->qbuffer);
usr.sbin/unbound/services/listen_dnsport.c
3085
sldns_buffer_capacity(h2_stream->qbuffer);
usr.sbin/unbound/services/listen_dnsport.c
3228
sldns_buffer_capacity(h2_stream->qbuffer);
usr.sbin/unbound/services/listen_dnsport.c
3236
sldns_buffer_capacity(h2_stream->rbuffer);
usr.sbin/unbound/services/listen_dnsport.c
4065
if(stream->inlen > sldns_buffer_capacity(c->buffer)) {
usr.sbin/unbound/services/listen_dnsport.c
5203
if(conn->close_pkt_len > sldns_buffer_capacity(c->doq_socket->pkt_buf))
usr.sbin/unbound/services/mesh.c
2285
sizeof(sldns_buffer) + sldns_buffer_capacity(mesh->qbuf_bak);
usr.sbin/unbound/services/outside_network.c
3797
if(sldns_buffer_position(buf)+10 > sldns_buffer_capacity(buf))
usr.sbin/unbound/services/outside_network.c
3902
sldns_buffer_capacity(outnet->udp_buff);
usr.sbin/unbound/sldns/sbuffer.c
155
if(tocopy > sldns_buffer_capacity(result))
usr.sbin/unbound/sldns/sbuffer.c
156
tocopy = sldns_buffer_capacity(result);
usr.sbin/unbound/testcode/delayer.c
396
sldns_buffer_capacity(pkt), 0);
usr.sbin/unbound/testcode/delayer.c
495
sldns_buffer_capacity(pkt), 0,
usr.sbin/unbound/testcode/delayer.c
624
sldns_buffer_capacity(pkt), 0);
usr.sbin/unbound/testcode/dohclient.c
249
if(sldns_buffer_capacity(buf) >=
usr.sbin/unbound/testcode/doqclient.c
1501
sldns_buffer_capacity(data->blocked_pkt))
usr.sbin/unbound/testcode/doqclient.c
349
if(sldns_buffer_capacity(buf) >=
usr.sbin/unbound/testcode/fake_event.c
1178
pend->buffer = sldns_buffer_new(sldns_buffer_capacity(packet));
usr.sbin/unbound/testcode/fake_event.c
1228
pend->buffer = sldns_buffer_new(sldns_buffer_capacity(packet));
usr.sbin/unbound/testcode/fake_event.c
1353
if(sldns_buffer_capacity(pend->buffer) >=
usr.sbin/unbound/testcode/perf.c
297
sldns_buffer_capacity(info->buf), 0);
usr.sbin/unbound/testcode/streamtcp.c
126
sldns_buffer_set_limit(buf, sldns_buffer_capacity(buf));
usr.sbin/unbound/testcode/streamtcp.c
217
if(sldns_buffer_capacity(buf) >=
usr.sbin/unbound/testcode/streamtcp.c
226
if(sldns_buffer_capacity(proxy_buf) <
usr.sbin/unbound/testcode/streamtcp.c
349
sldns_buffer_capacity(buf), 0)) < 0) {
usr.sbin/unbound/testcode/unitdname.c
55
size_t len = sldns_buffer_capacity(b);
usr.sbin/unbound/util/data/msgencode.c
1031
if(sldns_buffer_capacity(pkt) < udpsize)
usr.sbin/unbound/util/data/msgencode.c
1032
udpsize = sldns_buffer_capacity(pkt);
usr.sbin/unbound/util/netevent.c
1335
sldns_buffer_capacity(c->doq_socket->blocked_pkt))
usr.sbin/unbound/util/netevent.c
1626
sldns_buffer_capacity(c->doq_socket->pkt_buf), unused_random,
usr.sbin/unbound/util/netevent.c
1858
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version,
usr.sbin/unbound/util/netevent.c
1880
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version, &hd->scid,
usr.sbin/unbound/util/netevent.c
2753
sldns_buffer_capacity(doq_socket->pkt_buf));
usr.sbin/unbound/util/netevent.c
3782
sldns_buffer_capacity(c->buffer)) {
usr.sbin/unbound/util/netevent.c
4140
sldns_buffer_capacity(c->buffer)) {
usr.sbin/unbound/util/netevent.c
4633
c->dnscrypt_buffer = sldns_buffer_new(sldns_buffer_capacity(c->buffer));
usr.sbin/unbound/util/netevent.c
4965
remainbufferlen = sldns_buffer_capacity(c->buffer) -
usr.sbin/unbound/util/netevent.c
5042
remainbufferlen = sldns_buffer_capacity(c->buffer) -
usr.sbin/unbound/util/netevent.c
6885
s += sizeof(*c->buffer) + sldns_buffer_capacity(c->buffer);
usr.sbin/unbound/util/netevent.c
6889
s += sldns_buffer_capacity(c->dnscrypt_buffer);
usr.sbin/unbound/validator/autotrust.c
2403
if(sldns_buffer_capacity(buf) < 65535)
usr.sbin/unbound/validator/autotrust.c
2404
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
usr.sbin/unbound/validator/val_anchor.c
402
size_t len = sldns_buffer_capacity(buffer), dname_len = 0;
usr.sbin/unbound/validator/val_anchor.c
445
len = sldns_buffer_capacity(buffer);