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

/external/openssl/crypto/bio/
H A Dbf_lbuf.c65 static int linebuffer_write(BIO *h, const char *buf,int num);
83 linebuffer_write,
148 static int linebuffer_write(BIO *b, const char *in, int inl) function
395 return(linebuffer_write(b,str,strlen(str)));

Completed in 208 milliseconds