Home
last modified time | relevance | path

Searched refs:DNS_PP_MIN (Results 1 – 10 of 10) sorted by relevance

/dports/net/belle-sip/belle-sip-1.6.3-0/src/
H A Ddns.c790 n = DNS_PP_MIN(lim - 1, len); in dns_strnlcpy()
1596 return DNS_PP_MIN(qend, P->end); in dns_p_qend()
1673 P->end = DNS_PP_MIN(P->size, P0->end); in dns_p_copy()
1794 ttl = DNS_PP_MIN(ttl, 0x7fffffffU); in dns_p_push()
2089 dst[DNS_PP_MIN(lim - 1, len)] = '\0'; in dns_l_expand()
2177 dst[DNS_PP_MIN(dp, lim - 1)] = '\0'; in dns_d_trim()
3898 n = DNS_PP_MIN(255, src.end - src.p); in dns_txt_push()
8818 return DNS_PP_MIN(class, 0xffff); in dns_iclass()
8854 return DNS_PP_MIN(type, 0xffff); in dns_itype()
8907 return DNS_PP_MIN(opcode, 0x0f); in dns_iopcode()
[all …]
H A Ddns.h1254 #define DNS_PP_MIN(a, b) (((a) < (b))? (a) : (b)) macro
/dports/security/gnupg/gnupg-2.3.3/dirmngr/
H A Ddns.c788 n = DNS_PP_MIN(lim - 1, len); in dns_strnlcpy()
1398 *r = DNS_PP_MIN(clamp, ~UINTMAX_C(0)); in dns_add_overflow()
1407 *r = DNS_PP_MIN(clamp, ~UINTMAX_C(0)); in dns_mul_overflow()
1817 return DNS_PP_MIN(qend, P->end); in dns_p_qend()
1894 P->end = DNS_PP_MIN(P->size, P0->end); in dns_p_copy()
2024 ttl = DNS_PP_MIN(ttl, 0x7fffffffU); in dns_p_push()
2495 dst[DNS_PP_MIN(dp, lim - 1)] = '\0'; in dns_d_trim()
10198 return DNS_PP_MIN(class, 0xffff); in dns_iclass()
10234 return DNS_PP_MIN(type, 0xffff); in dns_itype()
10287 return DNS_PP_MIN(opcode, 0x0f); in dns_iopcode()
[all …]
H A Ddns.h1299 #define DNS_PP_MIN(a, b) (((a) < (b))? (a) : (b)) macro
/dports/devel/lua-cqueues/cqueues-rel-20200726/src/lib/
H A Ddns.c781 n = DNS_PP_MIN(lim - 1, len); in dns_strnlcpy()
1580 return DNS_PP_MIN(qend, P->end); in dns_p_qend()
1657 P->end = DNS_PP_MIN(P->size, P0->end); in dns_p_copy()
1778 ttl = DNS_PP_MIN(ttl, 0x7fffffffU); in dns_p_push()
2073 dst[DNS_PP_MIN(lim - 1, len)] = '\0'; in dns_l_expand()
2180 dst[DNS_PP_MIN(dp, lim - 1)] = '\0'; in dns_d_trim()
3904 n = DNS_PP_MIN(255, src.end - src.p); in dns_txt_push()
8707 return DNS_PP_MIN(class, 0xffff); in dns_iclass()
8743 return DNS_PP_MIN(type, 0xffff); in dns_itype()
8796 return DNS_PP_MIN(opcode, 0x0f); in dns_iopcode()
[all …]
H A Ddns.h1229 #define DNS_PP_MIN(a, b) (((a) < (b))? (a) : (b)) macro
/dports/devel/libdill/libdill-2.14/dns/
H A Ddns.c667 n = DNS_PP_MIN(lim - 1, len); in dns_strnlcpy()
1123 return DNS_PP_MIN(qend, P->end); in dns_p_qend()
1200 P->end = DNS_PP_MIN(P->size, P0->end); in dns_p_copy()
1253 bufsiz = DNS_PP_MIN(65535, bufsiz * 2); in dns_p_merge()
1517 memcpy(dst, &data[src], DNS_PP_MIN(lim, len)); in dns_l_expand()
1519 dst[DNS_PP_MIN(lim - 1, len)] = '\0'; in dns_l_expand()
1607 dst[DNS_PP_MIN(dp, lim - 1)] = '\0'; in dns_d_trim()
1619 memmove(dst, src, DNS_PP_MIN(lim, len)); in dns_d_init()
1633 memmove(dst, src, DNS_PP_MIN(lim, len)); in dns_d_anchor()
1664 memmove(dst, src, DNS_PP_MIN(lim, len)); in dns_d_cleave()
[all …]
H A Ddns.h1176 #define DNS_PP_MIN(a, b) (((a) < (b))? (a) : (b)) macro
/dports/devel/libmill/libmill-1.18/dns/
H A Ddns.c653 n = DNS_PP_MIN(lim - 1, len); in dns_strnlcpy()
1103 return DNS_PP_MIN(qend, P->end); in dns_p_qend()
1180 P->end = DNS_PP_MIN(P->size, P0->end); in dns_p_copy()
1233 bufsiz = DNS_PP_MIN(65535, bufsiz * 2); in dns_p_merge()
1497 memcpy(dst, &data[src], DNS_PP_MIN(lim, len)); in dns_l_expand()
1499 dst[DNS_PP_MIN(lim - 1, len)] = '\0'; in dns_l_expand()
1587 dst[DNS_PP_MIN(dp, lim - 1)] = '\0'; in dns_d_trim()
1599 memmove(dst, src, DNS_PP_MIN(lim, len)); in dns_d_init()
1613 memmove(dst, src, DNS_PP_MIN(lim, len)); in dns_d_anchor()
1644 memmove(dst, src, DNS_PP_MIN(lim, len)); in dns_d_cleave()
[all …]
H A Ddns.h1176 #define DNS_PP_MIN(a, b) (((a) < (b))? (a) : (b)) macro