Home
last modified time | relevance | path

Searched refs:bio_st (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/include/openssl/
Dbio.h785 struct bio_st { struct
788 long (*callback)(struct bio_st *, int, const char *, int, long, long); argument
807 struct bio_st *next_bio; /* used by filter BIOs */ argument
Dbase.h179 typedef struct bio_st BIO;
/external/boringssl/src/crypto/bio/
Dconnect.c493 data->info_callback = (int (*)(const struct bio_st *, int, int))fp; in conn_callback_ctrl()