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

  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 255 typedef int BIO_info_cb(BIO *, int, int);
256 typedef BIO_info_cb bio_info_cb; /* backward compatibility */ typedef
567 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
793 (BIO *, int, BIO_info_cb *);
796 BIO_info_cb *));
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 336 typedef int BIO_info_cb(BIO *, int, int);
337 typedef BIO_info_cb bio_info_cb; /* backward compatibility */
736 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
978 BIO_info_cb *));
1000 BIO_info_cb *);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 302 typedef int BIO_info_cb(BIO *, int, int);
303 typedef BIO_info_cb bio_info_cb; /* backward compatibility */
627 long BIO_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp);
856 (BIO *, int, BIO_info_cb *);
859 BIO_info_cb *));

Completed in 24 milliseconds