Searched refs:shrpx_bio_write (Results 1 – 1 of 1) sorted by relevance
160 int shrpx_bio_write(BIO *b, const char *buf, int len) { in shrpx_bio_write() function234 return shrpx_bio_write(b, str, strlen(str)); in shrpx_bio_puts()287 BIO_meth_set_write(meth, shrpx_bio_write); in create_bio_method()302 BIO_TYPE_FD, "nghttpx-bio", shrpx_bio_write, in create_bio_method()