Home
last modified time | relevance | path

Searched refs:sync_responses (Results 1 – 8 of 8) sorted by relevance

/dports/mail/exim-mysql/exim-4.95/src/transports/
H A Dsmtp.c1176 sync_responses(smtp_context * sx, int count, int pending_DATA) in sync_responses() function
1936 switch(sync_responses(sx, prev_cmd_count, 0)) in smtp_chunk_cmd_callback()
2454 if (sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
2637 if (sx->early_pipe_active && sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
3873 switch(sync_responses(sx, count, sx->ok ? +1 : -1)) in smtp_deliver()
4111 switch(sync_responses(sx, sx->cmd_count-1, 0)) in smtp_deliver()
/dports/mail/exim-postgresql/exim-4.95/src/transports/
H A Dsmtp.c1176 sync_responses(smtp_context * sx, int count, int pending_DATA) in sync_responses() function
1936 switch(sync_responses(sx, prev_cmd_count, 0)) in smtp_chunk_cmd_callback()
2454 if (sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
2637 if (sx->early_pipe_active && sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
3873 switch(sync_responses(sx, count, sx->ok ? +1 : -1)) in smtp_deliver()
4111 switch(sync_responses(sx, sx->cmd_count-1, 0)) in smtp_deliver()
/dports/mail/exim/exim-4.95/src/transports/
H A Dsmtp.c1176 sync_responses(smtp_context * sx, int count, int pending_DATA) in sync_responses() function
1936 switch(sync_responses(sx, prev_cmd_count, 0)) in smtp_chunk_cmd_callback()
2454 if (sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
2637 if (sx->early_pipe_active && sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
3873 switch(sync_responses(sx, count, sx->ok ? +1 : -1)) in smtp_deliver()
4111 switch(sync_responses(sx, sx->cmd_count-1, 0)) in smtp_deliver()
/dports/mail/exim-monitor/exim-4.95/src/transports/
H A Dsmtp.c1176 sync_responses(smtp_context * sx, int count, int pending_DATA) in sync_responses() function
1936 switch(sync_responses(sx, prev_cmd_count, 0)) in smtp_chunk_cmd_callback()
2454 if (sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
2637 if (sx->early_pipe_active && sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
3873 switch(sync_responses(sx, count, sx->ok ? +1 : -1)) in smtp_deliver()
4111 switch(sync_responses(sx, sx->cmd_count-1, 0)) in smtp_deliver()
/dports/mail/exim-ldap2/exim-4.95/src/transports/
H A Dsmtp.c1176 sync_responses(smtp_context * sx, int count, int pending_DATA) in sync_responses() function
1936 switch(sync_responses(sx, prev_cmd_count, 0)) in smtp_chunk_cmd_callback()
2454 if (sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
2637 if (sx->early_pipe_active && sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
3873 switch(sync_responses(sx, count, sx->ok ? +1 : -1)) in smtp_deliver()
4111 switch(sync_responses(sx, sx->cmd_count-1, 0)) in smtp_deliver()
/dports/mail/exim-sa-exim/exim-4.95/src/transports/
H A Dsmtp.c1176 sync_responses(smtp_context * sx, int count, int pending_DATA) in sync_responses() function
1936 switch(sync_responses(sx, prev_cmd_count, 0)) in smtp_chunk_cmd_callback()
2454 if (sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
2637 if (sx->early_pipe_active && sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
3873 switch(sync_responses(sx, count, sx->ok ? +1 : -1)) in smtp_deliver()
4111 switch(sync_responses(sx, sx->cmd_count-1, 0)) in smtp_deliver()
/dports/mail/exim-sqlite/exim-4.95/src/transports/
H A Dsmtp.c1176 sync_responses(smtp_context * sx, int count, int pending_DATA) in sync_responses() function
1936 switch(sync_responses(sx, prev_cmd_count, 0)) in smtp_chunk_cmd_callback()
2454 if (sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
2637 if (sx->early_pipe_active && sync_responses(sx, 2, 0) != 0) in smtp_setup_conn()
3484 switch(sync_responses(sx, cmds_sent, 0)) in smtp_write_mail_and_rcpt_cmds()
3873 switch(sync_responses(sx, count, sx->ok ? +1 : -1)) in smtp_deliver()
4111 switch(sync_responses(sx, sx->cmd_count-1, 0)) in smtp_deliver()
/dports/net/krill/krill-0.9.4/cargo-crates/oauth2-4.1.0/src/
H A Dtests.rs2291 let sync_responses = std::sync::Mutex::new(responses); in mock_http_client_success_fail() localVariable
2310 let mut rsp_vec = sync_responses.lock().unwrap(); in mock_http_client_success_fail()