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
607
if(sldns_buffer_capacity(w->back->udp_buff) < 65535)
sbin/unwind/libunbound/libunbound/libworker.c
608
edns->udp_size = (uint16_t)sldns_buffer_capacity(
sbin/unwind/libunbound/services/authzone.c
5511
if(sldns_buffer_capacity(buf) < 65535)
sbin/unwind/libunbound/services/authzone.c
5512
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
sbin/unwind/libunbound/services/authzone.c
6714
if(sldns_buffer_capacity(buf) < 65535)
sbin/unwind/libunbound/services/authzone.c
6715
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
sbin/unwind/libunbound/services/authzone.c
8553
if(sldns_buffer_capacity(buf) < 65535)
sbin/unwind/libunbound/services/authzone.c
8554
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
sbin/unwind/libunbound/services/listen_dnsport.c
2095
sldns_buffer_capacity(listen->udp_buff);
sbin/unwind/libunbound/services/listen_dnsport.c
2099
s += sldns_buffer_capacity(listen->dnscrypt_udp_buff);
sbin/unwind/libunbound/services/listen_dnsport.c
2551
sldns_buffer_capacity(h2_stream->rbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
2795
http2_query_buffer_count -= sldns_buffer_capacity(h2_stream->qbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
3071
sldns_buffer_capacity(h2_stream->qbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
3214
sldns_buffer_capacity(h2_stream->qbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
3222
sldns_buffer_capacity(h2_stream->rbuffer);
sbin/unwind/libunbound/services/listen_dnsport.c
4113
if(stream->inlen > sldns_buffer_capacity(c->buffer)) {
sbin/unwind/libunbound/services/listen_dnsport.c
5283
if(conn->close_pkt_len > sldns_buffer_capacity(c->doq_socket->pkt_buf))
sbin/unwind/libunbound/services/mesh.c
2349
sizeof(sldns_buffer) + sldns_buffer_capacity(mesh->qbuf_bak);
sbin/unwind/libunbound/services/outside_network.c
3872
if(sldns_buffer_position(buf)+10 > sldns_buffer_capacity(buf))
sbin/unwind/libunbound/services/outside_network.c
3973
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
1057
if(sldns_buffer_capacity(pkt) < (size_t)udpsize)
sbin/unwind/libunbound/util/data/msgencode.c
1058
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
1855
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version,
sbin/unwind/libunbound/util/netevent.c
1877
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version, &hd->scid,
sbin/unwind/libunbound/util/netevent.c
2746
sldns_buffer_capacity(doq_socket->pkt_buf));
sbin/unwind/libunbound/util/netevent.c
3776
sldns_buffer_capacity(c->buffer)) {
sbin/unwind/libunbound/util/netevent.c
4134
sldns_buffer_capacity(c->buffer)) {
sbin/unwind/libunbound/util/netevent.c
4627
c->dnscrypt_buffer = sldns_buffer_new(sldns_buffer_capacity(c->buffer));
sbin/unwind/libunbound/util/netevent.c
4974
remainbufferlen = sldns_buffer_capacity(c->buffer) -
sbin/unwind/libunbound/util/netevent.c
5051
remainbufferlen = sldns_buffer_capacity(c->buffer) -
sbin/unwind/libunbound/util/netevent.c
6896
s += sizeof(*c->buffer) + sldns_buffer_capacity(c->buffer);
sbin/unwind/libunbound/util/netevent.c
6900
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
434
sldns_buffer_capacity(buf))
usr.sbin/unbound/cachedb/redis.c
546
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
3497
size_t slen = sldns_buffer_capacity(worker->env.scratch_buffer);
usr.sbin/unbound/daemon/worker.c
1048
if(sldns_buffer_capacity(pkt) >=
usr.sbin/unbound/daemon/worker.c
163
+ sldns_buffer_capacity(worker->env.scratch_buffer);
usr.sbin/unbound/daemon/worker.c
1835
? sldns_buffer_capacity(c->buffer) - DNSCRYPT_REPLY_HEADER_SIZE
usr.sbin/unbound/dnscrypt/dnscrypt.c
477
if(len + DNSCRYPT_REPLY_HEADER_SIZE > sldns_buffer_capacity(buffer))
usr.sbin/unbound/dnscrypt/dnscrypt.c
485
if(max_len > sldns_buffer_capacity(buffer))
usr.sbin/unbound/dnscrypt/dnscrypt.c
486
max_len = sldns_buffer_capacity(buffer);
usr.sbin/unbound/libunbound/libworker.c
607
if(sldns_buffer_capacity(w->back->udp_buff) < 65535)
usr.sbin/unbound/libunbound/libworker.c
608
edns->udp_size = (uint16_t)sldns_buffer_capacity(
usr.sbin/unbound/services/authzone.c
5511
if(sldns_buffer_capacity(buf) < 65535)
usr.sbin/unbound/services/authzone.c
5512
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
usr.sbin/unbound/services/authzone.c
6714
if(sldns_buffer_capacity(buf) < 65535)
usr.sbin/unbound/services/authzone.c
6715
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
usr.sbin/unbound/services/authzone.c
8553
if(sldns_buffer_capacity(buf) < 65535)
usr.sbin/unbound/services/authzone.c
8554
edns.udp_size = (uint16_t)sldns_buffer_capacity(buf);
usr.sbin/unbound/services/listen_dnsport.c
2095
sldns_buffer_capacity(listen->udp_buff);
usr.sbin/unbound/services/listen_dnsport.c
2099
s += sldns_buffer_capacity(listen->dnscrypt_udp_buff);
usr.sbin/unbound/services/listen_dnsport.c
2551
sldns_buffer_capacity(h2_stream->rbuffer);
usr.sbin/unbound/services/listen_dnsport.c
2795
http2_query_buffer_count -= sldns_buffer_capacity(h2_stream->qbuffer);
usr.sbin/unbound/services/listen_dnsport.c
3071
sldns_buffer_capacity(h2_stream->qbuffer);
usr.sbin/unbound/services/listen_dnsport.c
3214
sldns_buffer_capacity(h2_stream->qbuffer);
usr.sbin/unbound/services/listen_dnsport.c
3222
sldns_buffer_capacity(h2_stream->rbuffer);
usr.sbin/unbound/services/listen_dnsport.c
4113
if(stream->inlen > sldns_buffer_capacity(c->buffer)) {
usr.sbin/unbound/services/listen_dnsport.c
5283
if(conn->close_pkt_len > sldns_buffer_capacity(c->doq_socket->pkt_buf))
usr.sbin/unbound/services/mesh.c
2349
sizeof(sldns_buffer) + sldns_buffer_capacity(mesh->qbuf_bak);
usr.sbin/unbound/services/outside_network.c
3872
if(sldns_buffer_position(buf)+10 > sldns_buffer_capacity(buf))
usr.sbin/unbound/services/outside_network.c
3973
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
1179
pend->buffer = sldns_buffer_new(sldns_buffer_capacity(packet));
usr.sbin/unbound/testcode/fake_event.c
1229
pend->buffer = sldns_buffer_new(sldns_buffer_capacity(packet));
usr.sbin/unbound/testcode/fake_event.c
1354
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
1057
if(sldns_buffer_capacity(pkt) < (size_t)udpsize)
usr.sbin/unbound/util/data/msgencode.c
1058
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
1855
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version,
usr.sbin/unbound/util/netevent.c
1877
sldns_buffer_capacity(c->doq_socket->pkt_buf), hd->version, &hd->scid,
usr.sbin/unbound/util/netevent.c
2746
sldns_buffer_capacity(doq_socket->pkt_buf));
usr.sbin/unbound/util/netevent.c
3776
sldns_buffer_capacity(c->buffer)) {
usr.sbin/unbound/util/netevent.c
4134
sldns_buffer_capacity(c->buffer)) {
usr.sbin/unbound/util/netevent.c
4627
c->dnscrypt_buffer = sldns_buffer_new(sldns_buffer_capacity(c->buffer));
usr.sbin/unbound/util/netevent.c
4974
remainbufferlen = sldns_buffer_capacity(c->buffer) -
usr.sbin/unbound/util/netevent.c
5051
remainbufferlen = sldns_buffer_capacity(c->buffer) -
usr.sbin/unbound/util/netevent.c
6896
s += sizeof(*c->buffer) + sldns_buffer_capacity(c->buffer);
usr.sbin/unbound/util/netevent.c
6900
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);