Home
last modified time | relevance | path

Searched defs:BIO (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libcrypto/bio/
H A Dbio_meth.c54 BIO_meth_set_write(BIO_METHOD *biom, int (*write)(BIO *, const char *, int)) in BIO_meth_set_write() argument
69 BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int)) in BIO_meth_set_read() argument
84 BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *)) in BIO_meth_set_puts()
99 BIO_meth_set_gets(BIO_METHOD *biom, int (*gets)(BIO *, char *, int)) in BIO_meth_set_gets() argument
114 BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(BIO *, int, long, void *)) in BIO_meth_set_ctrl() argument
129 BIO_meth_set_create(BIO_METHOD *biom, int (*create)(BIO *)) in BIO_meth_set_create()
144 BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *)) in BIO_meth_set_destroy()
160 long (*callback_ctrl)(BIO *, int, BIO_info_cb *)) in BIO_meth_set_callback_ctrl()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineModuleInfo.h129 const auto &BIO = getSyncScopeInclusionOrdering(B); in isSyncScopeInclusion() local
/openbsd/lib/libcrypto/
H A Dossl_typ.h94 typedef struct bio_st BIO; typedef
/openbsd/lib/libcrypto/conf/
H A Dconf_def.c680 static IMPLEMENT_LHASH_DOALL_ARG_FN(dump_value, CONF_VALUE, BIO) in IMPLEMENT_LHASH_DOALL_ARG_FN() argument
/openbsd/regress/lib/libcrypto/bio/
H A Dbio_chain.c196 walk(BIO *(*step)(BIO *), BIO *start, BIO **end, size_t *len) in walk() argument
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLoadStoreOpt.cpp519 auto BIO = getPointerInfo(StoreAddr, *MRI); in addStoreToCandidate() local