webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <openssl/bio.h>
Go to the source code of this file.
Functions | |
bssl::UniquePtr< BIO > | AsyncBioCreate () |
bssl::UniquePtr< BIO > | AsyncBioCreateDatagram () |
void | AsyncBioAllowRead (BIO *bio, size_t count) |
void | AsyncBioAllowWrite (BIO *bio, size_t count) |
void | AsyncBioEnforceWriteQuota (BIO *bio, bool enforce) |
bssl::UniquePtr<BIO> AsyncBioCreate | ( | ) |
bssl::UniquePtr<BIO> AsyncBioCreateDatagram | ( | ) |