Home
last modified time | relevance | path

Searched refs:imapc (Results 1 – 2 of 2) sorted by relevance

/third_party/curl/lib/
Dimap.c258 struct imap_conn *imapc = &conn->proto.imapc; in imap_endofresp() local
259 const char *id = imapc->resptag; in imap_endofresp()
279 switch(imapc->state) { in imap_endofresp()
331 switch(imapc->state) { in imap_endofresp()
394 struct imap_conn *imapc = &data->conn->proto.imapc; in state() local
416 if(imapc->state != newstate) in state()
418 (void *)imapc, names[imapc->state], names[newstate]); in state()
421 imapc->state = newstate; in state()
435 struct imap_conn *imapc = &conn->proto.imapc; in imap_perform_capability() local
436 imapc->sasl.authmechs = SASL_AUTH_NONE; /* No known auth. mechanisms yet */ in imap_perform_capability()
[all …]
Durldata.h1095 struct imap_conn imapc; member