webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "async_bio.h"
#include <errno.h>
#include <string.h>
#include <openssl/bio.h>
#include <openssl/mem.h>
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 | ( | ) |