Home
last modified time | relevance | path

Searched defs:smtpc (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dsmtp.c198 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_endofresp() local
275 struct smtp_conn *smtpc = &conn->proto.smtpc; in state() local
313 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_ehlo() local
339 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_helo() local
381 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_upgrade_tls() local
411 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_auth() local
433 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_continue_auth() local
448 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_perform_authentication() local
708 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_state_ehlo_resp() local
824 struct smtp_conn *smtpc = &conn->proto.smtpc; in smtp_state_auth_resp() local
[all …]
Durldata.h1006 struct smtp_conn smtpc; member