Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dshrpx_connection.cc171 int shrpx_bio_write(BIO *b, const char *buf, int len) { in shrpx_bio_write() function
245 return shrpx_bio_write(b, str, strlen(str)); in shrpx_bio_puts()
298 BIO_meth_set_write(meth, shrpx_bio_write); in create_bio_method()
313 BIO_TYPE_FD, "nghttpx-bio", shrpx_bio_write,

Completed in 2 milliseconds