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

  /external/curl/lib/
pop3.c 199 struct pop3_conn *pop3c = &conn->proto.pop3c; local
209 if(pop3c->state == POP3_CAPA) {
282 struct pop3_conn *pop3c = &conn->proto.pop3c; local
300 if(pop3c->state != newstate)
302 (void *)pop3c, names[pop3c->state], names[newstate]);
305 pop3c->state = newstate;
318 struct pop3_conn *pop3c = &conn->proto.pop3c local
361 struct pop3_conn *pop3c = &conn->proto.pop3c; local
416 struct pop3_conn *pop3c = &conn->proto.pop3c; local
469 struct pop3_conn *pop3c = &conn->proto.pop3c; local
492 struct pop3_conn *pop3c = &conn->proto.pop3c; local
508 struct pop3_conn *pop3c = &conn->proto.pop3c; local
613 struct pop3_conn *pop3c = &conn->proto.pop3c; local
664 struct pop3_conn *pop3c = &conn->proto.pop3c; local
779 struct pop3_conn *pop3c = &conn->proto.pop3c; local
885 struct pop3_conn *pop3c = &conn->proto.pop3c; local
939 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1012 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1029 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1072 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1220 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1329 struct pop3_conn *pop3c = &conn->proto.pop3c; local
1430 struct pop3_conn *pop3c = &conn->proto.pop3c; local
    [all...]
urldata.h 985 struct pop3_conn pop3c; member in union:connectdata::__anon17385
    [all...]

Completed in 67 milliseconds