Lines Matching refs:Curl_easy

87 static CURLcode pop3_regular_transfer(struct Curl_easy *data, bool *done);
88 static CURLcode pop3_do(struct Curl_easy *data, bool *done);
89 static CURLcode pop3_done(struct Curl_easy *data, CURLcode status,
91 static CURLcode pop3_connect(struct Curl_easy *data, bool *done);
92 static CURLcode pop3_disconnect(struct Curl_easy *data,
94 static CURLcode pop3_multi_statemach(struct Curl_easy *data, bool *done);
95 static int pop3_getsock(struct Curl_easy *data,
97 static CURLcode pop3_doing(struct Curl_easy *data, bool *dophase_done);
98 static CURLcode pop3_setup_connection(struct Curl_easy *data,
101 static CURLcode pop3_parse_url_path(struct Curl_easy *data);
102 static CURLcode pop3_parse_custom_request(struct Curl_easy *data);
103 static CURLcode pop3_perform_auth(struct Curl_easy *data, const char *mech,
105 static CURLcode pop3_continue_auth(struct Curl_easy *data, const char *mech,
107 static CURLcode pop3_cancel_auth(struct Curl_easy *data, const char *mech);
108 static CURLcode pop3_get_message(struct Curl_easy *data, struct bufref *out);
204 static bool pop3_endofresp(struct Curl_easy *data, struct connectdata *conn,
253 static CURLcode pop3_get_message(struct Curl_easy *data, struct bufref *out)
287 static void pop3_state(struct Curl_easy *data, pop3state newstate)
322 static CURLcode pop3_perform_capa(struct Curl_easy *data,
347 static CURLcode pop3_perform_starttls(struct Curl_easy *data,
365 static CURLcode pop3_perform_upgrade_tls(struct Curl_easy *data,
401 static CURLcode pop3_perform_user(struct Curl_easy *data,
430 static CURLcode pop3_perform_apop(struct Curl_easy *data,
482 static CURLcode pop3_perform_auth(struct Curl_easy *data,
508 static CURLcode pop3_continue_auth(struct Curl_easy *data,
526 static CURLcode pop3_cancel_auth(struct Curl_easy *data, const char *mech)
543 static CURLcode pop3_perform_authentication(struct Curl_easy *data,
592 static CURLcode pop3_perform_command(struct Curl_easy *data)
632 static CURLcode pop3_perform_quit(struct Curl_easy *data,
645 static CURLcode pop3_state_servergreet_resp(struct Curl_easy *data,
696 static CURLcode pop3_state_capa_resp(struct Curl_easy *data, int pop3code,
781 static CURLcode pop3_state_starttls_resp(struct Curl_easy *data,
808 static CURLcode pop3_state_auth_resp(struct Curl_easy *data,
849 static CURLcode pop3_state_apop_resp(struct Curl_easy *data, int pop3code,
868 static CURLcode pop3_state_user_resp(struct Curl_easy *data, int pop3code,
890 static CURLcode pop3_state_pass_resp(struct Curl_easy *data, int pop3code,
908 static CURLcode pop3_state_command_resp(struct Curl_easy *data,
969 static CURLcode pop3_statemachine(struct Curl_easy *data,
1048 static CURLcode pop3_multi_statemach(struct Curl_easy *data, bool *done)
1068 static CURLcode pop3_block_statemach(struct Curl_easy *data,
1081 /* Allocate and initialize the POP3 struct for the current Curl_easy if
1083 static CURLcode pop3_init(struct Curl_easy *data)
1096 static int pop3_getsock(struct Curl_easy *data,
1112 static CURLcode pop3_connect(struct Curl_easy *data, bool *done)
1155 static CURLcode pop3_done(struct Curl_easy *data, CURLcode status,
1188 static CURLcode pop3_perform(struct Curl_easy *data, bool *connected,
1228 static CURLcode pop3_do(struct Curl_easy *data, bool *done)
1255 static CURLcode pop3_disconnect(struct Curl_easy *data,
1283 static CURLcode pop3_dophase_done(struct Curl_easy *data, bool connected)
1292 static CURLcode pop3_doing(struct Curl_easy *data, bool *dophase_done)
1316 static CURLcode pop3_regular_transfer(struct Curl_easy *data,
1341 static CURLcode pop3_setup_connection(struct Curl_easy *data,
1418 static CURLcode pop3_parse_url_path(struct Curl_easy *data)
1434 static CURLcode pop3_parse_custom_request(struct Curl_easy *data)
1454 CURLcode Curl_pop3_write(struct Curl_easy *data, char *str, size_t nread)