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

/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Dbf_lbuf.c16 static int linebuffer_write(BIO *h, const char *buf, int num);
35 linebuffer_write,
110 static int linebuffer_write(BIO *b, const char *in, int inl) function
325 return linebuffer_write(b, str, strlen(str));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbf_lbuf.c16 static int linebuffer_write(BIO *h, const char *buf, int num);
34 linebuffer_write,
108 static int linebuffer_write(BIO *b, const char *in, int inl) function
318 return linebuffer_write(b, str, strlen(str));

Completed in 175 milliseconds