Home
last modified time | relevance | path

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

12345678910>>...32

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt41 Expected: to be called once
54 Expected: to be called once
62 Expected: to be called once
69 Expected: to be called once
98 Expected: to be called once
105 Expected: to be called once
119 Expected: to be called once
126 Expected: to be called once
140 Expected: to be called once
148 Expected: to be called once
[all …]
/freebsd-13.1/sys/contrib/ngatm/netnatm/api/
H A Dunisap.c263 if (IE_ISGOOD(*called)) in unisve_match()
271 if (!IE_ISGOOD(*called)) in unisve_match()
273 if (called->addr.type != sap->addr.type || in unisve_match()
274 called->addr.plan != sap->addr.plan) in unisve_match()
276 if (called->addr.plan == UNI_ADDR_E164) { in unisve_match()
277 if (called->addr.len != sap->addr.len || in unisve_match()
279 called->addr.len) != 0) in unisve_match()
282 if (called->addr.len != 20 || in unisve_match()
295 if (IE_ISGOOD(*called) && called->addr.plan == UNI_ADDR_ATME) in unisve_match()
303 if (!IE_ISGOOD(*called)) in unisve_match()
[all …]
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/
H A Dtst.StateMachine.ksh.out29 java.lang.IllegalStateException: go() not called
30 java.lang.IllegalStateException: go() not called
31 java.lang.IllegalStateException: go() not called
32 java.lang.IllegalStateException: go() not called
39 java.lang.IllegalStateException: go() already called
40 java.lang.IllegalStateException: go() already called
41 java.lang.IllegalStateException: go() already called
42 java.lang.IllegalStateException: go() already called
43 java.lang.IllegalStateException: go() already called
44 java.lang.IllegalStateException: go() already called
/freebsd-13.1/contrib/libevent/test/
H A Dtest-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()
113 printf("%d, %d\n", called, NEVENT); in main()
114 return (called < NEVENT); in main()
H A Dtest-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()
H A Dtest-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()
H A Dregress_et.c62 called++; in read_cb()
101 called = was_et = 0; in test_edgetriggered()
136 tt_int_op(called, ==, 1); in test_edgetriggered()
139 tt_int_op(called, ==, 2); in test_edgetriggered()
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dtest-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()
114 printf("%d, %d\n", called, NEVENT); in main()
115 return (called < NEVENT); in main()
H A Dtest-weof.c60 int called = 0; variable
74 if (!called) in write_cb()
77 } else if (called == 1) in write_cb()
80 called++; in write_cb()
H A Dtest-eof.c56 int called = 0; variable
76 if (!called) in read_cb()
78 } else if (called == 1) in read_cb()
81 called++; in read_cb()
H A Dregress_et.c62 called++; in read_cb()
105 called = was_et = 0; in test_edgetriggered()
140 tt_int_op(called, ==, 1); in test_edgetriggered()
143 tt_int_op(called, ==, 2); in test_edgetriggered()
/freebsd-13.1/usr.bin/gprof/
H A Dgprof.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-13.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_ASN1_METHOD.pod173 It's called by L<EVP_PKEY_cmp(3)>.
178 It's called by L<EVP_PKEY_print_public(3)>.
193 It's called by L<EVP_PKEY_print_private(3)>.
200 It's called by L<EVP_PKEY_size(3)>.
203 It's called by L<EVP_PKEY_bits(3)>.
222 It's called by L<EVP_PKEY_missing_parameters(3)>.
226 It's called by L<EVP_PKEY_copy_parameters(3)>.
231 It's called by L<EVP_PKEY_cmp_parameters(3)>.
236 It's called by L<EVP_PKEY_print_params(3)>.
248 It's called by L<X509_signature_print(3)>.
[all …]
H A DDSA_generate_parameters.pod42 called as shown below. For information on the BN_GENCB structure and the
54 When a candidate for q is generated, B<BN_GENCB_call(cb, 0, m++)> is called
60 B<BN_GENCB_call(cb, 1, -1)> is called.
62 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
69 B<BN_GENCB_call(cb, 3, 0)> are called.
74 B<BN_GENCB_call(cb, 0, counter)> is called.
79 B<BN_GENCB_call(cb, 1, -1)> is called.
81 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
87 When p has been found, B<BN_GENCB_call(cb, 2, 1)> is called.
91 When the generator has been found, B<BN_GENCB_call(cb, 3, 1)> is called.
H A DSSL_CTX_set_info_callback.pod44 is called whenever a significant event occurs such as: the state changes,
47 The callback function is called as B<callback(SSL *ssl, int where, int ret)>.
49 the callback function was called. If B<ret> is 0, an error condition occurred.
59 Callback has been called to indicate state change or some other significant
65 Callback has been called to indicate exit of a handshake function. This will
71 Callback has been called during read operation.
75 Callback has been called during write operation.
79 Callback has been called due to an alert being sent or received.
95 Callback has been called because a new handshake is started. It also occurs when
100 Callback has been called because a handshake is finished. It also occurs if the
H A DBIO_set_callback.pod34 callback. The callback is called during most high-level BIO operations. It can
41 called in preference to any set by BIO_set_callback().
64 the callback is called twice, once before and once after the actual
88 called before the actual BIO operation 1 is placed in B<ret>, if
101 function that is called.
113 is called before the free operation.
123 is called before the read and
142 is called before the write and
161 is called before the operation and
180 is called before the operation and
[all …]
H A DSSL_get_error.pod56 function can be called again.
65 When the B<BIO> is writable again, the same function can be called again.
95 called again later. The underlying BIO was not connected yet to the peer
97 called again when the connection is established. These messages can only
106 SSL_CTX_set_client_cert_cb() has asked to be called again.
107 The TLS/SSL I/O function should be called again later.
119 function should be called again later. The function B<must> be called from the
135 SSL_CTX_set_client_hello_cb() has asked to be called again.
136 The TLS/SSL I/O function should be called again later.
144 be performed on the connection and SSL_shutdown() must not be called.
[all …]
H A DSSL_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
H A DSSL_CTX_set_cert_verify_callback.pod19 the time when L<SSL_new(3)> is called.
24 function is called. If the application does not explicitly specify a
27 SSL_CTX_set_cert_verify_callback(), the supplied callback function is called
30 When the verification must be performed, I<callback> will be called with
52 B<verify_callback> function called during the verification process. The
H A DBN_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
H A DEVP_PKEY_meth_new.pod265 The init() method is called to initialize algorithm-specific data when a new
275 They are called by L<EVP_PKEY_paramgen_init(3)> and L<EVP_PKEY_paramgen(3)> to
282 the specified algorithm. They are called by L<EVP_PKEY_keygen_init(3)> and
308 signature that was generated by RSA signing algorithm). They are called by
316 a B<EVP_MD_CTX> object. They are called by the EVP_DigestSign functions. See
324 against the data in a B<EVP_MD_CTX> object. They are called by the various
332 They are called by L<EVP_PKEY_encrypt_init(3)> and L<EVP_PKEY_encrypt(3)>.
339 They are called by L<EVP_PKEY_decrypt_init(3)> and L<EVP_PKEY_decrypt(3)>.
361 a signature in a one-shot mode. They could be called by L<EVP_DigestSign(3)>
370 They could be called by L<EVP_PKEY_check(3)>, L<EVP_PKEY_public_check(3)> and
[all …]
H A DSSL_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
/freebsd-13.1/contrib/libevent/sample/
H A Dsignal-test.c29 int called = 0; variable
38 if (called >= 2) in signal_cb()
41 called++; in signal_cb()
/freebsd-13.1/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c157 if(IE_ISGOOD(src->called)) in copy_msg_setup()
158 dst->called = src->called; in copy_msg_setup()
290 if(IE_ISGOOD(src->called)) in copy_msg_add_party()
291 dst->called = src->called; in copy_msg_add_party()
450 if(IE_ISGOOD(src->called)) in copy_msg_leaf_setup_req()
451 dst->called = src->called; in copy_msg_leaf_setup_req()
470 if(IE_ISGOOD(src->called)) in copy_msg_leaf_setup_fail()
471 dst->called = src->called; in copy_msg_leaf_setup_fail()
488 if(IE_ISGOOD(src->called)) in copy_msg_cobisetup()
489 dst->called = src->called; in copy_msg_cobisetup()
[all …]
/freebsd-13.1/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.h84 struct uni_ie_called called; member
156 struct uni_ie_called called; member
233 struct uni_ie_called called; member
243 struct uni_ie_called called; member
253 struct uni_ie_called called; member
263 struct uni_ie_called called; member

12345678910>>...32