Home
last modified time | relevance | path

Searched refs:BIO_C_FILE_TELL (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_fd.c158 case BIO_C_FILE_TELL: in fd_ctrl()
Dbss_file.c200 case BIO_C_FILE_TELL: in file_ctrl()
/third_party/openssl/include/openssl/
Dbio.h327 # define BIO_C_FILE_TELL 133 macro
421 # define BIO_tell(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)
/third_party/libcoap/src/
Dcoap_openssl.c361 case BIO_C_FILE_TELL: in coap_dgram_ctrl()