Home
last modified time | relevance | path

Searched refs:called (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/freebsd-14-stable/contrib/googletest/googlemock/test/
HDgmock_output_test_golden.txt24 Expected to be called twice, but has only 1 WillOnce().
41 Expected: to be called once
42 Actual: never called - unsatisfied and active
55 Expected: to be called once
56 Actual: never called - unsatisfied and active
61 Mock function called more times than expected - returning default value.
64 Expected: to be called once
65 Actual: called twice - over-saturated and active
70 Mock function called more times than expected - returning directly.
72 Expected: to be called once
[all …]
/freebsd-14-stable/contrib/ntp/sntp/libevent/test/
HDtest-time.c46 int called = 0; variable
66 called++; in time_cb()
68 if (called < 10*NEVENT) { in time_cb()
73 if (tv.tv_usec % 2 || called < NEVENT) in time_cb()
115 i, called, NEVENT); in main()
117 if (i == 1 && called >= NEVENT) { in main()
HDtest-weof.c57 int called = 0; variable
71 if (!called) in write_cb()
74 } else if (called == 1) in write_cb()
77 called++; in write_cb()
HDtest-eof.c53 int called = 0; variable
73 if (!called) in read_cb()
75 } else if (called == 1) in read_cb()
78 called++; in read_cb()
HDregress_et.c70 called++; in read_cb()
95 called = was_et = 0; in test_edgetriggered()
121 tt_int_op(called, ==, 1); in test_edgetriggered()
124 tt_int_op(called, ==, 2); in test_edgetriggered()
/freebsd-14-stable/contrib/libevent/test/
HDtest-time.c46 int called = 0; variable
66 called++; in time_cb()
68 if (called < 10*NEVENT) { in time_cb()
73 if (tv.tv_usec % 2 || called < NEVENT) in time_cb()
115 i, called, NEVENT); in main()
117 if (i == 1 && called >= NEVENT) { in main()
HDtest-weof.c57 int called = 0; variable
71 if (!called) in write_cb()
74 } else if (called == 1) in write_cb()
77 called++; in write_cb()
HDtest-eof.c53 int called = 0; variable
73 if (!called) in read_cb()
75 } else if (called == 1) in read_cb()
78 called++; in read_cb()
HDregress_et.c70 called++; in read_cb()
95 called = was_et = 0; in test_edgetriggered()
121 tt_int_op(called, ==, 1); in test_edgetriggered()
124 tt_int_op(called, ==, 2); in test_edgetriggered()
/freebsd-14-stable/usr.bin/gprof/
HDgprof.callg24 called the number of times this function is called (other
48 called** the number of times this function is called by
53 total* the number of times this function was called by
68 which is due to being called by this function.
72 time which is due to being called by this
75 called** the number of times this child is called by this
79 total* the number of times this child is called by all
/freebsd-14-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_ASN1_METHOD.pod165 The pub_decode() and pub_encode() methods are called to decode /
168 They're called by L<X509_PUBKEY_get0(3)> and L<X509_PUBKEY_set(3)>.
170 The pub_cmp() method is called when two public keys are to be
173 It's called by L<EVP_PKEY_eq(3)>.
175 The pub_print() method is called to print a public key in humanly
178 It's called by L<EVP_PKEY_print_public(3)>.
185 The priv_decode() and priv_encode() methods are called to decode /
188 They're called by L<EVP_PKCS82PKEY(3)> and L<EVP_PKEY2PKCS8(3)>.
190 The priv_print() method is called to print a private key in humanly
193 It's called by L<EVP_PKEY_print_private(3)>.
[all …]
HDDSA_generate_parameters.pod50 called as shown below. For information on the BN_GENCB structure and the
62 When a candidate for q is generated, B<BN_GENCB_call(cb, 0, m++)> is called
68 B<BN_GENCB_call(cb, 1, -1)> is called.
70 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
77 B<BN_GENCB_call(cb, 3, 0)> are called.
82 B<BN_GENCB_call(cb, 0, counter)> is called.
87 B<BN_GENCB_call(cb, 1, -1)> is called.
89 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
95 When p has been found, B<BN_GENCB_call(cb, 2, 1)> is called.
99 When the generator has been found, B<BN_GENCB_call(cb, 3, 1)> is called.
HDSSL_CTX_set_info_callback.pod48 is called whenever a significant event occurs such as: the state changes,
51 The callback function is called as B<callback(SSL *ssl, int where, int ret)>.
53 the callback function was called. If B<ret> is 0, an error condition occurred.
63 Callback has been called to indicate state change or some other significant
69 Callback has been called to indicate exit of a handshake function. This will
75 Callback has been called during read operation.
79 Callback has been called during write operation.
83 Callback has been called due to an alert being sent or received.
99 Callback has been called because a new handshake is started. It also occurs when
104 Callback has been called because a handshake is finished. It also occurs if the
HDBIO_set_callback.pod41 callback. The callback is called during most high-level BIO operations. It can
48 called in preference to any set by BIO_set_callback().
73 the callback is called twice, once before and once after the actual
97 called before the actual BIO operation 1 is placed in B<ret>, if
110 function that is called.
122 is called before the free operation.
132 is called before the read and
151 is called before the write and
170 is called before the operation and
189 is called before the operation and
[all …]
HDSSL_get_error.pod70 function can be called again.
79 When the B<BIO> is writable again, the same function can be called again.
89 However, if the call was an SSL_write() or SSL_write_ex(), it should be called
111 called again later. The underlying BIO was not connected yet to the peer
113 called again when the connection is established. These messages can only
122 SSL_CTX_set_client_cert_cb() has asked to be called again.
123 The TLS/SSL I/O function should be called again later.
135 function should be called again later. The function B<must> be called from the
151 SSL_CTX_set_client_hello_cb() has asked to be called again.
152 The TLS/SSL I/O function should be called again later.
[all …]
HDSSL_CTX_sess_set_get_cb.pod32 called whenever a new session was negotiated.
35 called whenever a session is removed by the SSL engine. For example,
39 SSL_CTX_sess_set_get_cb() sets the callback function that is called
57 The new_session_cb() is called whenever a new session has been negotiated and
82 The remove_session_cb() is called whenever the SSL engine removes a session
86 L<SSL_CTX_free(3)> is called. The remove_session_cb() is passed
89 The get_session_cb() is only called on SSL/TLS servers, and is given
91 proposed by the client. The get_session_cb() is always called, even when
HDBN_CTX_start.pod22 freeing B<BIGNUM>s in functions that are called from inside a loop.
25 called repeatedly to obtain temporary B<BIGNUM>s. All BN_CTX_get()
29 Finally, BN_CTX_end() must be called before returning from the function.
31 When BN_CTX_end() is called, the B<BIGNUM> pointers obtained from
HDEVP_PKEY_meth_new.pod272 The init() method is called to initialize algorithm-specific data when a new
273 B<EVP_PKEY_CTX> is created. As opposed to init(), the cleanup() method is called
274 when an B<EVP_PKEY_CTX> is freed. The copy() method is called when an B<EVP_PKEY_CTX>
282 They are called by L<EVP_PKEY_paramgen_init(3)> and L<EVP_PKEY_paramgen(3)> to
289 the specified algorithm. They are called by L<EVP_PKEY_keygen_init(3)> and
297 piece of data using a private key. They are called by L<EVP_PKEY_sign_init(3)>
306 valid. They are called by L<EVP_PKEY_verify_init(3)> and L<EVP_PKEY_verify(3)>.
315 signature that was generated by RSA signing algorithm). They are called by
323 a B<EVP_MD_CTX> object. They are called by the EVP_DigestSign functions. See
331 against the data in a B<EVP_MD_CTX> object. They are called by the various
[all …]
HDSSL_CTX_set_quiet_shutdown.pod21 L<SSL_new(3)> is called. B<mode> may be 0 or 1.
27 L<SSL_free(3)> or SSL_set_quiet_shutdown() is called again.
28 It is not changed when L<SSL_clear(3)> is called.
42 L<SSL_set_shutdown(3)> called with
HDBIO_meth_new.pod83 will be called in response to the application calling BIO_write_ex() or
92 be called in response to the application calling BIO_read_ex() or BIO_read().
101 called in response to the application calling BIO_puts(). The parameters for
106 page for more information). This function will be called in response to the
112 more information. This function will be called in response to the application
118 called in response to the application calling BIO_new() and passing
123 L<BIO_set_init(3)> must then be called either by the create function, or later,
128 called in response to the application calling BIO_free(). A pointer to the BIO
135 the L<BIO_callback_ctrl(3)> page for more information. This function will be called
HDEVP_CIPHER_meth_new.pod114 Set this if the implementation's init() function should be called even
119 Set this to have the implementation's ctrl() function called with
128 will be called with the control code B<EVP_CTRL_SET_KEY_LENGTH> and
144 Set this to have the implementation's ctrl() function called with
192 The cipher init function is called by EVP_CipherInit(),
198 The cipher function is called by EVP_CipherUpdate(),
209 This cleanup function is called by EVP_CIPHER_CTX_reset() and
214 This function is called by EVP_CIPHER_param_to_asn1().
220 They are called by EVP_CIPHER_param_to_asn1() and
/freebsd-14-stable/contrib/one-true-awk/testdir/
HDREADME.TESTS3 - A shell file called REGRESS that controls the testing process.
5 - Several shell files called Compare* that control sub-parts
8 - About 160 small tests called t.* that constitute a random
12 - About 60 small tests called p.* that come from the first
21 - About 20 files called T.* that are self-contained and
35 - About 20 files called tt.* that are used as timing tests;
/freebsd-14-stable/tools/test/stress2/testcases/
HDREADME7 The setup() procedure is called once before test() is called multiple times
8 until timeout. After timeout cleanup() is called.
/freebsd-14-stable/contrib/libevent/sample/
HDsignal-test.c29 int called = 0; variable
38 if (called >= 2) in signal_cb()
41 called++; in signal_cb()
/freebsd-14-stable/contrib/ntp/sntp/libevent/sample/
HDsignal-test.c29 int called = 0; variable
38 if (called >= 2) in signal_cb()
41 called++; in signal_cb()

12345678910>>...36