Home
last modified time | relevance | path

Searched refs:shrpx_bio_write (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_connection.cc160 int shrpx_bio_write(BIO *b, const char *buf, int len) { in shrpx_bio_write() function
234 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()