Home
last modified time | relevance | path

Searched defs:BIO_pending (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
Dbio.h484 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro
/third_party/openssl/include/openssl/
Dbio.h.in536 # define BIO_pending(b) (int)BIO_ctrl(b,BIO_CTRL_PENDING,0,NULL) macro