Searched defs:BIO (Results 1 – 5 of 5) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bio_meth.c | 89 int BIO_meth_set_write(BIO_METHOD *biom, in BIO_meth_set_write() 97 int BIO_meth_set_write_ex(BIO_METHOD *biom, in BIO_meth_set_write_ex() 135 int BIO_meth_set_read(BIO_METHOD *biom, in BIO_meth_set_read() 143 int BIO_meth_set_read_ex(BIO_METHOD *biom, in BIO_meth_set_read_ex() 156 int BIO_meth_set_puts(BIO_METHOD *biom, in BIO_meth_set_puts() 168 int BIO_meth_set_gets(BIO_METHOD *biom, in BIO_meth_set_gets() 180 int BIO_meth_set_ctrl(BIO_METHOD *biom, in BIO_meth_set_ctrl() 192 int BIO_meth_set_create(BIO_METHOD *biom, int (*create) (BIO *)) in BIO_meth_set_create() 203 int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy) (BIO *)) in BIO_meth_set_destroy() 214 int BIO_meth_set_callback_ctrl(BIO_METHOD *biom, in BIO_meth_set_callback_ctrl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.h | 131 const auto &BIO = getSyncScopeInclusionOrdering(B); in isSyncScopeInclusion() local
|
/third_party/openssl/include/openssl/ |
D | ossl_typ.h | 79 typedef struct bio_st BIO; typedef
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 46 typedef void BIO; typedef
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 271 BIO = bio_st variable
|