Searched refs:is_stream (Results 1 – 4 of 4) sorted by relevance
| /src/crypto/openssl/test/ |
| H A D | quic_fc_test.c | 14 static int test_txfc(int is_stream) in test_txfc() argument 22 if (is_stream && !TEST_true(ossl_quic_txfc_init(&stream_txfc, &conn_txfc))) in test_txfc() 25 txfc = is_stream ? &stream_txfc : &conn_txfc; in test_txfc() 26 parent_txfc = is_stream ? &conn_txfc : NULL; in test_txfc() 31 if (is_stream && !TEST_true(ossl_quic_txfc_bump_cwm(parent_txfc, 2000))) in test_txfc() 46 if (is_stream) { in test_txfc() 63 if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 1500)) in test_txfc() 81 if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 1400)) in test_txfc() 93 if (is_stream && !TEST_uint64_t_eq(ossl_quic_txfc_get_credit(txfc, 0), 0)) in test_txfc() 129 if (is_stream && !TEST_true(ossl_quic_txfc_bump_cwm(parent_txfc, 2400))) in test_txfc() [all …]
|
| /src/crypto/heimdal/lib/krb5/ |
| H A D | changepw.c | 72 int is_stream, in chgpw_send_request() argument 86 if (is_stream) in chgpw_send_request() 164 int is_stream, in setpw_send_request() argument 221 if (is_stream) { in setpw_send_request() 243 if (is_stream) in setpw_send_request() 268 int is_stream, in process_reply() argument 283 if (is_stream) { in process_reply() 541 int is_stream; in change_password_loop() local 547 is_stream = 0; in change_password_loop() 552 is_stream = 1; in change_password_loop() [all …]
|
| /src/contrib/bsnmp/snmpd/ |
| H A D | trans_lsock.c | 116 int is_stream, need_cred; in lsock_open_port() local 126 is_stream = 0; in lsock_open_port() 131 is_stream = 0; in lsock_open_port() 136 is_stream = 1; in lsock_open_port() 141 is_stream = 1; in lsock_open_port() 152 if (!is_stream) { in lsock_open_port() 160 if (!is_stream) in lsock_open_port() 183 peer->input.stream = is_stream; in lsock_open_port()
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_impl.c | 75 int is_stream, is_listener, is_domain, in_io; member 84 if (ctx->is_stream && ctx->xso != NULL) in quic_set_last_error() 86 else if (!ctx->is_stream && ctx->qc != NULL) in quic_set_last_error() 271 ctx->is_stream = 0; in expect_quic_as() 364 ctx->is_stream = 1; in expect_quic_as() 769 if (ctx.is_stream) { in ossl_quic_free() 1021 if (!ctx.is_stream) { in quic_mask_or_options() 1046 if (ctx.is_stream) in quic_mask_or_options() 1518 if (ctx.is_stream) { in ossl_quic_conn_shutdown() 1625 if (!ctx.is_stream) in ossl_quic_ctrl() [all …]
|