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

/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbf_lbuf.c65 static int linebuffer_write(BIO *h, const char *buf, int num);
82 linebuffer_write,
154 static int linebuffer_write(BIO *b, const char *in, int inl) function
390 return (linebuffer_write(b, str, strlen(str)));

Completed in 45 milliseconds