Home
last modified time | relevance | path

Searched refs:result_count (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/ssl/rio/
H A Dpoll_immediate.c47 ++result_count; \
216 size_t result_count = 0; in poll_translate() local
294 *p_result_count = result_count; in poll_translate()
370 size_t i, result_count = 0; in poll_readout() local
402 ++result_count; in poll_readout()
432 *p_result_count = result_count; in poll_readout()
445 size_t result_count = 0; in SSL_poll() local
469 if (!poll_readout(items, num_items, stride, do_tick, &result_count)) { in SSL_poll()
478 if (result_count > 0 in SSL_poll()
489 if (!poll_block(items, num_items, stride, deadline, &result_count)) { in SSL_poll()
[all …]
/freebsd/crypto/openssl/test/radix/
H A Dquic_tests.c89 size_t result_count = 0, i; in DEF_FUNC() local
147 result_count = SIZE_MAX; in DEF_FUNC()
150 p_timeout, 0, &result_count))) in DEF_FUNC()
154 if (!TEST_size_t_eq(result_count, expected_result_count)) in DEF_FUNC()
312 size_t result_count = SIZE_MAX, waiters_before, waiters_after; in DEF_FUNC() local
338 &z_timeout, 0, &result_count)) in DEF_FUNC()
339 || !TEST_size_t_eq(result_count, 0)) in DEF_FUNC()
356 result_count = SIZE_MAX; in DEF_FUNC()
362 NULL, 0, &result_count)); in DEF_FUNC()
372 || !TEST_size_t_ge(result_count, 1) in DEF_FUNC()
[all …]
/freebsd/crypto/openssl/test/quic-openssl-docker/hq-interop/
H A Dquic-hq-interop.c873 size_t result_count = 0; in main() local
932 result_count = 0; in main()
936 &poll_timeout, 0, &result_count)) { in main()
947 if (result_count == 0) in main()
954 result_count--; in main()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod76 size_t *result_count);
176 The I<result_count> argument is optional. If it is non-NULL, it is used to
362 If I<result_count> is non-NULL, it is always written with the number of items in
366 It is possible for I<result_count> to be written as 0 even if the SSL_poll()
370 It is possible for I<result_count> to be written as a nonzero value if the
393 If SSL_poll() returns 1 and I<result_count> is zero, the operation timed out
398 If SSL_poll() returns 1 and I<result_count> is nonzero, that many events were
403 If SSL_poll() returns 0 and I<result_count> is zero, the caller has made a basic
408 If SSL_poll() returns 0 and I<result_count> is nonzero, inspect the I<items>
416 I<result_count>.
/freebsd/contrib/openpam/t/
H A DMakefile.in854 result_count () \ function
874 result_count $$1 "TOTAL:" $$all "$$brg"; \
875 result_count $$1 "PASS: " $$pass "$$grn"; \
876 result_count $$1 "SKIP: " $$skip "$$blu"; \
877 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
878 result_count $$1 "FAIL: " $$fail "$$red"; \
879 result_count $$1 "XPASS:" $$xpass "$$red"; \
880 result_count $$1 "ERROR:" $$error "$$mgn"; \
/freebsd/contrib/expat/tests/
H A DMakefile.in943 result_count () \
950 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
963 result_count $$1 "TOTAL:" $$all "$$brg"; \
964 result_count $$1 "PASS: " $$pass "$$grn"; \
965 result_count $$1 "SKIP: " $$skip "$$blu"; \
966 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
967 result_count $$1 "FAIL: " $$fail "$$red"; \
968 result_count $$1 "XPASS:" $$xpass "$$red"; \
969 result_count $$1 "ERROR:" $$error "$$mgn"; \
936 result_count () \ global() function
/freebsd/contrib/ntp/sntp/tests/
H A DMakefile.in1209 result_count () \
1216 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1229 result_count $$1 "TOTAL:" $$all "$$brg"; \
1230 result_count $$1 "PASS: " $$pass "$$grn"; \
1231 result_count $$1 "SKIP: " $$skip "$$blu"; \
1232 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1233 result_count $$1 "FAIL: " $$fail "$$red"; \
1234 result_count $$1 "XPASS:" $$xpass "$$red"; \
1235 result_count $$1 "ERROR:" $$error "$$mgn"; \
1207 result_count () \ global() function
/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c469 size_t result_count = SIZE_MAX; in read_from_ssl_ids() local
499 SSL_POLL_FLAG_NO_HANDLE_EVENTS, &result_count); in read_from_ssl_ids()
505 printf("read_from_ssl_ids %ld events\n", (unsigned long)result_count); in read_from_ssl_ids()
506 if (result_count == 0) { in read_from_ssl_ids()
/freebsd/sys/dev/pst/
H A Dpst-iop.h504 u_int16_t result_count; member
/freebsd/contrib/ntp/sntp/libevent/
H A DMakefile.in2461 result_count () \
2468 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
2481 result_count $$1 "TOTAL:" $$all "$$brg"; \
2482 result_count $$1 "PASS: " $$pass "$$grn"; \
2483 result_count $$1 "SKIP: " $$skip "$$blu"; \
2484 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2485 result_count $$1 "FAIL: " $$fail "$$red"; \
2486 result_count $$1 "XPASS:" $$xpass "$$red"; \
2487 result_count $$1 "ERROR:" $$error "$$mgn"; \
2458 result_count () \ global() function
/freebsd/contrib/libevent/
H A DMakefile.in2453 result_count () \ function
2473 result_count $$1 "TOTAL:" $$all "$$brg"; \
2474 result_count $$1 "PASS: " $$pass "$$grn"; \
2475 result_count $$1 "SKIP: " $$skip "$$blu"; \
2476 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
2477 result_count $$1 "FAIL: " $$fail "$$red"; \
2478 result_count $$1 "XPASS:" $$xpass "$$red"; \
2479 result_count $$1 "ERROR:" $$error "$$mgn"; \
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.c3954 u32 result_count; in brcmf_notify_sched_scan_results() local
3971 result_count = le32_to_cpu(pfn_result->count); in brcmf_notify_sched_scan_results()
3978 brcmf_dbg(SCAN, "PFN NET FOUND event. count: %d\n", result_count); in brcmf_notify_sched_scan_results()
3979 if (!result_count) { in brcmf_notify_sched_scan_results()
3990 if (datalen < result_count * sizeof(*netinfo)) { in brcmf_notify_sched_scan_results()
3996 result_count); in brcmf_notify_sched_scan_results()
4003 for (i = 0; i < result_count; i++) { in brcmf_notify_sched_scan_results()
/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c5576 size_t result_count, expected_result_count = 0; in script_85_poll() local
5613 result_count = SIZE_MAX; in script_85_poll()
5616 &result_count); in script_85_poll()
5643 || !TEST_size_t_eq(result_count, expected_result_count)) in script_85_poll()
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md722 `result_count` output value reflects the number of items in the items array with
834 * the current readiness, or to 0, and *result_count (if non-NULL) is written
852 * be distinguished by the *result_count field being written as 0.
867 size_t *result_count);
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h2583 size_t *result_count);
H A Dssl.h.in2536 size_t *result_count);