Home
last modified time | relevance | path

Searched refs:eob (Results 1 – 5 of 5) sorted by relevance

/curl/lib/
H A Dpop3.c989 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 …]
H A Dsmtp.h61 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
H A Dpop3.h65 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
H A Dsmtp.c1465 smtp->eob = 2; in smtp_perform()
1790 size_t eob; /* Number of bytes of the EOB (End Of Body) that member
1881 const char *eob = SMTP_EOB; in cr_eob_read() local
1885 eob = &SMTP_EOB[2]; in cr_eob_read()
1889 eob = "." SMTP_EOB; in cr_eob_read()
1894 result = Curl_bufq_cwrite(&ctx->buf, eob, strlen(eob), &n); in cr_eob_read()
/curl/tests/
H A Dftpserver.pl956 my $eob;
972 $eob = 1;
977 if($eob) {

Completed in 17 milliseconds