Searched refs:eob (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dpop3.h47 size_t eob; /* number of bytes of the EOB (End Of Body) that has been member in struct:pop3_conn
H A Dsmtp.h59 size_t eob; /* number of bytes of the EOB (End Of Body) that has been member in struct:smtp_conn
H A Dsmtp.c1670 if(SMTP_EOB[smtpc->eob] == data->req.upload_fromhere[i])
1671 smtpc->eob++;
1672 else if(smtpc->eob) {
1674 memcpy(&data->state.scratch[si], SMTP_EOB, smtpc->eob);
1675 si += smtpc->eob;
1679 smtpc->eob = 1;
1681 smtpc->eob = 0;
1684 if(SMTP_EOB_LEN == smtpc->eob) {
1693 smtpc->eob = 2; /* start over at two bytes */
1695 else if(!smtpc->eob)
[all...]
H A Dpop3.c1037 size_t checkleft = POP3_EOB_LEN-pop3c->eob;
1042 pop3c->eob += check;
1043 if(pop3c->eob == POP3_EOB_LEN) {
1048 pop3c->eob = 0;
1051 else if(pop3c->eob) {
1056 (char *)POP3_EOB, pop3c->eob);
1059 pop3c->eob = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddtlk.h83 unsigned char eob; /* 7Fh value indicating end of member in struct:dtlk_settings
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsysirix.c1718 unsigned int count, int __user *eob)
1727 current->pid, fd, dirent, count, eob);
1750 if (put_user(0, eob) < 0) {
1756 printk("eob=%d returning %d\n", *eob, count - buf.count);
1865 asmlinkage int irix_ngetdents64(int fd, void __user *dirent, int cnt, int *eob) argument
1882 !access_ok(VERIFY_WRITE, eob, sizeof(*eob)))
1889 *eob = 0;
1905 printk("eob
1717 irix_ngetdents(unsigned int fd, void __user * dirent, unsigned int count, int __user *eob) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dftpserver.pl560 my $eob;
576 $eob = 1;
579 if($eob) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_pcm.c1195 int p, buf, capture, eob; local
1198 eob = (chip->irq_rmh.Stat[i] & 0x800000) ? 1 : 0;
1204 if (eob)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Ddtlk.c550 status.eob = *t++;

Completed in 157 milliseconds