Searched refs:buffer_write (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/bio/
H A Dbf_buff.c64 static int buffer_write(BIO *h, const char *buf,int num);
78 buffer_write,
197 static int buffer_write(BIO *b, const char *in, int inl) function
510 return(buffer_write(b,str,strlen(str)));
/macosx-10.10.1/Heimdal-398.1.2/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);

Completed in 46 milliseconds