Searched refs:buffer_write (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.c195 buffer_write(struct buffer *buf, void *dataptr, size_t len) function
311 ret = buffer_write(&out_buffer, buf, len);
335 buffer_write(&out_buffer, &ch, 1);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c195 buffer_write(struct buffer *buf, void *dataptr, size_t len) function
311 ret = buffer_write(&out_buffer, buf, len);
335 buffer_write(&out_buffer, &ch, 1);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbf_buff.c64 static int buffer_write(BIO *h, const char *buf, int num);
77 buffer_write,
212 static int buffer_write(BIO *b, const char *in, int inl) function
516 return (buffer_write(b, str, strlen(str)));

Completed in 142 milliseconds