HomeSort by: relevance | last modified time | path
    Searched defs:ISC_LOOP_TEST_IMPL (Results 1 - 21 of 21) sorted by relevancy

  /src/external/mpl/bind/dist/tests/isc/
tcp_test.c 53 ISC_LOOP_TEST_IMPL(tcp_noop) {
58 ISC_LOOP_TEST_IMPL(tcp_noresponse) {
63 ISC_LOOP_TEST_IMPL(tcp_shutdownconnect) {
68 ISC_LOOP_TEST_IMPL(tcp_shutdownread) {
73 ISC_LOOP_TEST_IMPL(tcp_timeout_recovery) {
78 ISC_LOOP_TEST_IMPL(tcp_recv_one) {
83 ISC_LOOP_TEST_IMPL(tcp_recv_two) {
88 ISC_LOOP_TEST_IMPL(tcp_recv_send) {
93 ISC_LOOP_TEST_IMPL(tcp_recv_send_sendback) {
101 ISC_LOOP_TEST_IMPL(tcp_recv_one_quota)
    [all...]
tls_test.c 51 ISC_LOOP_TEST_IMPL(tls_noop) {
56 ISC_LOOP_TEST_IMPL(tls_noresponse) {
61 ISC_LOOP_TEST_IMPL(tls_shutdownconnect) {
66 ISC_LOOP_TEST_IMPL(tls_shutdownread) {
71 ISC_LOOP_TEST_IMPL(tls_timeout_recovery) {
76 ISC_LOOP_TEST_IMPL(tls_recv_one) {
81 ISC_LOOP_TEST_IMPL(tls_recv_two) {
86 ISC_LOOP_TEST_IMPL(tls_recv_send) {
91 ISC_LOOP_TEST_IMPL(tls_recv_send_sendback) {
98 ISC_LOOP_TEST_IMPL(tls_recv_one_quota)
    [all...]
proxyudp_test.c 61 ISC_LOOP_TEST_IMPL(proxyudp_noop) { udp_noop(arg); }
63 ISC_LOOP_TEST_IMPL(proxyudp_noresponse) { udp_noresponse(arg); }
65 ISC_LOOP_TEST_IMPL(proxyudp_timeout_recovery) { udp_timeout_recovery(arg); }
67 ISC_LOOP_TEST_IMPL(proxyudp_shutdown_connect) { udp_shutdown_connect(arg); }
69 ISC_LOOP_TEST_IMPL(proxyudp_shutdown_read) { udp_shutdown_read(arg); }
71 ISC_LOOP_TEST_IMPL(proxyudp_cancel_read) { udp_cancel_read(arg); }
73 ISC_LOOP_TEST_IMPL(proxyudp_recv_one) { udp_recv_one(arg); }
75 ISC_LOOP_TEST_IMPL(proxyudp_recv_one_prerendered) {
87 ISC_LOOP_TEST_IMPL(proxyudp_recv_two) { udp_recv_two(arg); }
89 ISC_LOOP_TEST_IMPL(proxyudp_recv_send) { udp_recv_send(arg);
    [all...]
udp_test.c 79 ISC_LOOP_TEST_IMPL(mock_listenudp_uv_udp_open) {
94 ISC_LOOP_TEST_IMPL(mock_listenudp_uv_udp_bind) {
109 ISC_LOOP_TEST_IMPL(mock_listenudp_uv_udp_recv_start) {
124 ISC_LOOP_TEST_IMPL(mock_udpconnect_uv_udp_open) {
135 ISC_LOOP_TEST_IMPL(mock_udpconnect_uv_udp_bind) {
146 ISC_LOOP_TEST_IMPL(mock_udpconnect_uv_udp_connect) {
157 ISC_LOOP_TEST_IMPL(mock_udpconnect_uv_recv_buffer_size) {
168 ISC_LOOP_TEST_IMPL(mock_udpconnect_uv_send_buffer_size) {
179 ISC_LOOP_TEST_IMPL(udp_noop) { udp_noop(arg); }
181 ISC_LOOP_TEST_IMPL(udp_noresponse) { udp_noresponse(arg);
    [all...]
proxystream_test.c 59 ISC_LOOP_TEST_IMPL(proxystream_noop) {
64 ISC_LOOP_TEST_IMPL(proxystream_noresponse) {
69 ISC_LOOP_TEST_IMPL(proxystream_shutdownconnect) {
74 ISC_LOOP_TEST_IMPL(proxystream_shutdownread) {
79 ISC_LOOP_TEST_IMPL(proxystream_timeout_recovery) {
84 ISC_LOOP_TEST_IMPL(proxystream_recv_one) {
102 ISC_LOOP_TEST_IMPL(proxystream_recv_one_prerendered) {
107 ISC_LOOP_TEST_IMPL(proxystream_recv_two) {
112 ISC_LOOP_TEST_IMPL(proxystream_recv_send) {
117 ISC_LOOP_TEST_IMPL(proxystream_recv_send_sendback)
    [all...]
tcpdns_test.c 71 ISC_LOOP_TEST_IMPL(tcpdns_noop) {
81 ISC_LOOP_TEST_IMPL(tcpdns_noresponse) {
90 ISC_LOOP_TEST_IMPL(tcpdns_timeout_recovery) {
109 ISC_LOOP_TEST_IMPL(tcpdns_recv_one) {
115 ISC_LOOP_TEST_IMPL(tcpdns_recv_two) {
123 ISC_LOOP_TEST_IMPL(tcpdns_recv_send) {
134 ISC_LOOP_TEST_IMPL(proxy_tcpdns_noop) { loop_test_tcpdns_noop(arg); }
136 ISC_LOOP_TEST_IMPL(proxy_tcpdns_noresponse) {
140 ISC_LOOP_TEST_IMPL(proxy_tcpdns_timeout_recovery) {
144 ISC_LOOP_TEST_IMPL(proxy_tcpdns_recv_one) { loop_test_tcpdns_recv_one(arg);
    [all...]
tlsdns_test.c 72 ISC_LOOP_TEST_IMPL(tlsdns_noop) {
84 ISC_LOOP_TEST_IMPL(tlsdns_noresponse) {
95 ISC_LOOP_TEST_IMPL(tlsdns_timeout_recovery) {
117 ISC_LOOP_TEST_IMPL(tlsdns_recv_one) {
124 ISC_LOOP_TEST_IMPL(tlsdns_recv_two) {
134 ISC_LOOP_TEST_IMPL(tlsdns_recv_send) {
145 ISC_LOOP_TEST_IMPL(proxy_tlsdns_noop) { loop_test_tlsdns_noop(arg); }
147 ISC_LOOP_TEST_IMPL(proxy_tlsdns_noresponse) {
151 ISC_LOOP_TEST_IMPL(proxy_tlsdns_timeout_recovery) {
155 ISC_LOOP_TEST_IMPL(proxy_tlsdns_recv_one) { loop_test_tlsdns_recv_one(arg);
    [all...]
ratelimiter_test.c 43 ISC_LOOP_TEST_IMPL(ratelimiter_create) {
56 ISC_LOOP_TEST_IMPL(ratelimiter_shutdown) {
64 ISC_LOOP_TEST_IMPL(ratelimiter_detach) {
doh_test.c 505 ISC_LOOP_TEST_IMPL(mock_doh_uv_tcp_bind) {
568 ISC_LOOP_TEST_IMPL(doh_noop_POST) {
573 ISC_LOOP_TEST_IMPL(doh_noop_GET) {
606 ISC_LOOP_TEST_IMPL(doh_noresponse_POST) {
611 ISC_LOOP_TEST_IMPL(doh_noresponse_GET) {
713 ISC_LOOP_TEST_IMPL(doh_timeout_recovery_POST) {
718 ISC_LOOP_TEST_IMPL(doh_timeout_recovery_GET) {
843 ISC_LOOP_TEST_IMPL(doh_recv_one_POST) {
848 ISC_LOOP_TEST_IMPL(doh_recv_one_GET) {
853 ISC_LOOP_TEST_IMPL(doh_recv_one_POST_TLS)
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
resolver_test.c 96 ISC_LOOP_TEST_IMPL(create) {
105 ISC_LOOP_TEST_IMPL(gettimeout) {
119 ISC_LOOP_TEST_IMPL(settimeout) {
135 ISC_LOOP_TEST_IMPL(settimeout_default) {
156 ISC_LOOP_TEST_IMPL(settimeout_belowmin) {
173 ISC_LOOP_TEST_IMPL(settimeout_overmax) {
zonemgr_test.c 55 ISC_LOOP_TEST_IMPL(zonemgr_create) {
70 ISC_LOOP_TEST_IMPL(zonemgr_managezone) {
103 ISC_LOOP_TEST_IMPL(zonemgr_createzone) {
129 ISC_LOOP_TEST_IMPL(zonemgr_unreachable) {
badcache_test.c 50 ISC_LOOP_TEST_IMPL(basic) {
78 ISC_LOOP_TEST_IMPL(expire) {
117 ISC_LOOP_TEST_IMPL(print) {
203 ISC_LOOP_TEST_IMPL(flush) {
229 ISC_LOOP_TEST_IMPL(flushname) {
275 ISC_LOOP_TEST_IMPL(flushtree) {
324 ISC_LOOP_TEST_IMPL(purge) {
db_test.c 44 ISC_LOOP_TEST_IMPL(getoriginnode) {
67 ISC_LOOP_TEST_IMPL(getsetservestalettl) {
96 ISC_LOOP_TEST_IMPL(dns_dbfind_staleok) {
249 ISC_LOOP_TEST_IMPL(class) {
269 ISC_LOOP_TEST_IMPL(dbtype) {
297 ISC_LOOP_TEST_IMPL(version) {
qpdb_test.c 114 ISC_LOOP_TEST_IMPL(overmempurge_bigrdata) {
164 ISC_LOOP_TEST_IMPL(overmempurge_longname) {
zt_test.c 59 ISC_LOOP_TEST_IMPL(apply) {
157 ISC_LOOP_TEST_IMPL(asyncload_zone) {
229 ISC_LOOP_TEST_IMPL(asyncload_zt) {
dnstap_test.c 82 ISC_LOOP_TEST_IMPL(dns_dt_create) {
138 ISC_LOOP_TEST_IMPL(dns_dt_send) {
305 ISC_LOOP_TEST_IMPL(dns_dt_totext) {
keytable_test.c 221 ISC_LOOP_TEST_IMPL(add) {
380 ISC_LOOP_TEST_IMPL(delete) {
413 ISC_LOOP_TEST_IMPL(deletekey) {
482 ISC_LOOP_TEST_IMPL(find) {
538 ISC_LOOP_TEST_IMPL(issecuredomain) {
577 ISC_LOOP_TEST_IMPL(dump) {
597 ISC_LOOP_TEST_IMPL(nta) {
dispatch_test.c 270 ISC_LOOP_TEST_IMPL(dispatchset_create) {
295 ISC_LOOP_TEST_IMPL(dispatchset_get) {
581 ISC_LOOP_TEST_IMPL(dispatch_timeout_tcp_connect) {
624 ISC_LOOP_TEST_IMPL(dispatch_timeout_tcp_response) {
658 ISC_LOOP_TEST_IMPL(dispatch_tcp_response) {
696 ISC_LOOP_TEST_IMPL(dispatch_tls_response) {
736 ISC_LOOP_TEST_IMPL(dispatch_timeout_udp_response) {
769 ISC_LOOP_TEST_IMPL(dispatch_getnext) {
805 ISC_LOOP_TEST_IMPL(dispatch_gettcp) {
838 ISC_LOOP_TEST_IMPL(dispatch_newtcp)
    [all...]
  /src/external/mpl/bind/dist/tests/ns/
notify_test.c 63 ISC_LOOP_TEST_IMPL(notify_start) {
query_test.c 159 ISC_LOOP_TEST_IMPL(ns__query_sfcache) {
417 ISC_LOOP_TEST_IMPL(ns__query_start) {
997 ISC_LOOP_TEST_IMPL(ns__query_hookasync) {
1435 ISC_LOOP_TEST_IMPL(ns__query_hookasync_e2e) {
  /src/external/mpl/bind/dist/tests/include/tests/
isc.h 158 #define ISC_LOOP_TEST_IMPL(name) ISC_LOOP_TEST_CUSTOM_IMPL(name, NULL, NULL)

Completed in 36 milliseconds