Searched refs:eob (Results 1 – 5 of 5) sorted by relevance
989 pop3c->eob = 2; in pop3_state_command_resp()1537 pop3c->eob++; in pop3_write()1551 pop3c->eob++; in pop3_write()1555 pop3c->eob = 1; in pop3_write()1559 if(pop3c->eob == 1 || pop3c->eob == 4) in pop3_write()1560 pop3c->eob++; in pop3_write()1564 pop3c->eob = 0; in pop3_write()1569 pop3c->eob++; in pop3_write()1582 pop3c->eob = 0; in pop3_write()1627 pop3c->eob = 0; in pop3_write()[all …]
61 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
65 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
1464 smtp->eob = 2; in smtp_perform()1789 size_t eob; /* Number of bytes of the EOB (End Of Body) that member1880 const char *eob = SMTP_EOB; in cr_eob_read() local1884 eob = &SMTP_EOB[2]; in cr_eob_read()1888 eob = "." SMTP_EOB; in cr_eob_read()1893 result = Curl_bufq_cwrite(&ctx->buf, eob, strlen(eob), &n); in cr_eob_read()
956 my $eob;972 $eob = 1;977 if($eob) {
Completed in 17 milliseconds