/netbsd-src/external/mpl/bind/dist/tests/dns/ |
H A D | rbtdb_test.c |
|
H A D | dst_test.c | 180 isc_buffer_constinit(&b, keyname, strlen(keyname)); in check_sig() 315 isc_buffer_constinit(&b1, key1_name, strlen(key1_name)); in check_cmp() 327 isc_buffer_constinit(&b2, key2_name, strlen(key2_name)); in check_cmp()
|
H A D | dh_test.c |
|
H A D | rsa_test.c | 157 isc_buffer_constinit(&buf, "rsa.", 4); in ISC_RUN_TEST_IMPL()
|
H A D | dbiterator_test.c | 43 isc_buffer_constinit(&b, src, strlen(src)); in make_name()
|
H A D | dnstap_test.c | 181 isc_buffer_constinit(&zb, "example.com.", 12); in ISC_RUN_TEST_IMPL()
|
/netbsd-src/external/mpl/bind/dist/fuzz/ |
H A D | dns_rdata_fromwire_text.c | 138 isc_buffer_constinit(&source, data, size); in LLVMFuzzerTestOneInput() 167 isc_buffer_constinit(&source, totext, isc_buffer_usedlength(&target)); in LLVMFuzzerTestOneInput() 193 isc_buffer_constinit(&source, totext, isc_buffer_usedlength(&target)); in LLVMFuzzerTestOneInput()
|
H A D | dns_name_fromtext_target.c | 42 isc_buffer_constinit(&buf, data, size); in LLVMFuzzerTestOneInput()
|
H A D | isc_lex_gettoken.c | 44 isc_buffer_constinit(&buf, data, size);
|
H A D | dns_master_load.c | 45 isc_buffer_constinit(&buf, data, size); in LLVMFuzzerTestOneInput()
|
H A D | isc_lex_getmastertoken.c | 66 isc_buffer_constinit(&buf, data, size); in LLVMFuzzerTestOneInput()
|
H A D | dns_rdata_fromtext.c | 69 isc_buffer_constinit(&inbuf, data, size); in LLVMFuzzerTestOneInput()
|
H A D | dns_message_parse.c | 157 isc_buffer_constinit(&buffer, data, size); in LLVMFuzzerTestOneInput()
|
/netbsd-src/external/mpl/bind/dist/tests/isc/ |
H A D | lex_test.c | 198 isc_buffer_constinit(&buf, parse_tests[i].text, in ISC_RUN_TEST_IMPL() 251 isc_buffer_constinit(&buf, parse_tests[i].text, in ISC_RUN_TEST_IMPL() 305 isc_buffer_constinit(&buf, parse_tests[i].text, in ISC_RUN_TEST_IMPL()
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/tkey/ |
H A D | keycreate.c |
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | nsec3hash.c | 123 isc_buffer_constinit(&buffer, domain, strlen(domain)); in nsec3hash()
|
/netbsd-src/external/mpl/bind/dist/tests/isccfg/ |
H A D | parser_test.c | 119 isc_buffer_constinit(&b, tests[i], strlen(tests[i])); in ISC_RUN_TEST_IMPL()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
H A D | dnsconf.c | 117 isc_buffer_constinit(&namebuf, keynamestr, strlen(keynamestr)); in configure_key()
|
H A D | getaddrinfo.c | 620 isc_buffer_constinit(&b, domain, namelen); in make_resstate() 631 isc_buffer_constinit(&b, hostname, namelen); in make_resstate()
|
/netbsd-src/external/mpl/bind/dist/tests/libtest/ |
H A D | dns.c | 360 isc_buffer_constinit(&source, src, length); in dns_test_rdatafromstring()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | dlz.c | 425 isc_buffer_constinit(&buffer, zone_name, strlen(zone_name)); in dns_dlz_writeablezone()
|
/netbsd-src/external/mpl/bind/dist/lib/bind9/ |
H A D | check.c |
|
/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/ |
H A D | buffer.h | 503 * point to const data. For example, isc_buffer_constinit() could 562 #define isc_buffer_constinit(_b, _d, _l) \ in isc_buffer_region() 518 #define isc_buffer_constinit( global() macro
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | dlz.c | 429 isc_buffer_constinit(&buffer, zone_name, strlen(zone_name)); in dns_dlz_writeablezone()
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/ |
H A D | buffer.h | 1090 #define isc_buffer_constinit(_b, _d, _l) \ macro
|