HomeSort by relevance Sort by last modified time
    Searched refs:pop3c (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
pop3.c 248 struct pop3_conn *pop3c = &conn->proto.pop3c; local
258 if(pop3c->state == POP3_CAPA) {
324 struct pop3_conn *pop3c = &conn->proto.pop3c; local
342 if(pop3c->state != newstate)
344 (void *)pop3c, names[pop3c->state], names[newstate]);
347 pop3c->state = newstate;
360 struct pop3_conn *pop3c = &conn->proto.pop3c local
403 struct pop3_conn *pop3c = &conn->proto.pop3c; local
458 struct pop3_conn *pop3c = &conn->proto.pop3c; local
511 struct pop3_conn *pop3c = &conn->proto.pop3c; local
534 struct pop3_conn *pop3c = &conn->proto.pop3c; local
550 struct pop3_conn *pop3c = &conn->proto.pop3c; local
655 struct pop3_conn *pop3c = &conn->proto.pop3c; local
706 struct pop3_conn *pop3c = &conn->proto.pop3c; local
821 struct pop3_conn *pop3c = &conn->proto.pop3c; local
927 struct pop3_conn *pop3c = &conn->proto.pop3c; local
981 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1054 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1071 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1114 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1262 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1396 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1497 struct pop3_conn *pop3c = &conn->proto.pop3c; local
    [all...]
urldata.h 1101 struct pop3_conn pop3c; member in union:connectdata::__anon16395
    [all...]

Completed in 51 milliseconds