Searched defs:BIO (Results 1 – 5 of 5) sorted by relevance
/external/boringssl/src/crypto/bio/ |
D | bio.c | 650 int (*create)(BIO *)) { in BIO_meth_set_create() 656 int (*destroy)(BIO *)) { in BIO_meth_set_destroy() 662 int (*write)(BIO *, const char *, int)) { in BIO_meth_set_write() 668 int (*read)(BIO *, char *, int)) { in BIO_meth_set_read() 674 int (*gets)(BIO *, char *, int)) { in BIO_meth_set_gets() 680 long (*ctrl)(BIO *, int, long, void *)) { in BIO_meth_set_ctrl() argument 697 int BIO_meth_set_puts(BIO_METHOD *method, int (*puts)(BIO *, const char *)) { in BIO_meth_set_puts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineModuleInfo.h | 87 const auto &BIO = getSyncScopeInclusionOrdering(B); in isSyncScopeInclusion() local
|
/external/boringssl/src/include/openssl/ |
D | base.h | 348 typedef struct bio_st BIO; typedef
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 271 BIO = bio_st variable
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 271 BIO = bio_st variable
|