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

  /external/curl/lib/
pop3.c 250 struct pop3_conn *pop3c = &conn->proto.pop3c; local
260 if(pop3c->state == POP3_CAPA) {
326 struct pop3_conn *pop3c = &conn->proto.pop3c; local
344 if(pop3c->state != newstate)
346 (void *)pop3c, names[pop3c->state], names[newstate]);
349 pop3c->state = newstate;
362 struct pop3_conn *pop3c = &conn->proto.pop3c local
405 struct pop3_conn *pop3c = &conn->proto.pop3c; local
460 struct pop3_conn *pop3c = &conn->proto.pop3c; local
513 struct pop3_conn *pop3c = &conn->proto.pop3c; local
536 struct pop3_conn *pop3c = &conn->proto.pop3c; local
552 struct pop3_conn *pop3c = &conn->proto.pop3c; local
657 struct pop3_conn *pop3c = &conn->proto.pop3c; local
708 struct pop3_conn *pop3c = &conn->proto.pop3c; local
823 struct pop3_conn *pop3c = &conn->proto.pop3c; local
929 struct pop3_conn *pop3c = &conn->proto.pop3c; local
983 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1056 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1073 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1116 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1264 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1398 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1499 struct pop3_conn *pop3c = &conn->proto.pop3c; local
    [all...]
urldata.h 1064 struct pop3_conn pop3c; member in union:connectdata::__anon8615
    [all...]

Completed in 86 milliseconds