Home
last modified time | relevance | path

Searched refs:secure_putbuf (Results 1 – 2 of 2) sorted by relevance

/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Dsecure.c54 static int secure_putbuf (int, unsigned char *, unsigned int);
181 ret = secure_putbuf(fd, ucbuf, smaxqueue);
200 ret = secure_putbuf(fd, ucbuf, nout);
204 return(secure_putbuf(fd, (unsigned char *) "", nout = 0));
249 secure_putbuf(fd, buf, nbyte) in secure_putbuf() function
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcftp.c1857 _PROTOTYP(static int secure_putbuf, (int, CHAR *, unsigned int));
4786 secure_putbuf(fd, ucbuf, nout);
15907 ret = secure_putbuf(fd,
15934 rc = secure_putbuf(fd, ucbuf, nout);
15939 rc = (!ftpissecure()) ? 0 : secure_putbuf(fd, (CHAR *)"", nout = 0);
16020 ret = secure_putbuf(fd, ucbuf, ucbuflen);
16036 secure_putbuf(int fd, CHAR * buf, unsigned int nbyte) in secure_putbuf() function
16038 secure_putbuf(fd, buf, nbyte) int fd; CHAR * buf; unsigned int nbyte; in secure_putbuf()