Searched defs:pop3c (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/
H A Dpop3.c246 struct pop3_conn *pop3c = &conn->proto.pop3c; local
256 if(pop3c->state == POP3_CAPA) {
314 struct pop3_conn *pop3c = &conn->proto.pop3c; local
332 if(pop3c->state != newstate)
334 (void *)pop3c, names[pop3c->state], names[newstate]);
337 pop3c->state = newstate;
350 struct pop3_conn *pop3c local
393 struct pop3_conn *pop3c = &conn->proto.pop3c; local
448 struct pop3_conn *pop3c = &conn->proto.pop3c; local
501 struct pop3_conn *pop3c = &conn->proto.pop3c; local
524 struct pop3_conn *pop3c = &conn->proto.pop3c; local
540 struct pop3_conn *pop3c = &conn->proto.pop3c; local
645 struct pop3_conn *pop3c = &conn->proto.pop3c; local
696 struct pop3_conn *pop3c = &conn->proto.pop3c; local
811 struct pop3_conn *pop3c = &conn->proto.pop3c; local
917 struct pop3_conn *pop3c = &conn->proto.pop3c; local
971 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1044 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1061 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1104 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1256 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1386 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1487 struct pop3_conn *pop3c = &conn->proto.pop3c; local
[all...]
H A Durldata.h1027 struct pop3_conn pop3c; member in union:connectdata::__anon3343

Completed in 354 milliseconds