HomeSort by: relevance | last modified time | path
    Searched refs:BIO_C_DESTROY_BIO_PAIR (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 334 # define BIO_C_DESTROY_BIO_PAIR 139
502 # define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bss_bio.c 456 case BIO_C_DESTROY_BIO_PAIR:
bss_dgram_pair.c 402 /* BIO_destroy_bio_pair (BIO_C_DESTROY_BIO_PAIR) */
785 case BIO_C_DESTROY_BIO_PAIR: /* Non-threadsafe */
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 452 #define BIO_C_DESTROY_BIO_PAIR 139
631 #define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b, BIO_C_DESTROY_BIO_PAIR, 0, NULL)
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bss_bio.c 460 case BIO_C_DESTROY_BIO_PAIR:
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 387 # define BIO_C_DESTROY_BIO_PAIR 139
554 # define BIO_destroy_bio_pair(b) (int)BIO_ctrl(b,BIO_C_DESTROY_BIO_PAIR,0,NULL)
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bss_bio.c 462 case BIO_C_DESTROY_BIO_PAIR:

Completed in 20 milliseconds