Home
last modified time | relevance | path

Searched refs:SMTP_STOP (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/aseprite/aseprite-1.2.9/third_party/curl/lib/
H A Dsmtp.c398 state1 = SMTP_STOP; in smtp_authenticate()
399 state2 = SMTP_STOP; in smtp_authenticate()
562 state(conn, SMTP_STOP); in smtp_state_helo_resp()
836 state(conn, SMTP_STOP); in smtp_state_mail_resp()
860 state(conn, SMTP_STOP); in smtp_state_rcpt_resp()
895 state(conn, SMTP_STOP); in smtp_state_data_resp()
903 state(conn, SMTP_STOP); in smtp_state_data_resp()
920 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1014 state(conn, SMTP_STOP); in smtp_statemach_act()
1035 *done = (bool)(smtpc->state == SMTP_STOP); in smtp_multi_statemach()
[all …]
H A Dsmtp.h31 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dsmtp.c452 state(conn, SMTP_STOP); in smtp_perform_authentication()
811 state(conn, SMTP_STOP); in smtp_state_helo_resp()
832 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
880 state(conn, SMTP_STOP); in smtp_state_command_resp()
884 state(conn, SMTP_STOP); in smtp_state_command_resp()
964 state(conn, SMTP_STOP); in smtp_state_data_resp()
984 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1066 state(conn, SMTP_STOP); in smtp_statemach_act()
1069 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1087 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dsmtp.c494 state(conn, SMTP_STOP); in smtp_perform_authentication()
819 state(conn, SMTP_STOP); in smtp_state_helo_resp()
840 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
888 state(conn, SMTP_STOP); in smtp_state_command_resp()
892 state(conn, SMTP_STOP); in smtp_state_command_resp()
972 state(conn, SMTP_STOP); in smtp_state_data_resp()
992 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1074 state(conn, SMTP_STOP); in smtp_statemach_act()
1077 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1095 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dsmtp.c452 state(conn, SMTP_STOP); in smtp_perform_authentication()
811 state(conn, SMTP_STOP); in smtp_state_helo_resp()
832 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
880 state(conn, SMTP_STOP); in smtp_state_command_resp()
884 state(conn, SMTP_STOP); in smtp_state_command_resp()
964 state(conn, SMTP_STOP); in smtp_state_data_resp()
984 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1066 state(conn, SMTP_STOP); in smtp_statemach_act()
1069 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1087 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dsmtp.c493 state(conn, SMTP_STOP); in smtp_perform_authentication()
818 state(conn, SMTP_STOP); in smtp_state_helo_resp()
839 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
887 state(conn, SMTP_STOP); in smtp_state_command_resp()
891 state(conn, SMTP_STOP); in smtp_state_command_resp()
971 state(conn, SMTP_STOP); in smtp_state_data_resp()
991 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1073 state(conn, SMTP_STOP); in smtp_statemach_act()
1076 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1094 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dsmtp.c493 state(conn, SMTP_STOP); in smtp_perform_authentication()
818 state(conn, SMTP_STOP); in smtp_state_helo_resp()
839 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
887 state(conn, SMTP_STOP); in smtp_state_command_resp()
891 state(conn, SMTP_STOP); in smtp_state_command_resp()
971 state(conn, SMTP_STOP); in smtp_state_data_resp()
991 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1073 state(conn, SMTP_STOP); in smtp_statemach_act()
1076 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1094 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dsmtp.c475 state(data, SMTP_STOP); in smtp_perform_authentication()
971 state(data, SMTP_STOP); in smtp_state_helo_resp()
992 state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1039 state(data, SMTP_STOP); in smtp_state_command_resp()
1043 state(data, SMTP_STOP); in smtp_state_command_resp()
1147 state(data, SMTP_STOP); in smtp_state_data_resp()
1167 state(data, SMTP_STOP); in smtp_state_postdata_resp()
1249 state(data, SMTP_STOP); in smtp_statemachine()
1252 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1272 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dsmtp.c496 state(data, SMTP_STOP); in smtp_perform_authentication()
992 state(data, SMTP_STOP); in smtp_state_helo_resp()
1013 state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1060 state(data, SMTP_STOP); in smtp_state_command_resp()
1064 state(data, SMTP_STOP); in smtp_state_command_resp()
1168 state(data, SMTP_STOP); in smtp_state_data_resp()
1188 state(data, SMTP_STOP); in smtp_state_postdata_resp()
1270 state(data, SMTP_STOP); in smtp_statemachine()
1273 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1293 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dsmtp.c475 state(data, SMTP_STOP); in smtp_perform_authentication()
971 state(data, SMTP_STOP); in smtp_state_helo_resp()
992 state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1039 state(data, SMTP_STOP); in smtp_state_command_resp()
1043 state(data, SMTP_STOP); in smtp_state_command_resp()
1147 state(data, SMTP_STOP); in smtp_state_data_resp()
1167 state(data, SMTP_STOP); in smtp_state_postdata_resp()
1249 state(data, SMTP_STOP); in smtp_statemachine()
1252 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1272 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dsmtp.c475 state(data, SMTP_STOP); in smtp_perform_authentication()
971 state(data, SMTP_STOP); in smtp_state_helo_resp()
992 state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1039 state(data, SMTP_STOP); in smtp_state_command_resp()
1043 state(data, SMTP_STOP); in smtp_state_command_resp()
1147 state(data, SMTP_STOP); in smtp_state_data_resp()
1167 state(data, SMTP_STOP); in smtp_state_postdata_resp()
1249 state(data, SMTP_STOP); in smtp_statemachine()
1252 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1272 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
H A Dsmtp.h32 SMTP_STOP, /* do nothing state, stops the state machine */ enumerator
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dsmtp.c457 state(conn, SMTP_STOP); in smtp_perform_authentication()
952 state(conn, SMTP_STOP); in smtp_state_helo_resp()
973 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1021 state(conn, SMTP_STOP); in smtp_state_command_resp()
1025 state(conn, SMTP_STOP); in smtp_state_command_resp()
1133 state(conn, SMTP_STOP); in smtp_state_data_resp()
1153 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1235 state(conn, SMTP_STOP); in smtp_statemach_act()
1238 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1256 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dsmtp.c473 state(data, SMTP_STOP); in smtp_perform_authentication()
965 state(data, SMTP_STOP); in smtp_state_helo_resp()
986 state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1033 state(data, SMTP_STOP); in smtp_state_command_resp()
1037 state(data, SMTP_STOP); in smtp_state_command_resp()
1141 state(data, SMTP_STOP); in smtp_state_data_resp()
1161 state(data, SMTP_STOP); in smtp_state_postdata_resp()
1243 state(data, SMTP_STOP); in smtp_statemachine()
1246 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1266 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dsmtp.c475 state(data, SMTP_STOP); in smtp_perform_authentication()
971 state(data, SMTP_STOP); in smtp_state_helo_resp()
992 state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1039 state(data, SMTP_STOP); in smtp_state_command_resp()
1043 state(data, SMTP_STOP); in smtp_state_command_resp()
1147 state(data, SMTP_STOP); in smtp_state_data_resp()
1167 state(data, SMTP_STOP); in smtp_state_postdata_resp()
1249 state(data, SMTP_STOP); in smtp_statemachine()
1252 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1272 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dsmtp.c496 state(data, SMTP_STOP); in smtp_perform_authentication()
992 state(data, SMTP_STOP); in smtp_state_helo_resp()
1013 state(data, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1060 state(data, SMTP_STOP); in smtp_state_command_resp()
1064 state(data, SMTP_STOP); in smtp_state_command_resp()
1168 state(data, SMTP_STOP); in smtp_state_data_resp()
1188 state(data, SMTP_STOP); in smtp_state_postdata_resp()
1270 state(data, SMTP_STOP); in smtp_statemachine()
1273 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemachine()
1293 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dsmtp.c459 state(conn, SMTP_STOP); in smtp_perform_authentication()
954 state(conn, SMTP_STOP); in smtp_state_helo_resp()
975 state(conn, SMTP_STOP); /* Authenticated */ in smtp_state_auth_resp()
1023 state(conn, SMTP_STOP); in smtp_state_command_resp()
1027 state(conn, SMTP_STOP); in smtp_state_command_resp()
1135 state(conn, SMTP_STOP); in smtp_state_data_resp()
1155 state(conn, SMTP_STOP); in smtp_state_postdata_resp()
1237 state(conn, SMTP_STOP); in smtp_statemach_act()
1240 } while(!result && smtpc->state != SMTP_STOP && Curl_pp_moredata(pp)); in smtp_statemach_act()
1258 *done = (smtpc->state == SMTP_STOP) ? TRUE : FALSE; in smtp_multi_statemach()
[all …]

12