HomeSort by relevance Sort by last modified time
    Searched refs:BIO_C_FILE_SEEK (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/bio/
bss_fd.c 185 case BIO_C_FILE_SEEK:
bss_file.c 282 case BIO_C_FILE_SEEK:
bio.h 428 #define BIO_C_FILE_SEEK 128
513 #define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL)
    [all...]
bss_dgram.c 469 case BIO_C_FILE_SEEK:
    [all...]
  /external/openssl/include/openssl/
bio.h 428 #define BIO_C_FILE_SEEK 128
513 #define BIO_seek(b,ofs) (int)BIO_ctrl(b,BIO_C_FILE_SEEK,ofs,NULL)
    [all...]

Completed in 27 milliseconds