Home
last modified time | relevance | path

Searched refs:ct_ctx (Results 1 – 25 of 27) sorted by relevance

12

/dports/mail/exim-ldap2/exim-4.95/src/
H A Dtls-gnu.c3689 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
3691 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_shutdown_wr()
3696 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
3720 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
3722 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_close()
3732 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_close()
3739 if (!ct_ctx) /* server */ in tls_close()
3930 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
3932 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_read()
3993 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_write()
[all …]
H A Dtls-openssl.c4198 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
4200 SSL * ssl = ct_ctx ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_read()
4250 SSL * ssl = ct_ctx in tls_write()
4251 ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_write()
4254 gstring ** corkedp = ct_ctx in tls_write()
4316 if (ct_ctx || errno != ECONNRESET || !f.smtp_in_quit) in tls_write()
4344 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
4346 exim_openssl_client_tls_ctx * o_ctx = ct_ctx; in tls_shutdown_wr()
4353 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
4384 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
[all …]
/dports/mail/exim-postgresql/exim-4.95/src/
H A Dtls-gnu.c3689 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
3691 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_shutdown_wr()
3696 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
3720 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
3722 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_close()
3732 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_close()
3739 if (!ct_ctx) /* server */ in tls_close()
3930 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
3932 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_read()
3993 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_write()
[all …]
H A Dtls-openssl.c4198 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
4200 SSL * ssl = ct_ctx ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_read()
4250 SSL * ssl = ct_ctx in tls_write()
4251 ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_write()
4254 gstring ** corkedp = ct_ctx in tls_write()
4316 if (ct_ctx || errno != ECONNRESET || !f.smtp_in_quit) in tls_write()
4344 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
4346 exim_openssl_client_tls_ctx * o_ctx = ct_ctx; in tls_shutdown_wr()
4353 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
4384 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
[all …]
/dports/mail/exim-mysql/exim-4.95/src/
H A Dtls-gnu.c3689 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
3691 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_shutdown_wr()
3696 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
3720 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
3722 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_close()
3732 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_close()
3739 if (!ct_ctx) /* server */ in tls_close()
3930 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
3932 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_read()
3993 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_write()
[all …]
H A Dtls-openssl.c4198 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
4200 SSL * ssl = ct_ctx ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_read()
4250 SSL * ssl = ct_ctx in tls_write()
4251 ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_write()
4254 gstring ** corkedp = ct_ctx in tls_write()
4316 if (ct_ctx || errno != ECONNRESET || !f.smtp_in_quit) in tls_write()
4344 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
4346 exim_openssl_client_tls_ctx * o_ctx = ct_ctx; in tls_shutdown_wr()
4353 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
4384 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
[all …]
/dports/mail/exim-monitor/exim-4.95/src/
H A Dtls-gnu.c3689 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
3691 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_shutdown_wr()
3696 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
3720 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
3722 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_close()
3732 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_close()
3739 if (!ct_ctx) /* server */ in tls_close()
3930 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
3932 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_read()
3993 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_write()
[all …]
H A Dtls-openssl.c4198 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
4200 SSL * ssl = ct_ctx ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_read()
4250 SSL * ssl = ct_ctx in tls_write()
4251 ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_write()
4254 gstring ** corkedp = ct_ctx in tls_write()
4316 if (ct_ctx || errno != ECONNRESET || !f.smtp_in_quit) in tls_write()
4344 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
4346 exim_openssl_client_tls_ctx * o_ctx = ct_ctx; in tls_shutdown_wr()
4353 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
4384 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
[all …]
/dports/mail/exim/exim-4.95/src/
H A Dtls-gnu.c3689 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
3691 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_shutdown_wr()
3696 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
3720 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
3722 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_close()
3732 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_close()
3739 if (!ct_ctx) /* server */ in tls_close()
3930 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
3932 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_read()
3993 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_write()
[all …]
H A Dtls-openssl.c4198 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
4200 SSL * ssl = ct_ctx ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_read()
4250 SSL * ssl = ct_ctx in tls_write()
4251 ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_write()
4254 gstring ** corkedp = ct_ctx in tls_write()
4316 if (ct_ctx || errno != ECONNRESET || !f.smtp_in_quit) in tls_write()
4344 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
4346 exim_openssl_client_tls_ctx * o_ctx = ct_ctx; in tls_shutdown_wr()
4353 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
4384 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
[all …]
/dports/mail/exim-sa-exim/exim-4.95/src/
H A Dtls-gnu.c3689 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
3691 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_shutdown_wr()
3696 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
3720 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
3722 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_close()
3732 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_close()
3739 if (!ct_ctx) /* server */ in tls_close()
3930 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
3932 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_read()
3993 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_write()
[all …]
H A Dtls-openssl.c4198 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
4200 SSL * ssl = ct_ctx ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_read()
4250 SSL * ssl = ct_ctx in tls_write()
4251 ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_write()
4254 gstring ** corkedp = ct_ctx in tls_write()
4316 if (ct_ctx || errno != ECONNRESET || !f.smtp_in_quit) in tls_write()
4344 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
4346 exim_openssl_client_tls_ctx * o_ctx = ct_ctx; in tls_shutdown_wr()
4353 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
4384 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
[all …]
/dports/mail/exim-sqlite/exim-4.95/src/
H A Dtls-gnu.c3689 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
3691 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_shutdown_wr()
3696 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
3720 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
3722 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_close()
3732 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_close()
3739 if (!ct_ctx) /* server */ in tls_close()
3930 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
3932 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_read()
3993 exim_gnutls_state_st * state = ct_ctx ? ct_ctx : &state_server; in tls_write()
[all …]
H A Dtls-openssl.c4198 tls_read(void * ct_ctx, uschar *buff, size_t len) in tls_read() argument
4200 SSL * ssl = ct_ctx ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_read()
4250 SSL * ssl = ct_ctx in tls_write()
4251 ? ((exim_openssl_client_tls_ctx *)ct_ctx)->ssl in tls_write()
4254 gstring ** corkedp = ct_ctx in tls_write()
4316 if (ct_ctx || errno != ECONNRESET || !f.smtp_in_quit) in tls_write()
4344 tls_shutdown_wr(void * ct_ctx) in tls_shutdown_wr() argument
4346 exim_openssl_client_tls_ctx * o_ctx = ct_ctx; in tls_shutdown_wr()
4353 tls_write(ct_ctx, NULL, 0, FALSE); /* flush write buffer */ in tls_shutdown_wr()
4384 tls_close(void * ct_ctx, int do_shutdown) in tls_close() argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1084 phba->ct_ctx[ in lpfc_bsg_ct_unsol_event()
1086 phba->ct_ctx[ in lpfc_bsg_ct_unsol_event()
1088 phba->ct_ctx[evt_dat->immed_dat].rxid = in lpfc_bsg_ct_unsol_event()
1090 phba->ct_ctx[evt_dat->immed_dat].oxid = in lpfc_bsg_ct_unsol_event()
1092 phba->ct_ctx[evt_dat->immed_dat].SID = in lpfc_bsg_ct_unsol_event()
1165 if (phba->ct_ctx[ctx_idx].rxid != rxid) in lpfc_bsg_ct_unsol_abort()
1167 if (phba->ct_ctx[ctx_idx].oxid != oxid) in lpfc_bsg_ct_unsol_abort()
1169 if (phba->ct_ctx[ctx_idx].SID != sid) in lpfc_bsg_ct_unsol_abort()
1474 phba->ct_ctx[tag].rxid, in lpfc_issue_ct_rsp()
1475 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
[all …]
H A Dlpfc.h1179 struct unsol_rcv_ct_ctx ct_ctx[LPFC_CT_CTX_MAX]; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1084 phba->ct_ctx[ in lpfc_bsg_ct_unsol_event()
1086 phba->ct_ctx[ in lpfc_bsg_ct_unsol_event()
1088 phba->ct_ctx[evt_dat->immed_dat].rxid = in lpfc_bsg_ct_unsol_event()
1090 phba->ct_ctx[evt_dat->immed_dat].oxid = in lpfc_bsg_ct_unsol_event()
1092 phba->ct_ctx[evt_dat->immed_dat].SID = in lpfc_bsg_ct_unsol_event()
1165 if (phba->ct_ctx[ctx_idx].rxid != rxid) in lpfc_bsg_ct_unsol_abort()
1167 if (phba->ct_ctx[ctx_idx].oxid != oxid) in lpfc_bsg_ct_unsol_abort()
1169 if (phba->ct_ctx[ctx_idx].SID != sid) in lpfc_bsg_ct_unsol_abort()
1474 phba->ct_ctx[tag].rxid, in lpfc_issue_ct_rsp()
1475 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_bsg.c1084 phba->ct_ctx[ in lpfc_bsg_ct_unsol_event()
1086 phba->ct_ctx[ in lpfc_bsg_ct_unsol_event()
1088 phba->ct_ctx[evt_dat->immed_dat].rxid = in lpfc_bsg_ct_unsol_event()
1090 phba->ct_ctx[evt_dat->immed_dat].oxid = in lpfc_bsg_ct_unsol_event()
1092 phba->ct_ctx[evt_dat->immed_dat].SID = in lpfc_bsg_ct_unsol_event()
1165 if (phba->ct_ctx[ctx_idx].rxid != rxid) in lpfc_bsg_ct_unsol_abort()
1167 if (phba->ct_ctx[ctx_idx].oxid != oxid) in lpfc_bsg_ct_unsol_abort()
1169 if (phba->ct_ctx[ctx_idx].SID != sid) in lpfc_bsg_ct_unsol_abort()
1474 phba->ct_ctx[tag].rxid, in lpfc_issue_ct_rsp()
1475 phba->ct_ctx[tag].SID); in lpfc_issue_ct_rsp()
[all …]
/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dsmtp.c3550 smtp_proxy_tls(void * ct_ctx, uschar * buf, size_t bsize, int * pfd, in smtp_proxy_tls() argument
3598 if ((rc = tls_read(ct_ctx, buf, bsize)) <= 0) /* Expect -1 for EOF; */ in smtp_proxy_tls()
3619 tls_shutdown_wr(ct_ctx); in smtp_proxy_tls()
3625 if ((i = tls_write(ct_ctx, buf + nbytes, rc - nbytes, FALSE)) < 0) in smtp_proxy_tls()
3631 if (send_tls_shutdown) tls_close(ct_ctx, TLS_SHUTDOWN_NOWAIT); in smtp_proxy_tls()
3632 ct_ctx = NULL; in smtp_proxy_tls()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dsmtp.c3550 smtp_proxy_tls(void * ct_ctx, uschar * buf, size_t bsize, int * pfd, in smtp_proxy_tls() argument
3598 if ((rc = tls_read(ct_ctx, buf, bsize)) <= 0) /* Expect -1 for EOF; */ in smtp_proxy_tls()
3619 tls_shutdown_wr(ct_ctx); in smtp_proxy_tls()
3625 if ((i = tls_write(ct_ctx, buf + nbytes, rc - nbytes, FALSE)) < 0) in smtp_proxy_tls()
3631 if (send_tls_shutdown) tls_close(ct_ctx, TLS_SHUTDOWN_NOWAIT); in smtp_proxy_tls()
3632 ct_ctx = NULL; in smtp_proxy_tls()
/dports/mail/exim/exim-4.95/src/transports/
H A Dsmtp.c3550 smtp_proxy_tls(void * ct_ctx, uschar * buf, size_t bsize, int * pfd, in smtp_proxy_tls() argument
3598 if ((rc = tls_read(ct_ctx, buf, bsize)) <= 0) /* Expect -1 for EOF; */ in smtp_proxy_tls()
3619 tls_shutdown_wr(ct_ctx); in smtp_proxy_tls()
3625 if ((i = tls_write(ct_ctx, buf + nbytes, rc - nbytes, FALSE)) < 0) in smtp_proxy_tls()
3631 if (send_tls_shutdown) tls_close(ct_ctx, TLS_SHUTDOWN_NOWAIT); in smtp_proxy_tls()
3632 ct_ctx = NULL; in smtp_proxy_tls()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dsmtp.c3550 smtp_proxy_tls(void * ct_ctx, uschar * buf, size_t bsize, int * pfd, in smtp_proxy_tls() argument
3598 if ((rc = tls_read(ct_ctx, buf, bsize)) <= 0) /* Expect -1 for EOF; */ in smtp_proxy_tls()
3619 tls_shutdown_wr(ct_ctx); in smtp_proxy_tls()
3625 if ((i = tls_write(ct_ctx, buf + nbytes, rc - nbytes, FALSE)) < 0) in smtp_proxy_tls()
3631 if (send_tls_shutdown) tls_close(ct_ctx, TLS_SHUTDOWN_NOWAIT); in smtp_proxy_tls()
3632 ct_ctx = NULL; in smtp_proxy_tls()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dsmtp.c3550 smtp_proxy_tls(void * ct_ctx, uschar * buf, size_t bsize, int * pfd, in smtp_proxy_tls() argument
3598 if ((rc = tls_read(ct_ctx, buf, bsize)) <= 0) /* Expect -1 for EOF; */ in smtp_proxy_tls()
3619 tls_shutdown_wr(ct_ctx); in smtp_proxy_tls()
3625 if ((i = tls_write(ct_ctx, buf + nbytes, rc - nbytes, FALSE)) < 0) in smtp_proxy_tls()
3631 if (send_tls_shutdown) tls_close(ct_ctx, TLS_SHUTDOWN_NOWAIT); in smtp_proxy_tls()
3632 ct_ctx = NULL; in smtp_proxy_tls()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dsmtp.c3550 smtp_proxy_tls(void * ct_ctx, uschar * buf, size_t bsize, int * pfd, in smtp_proxy_tls() argument
3598 if ((rc = tls_read(ct_ctx, buf, bsize)) <= 0) /* Expect -1 for EOF; */ in smtp_proxy_tls()
3619 tls_shutdown_wr(ct_ctx); in smtp_proxy_tls()
3625 if ((i = tls_write(ct_ctx, buf + nbytes, rc - nbytes, FALSE)) < 0) in smtp_proxy_tls()
3631 if (send_tls_shutdown) tls_close(ct_ctx, TLS_SHUTDOWN_NOWAIT); in smtp_proxy_tls()
3632 ct_ctx = NULL; in smtp_proxy_tls()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dsmtp.c3550 smtp_proxy_tls(void * ct_ctx, uschar * buf, size_t bsize, int * pfd, in smtp_proxy_tls() argument
3598 if ((rc = tls_read(ct_ctx, buf, bsize)) <= 0) /* Expect -1 for EOF; */ in smtp_proxy_tls()
3619 tls_shutdown_wr(ct_ctx); in smtp_proxy_tls()
3625 if ((i = tls_write(ct_ctx, buf + nbytes, rc - nbytes, FALSE)) < 0) in smtp_proxy_tls()
3631 if (send_tls_shutdown) tls_close(ct_ctx, TLS_SHUTDOWN_NOWAIT); in smtp_proxy_tls()
3632 ct_ctx = NULL; in smtp_proxy_tls()

12