Home
last modified time | relevance | path

Searched refs:BIO_ctrl_pending (Results 1 – 9 of 9) sorted by relevance

/openssl/doc/man3/
H A DBIO_ctrl.pod7 BIO_pending, BIO_wpending, BIO_ctrl_pending, BIO_ctrl_wpending,
32 size_t BIO_ctrl_pending(BIO *b);
78 BIO_pending(), BIO_ctrl_pending(), BIO_wpending() and BIO_ctrl_wpending()
80 Not all BIOs support these calls. BIO_ctrl_pending() and BIO_ctrl_wpending()
114 BIO_pending(), BIO_ctrl_pending(), BIO_wpending() and BIO_ctrl_wpending()
116 negative value or 0 on error. BIO_ctrl_pending() and BIO_ctrl_wpending() return
169 In older versions of OpenSSL the BIO_ctrl_pending() and
H A DBIO_s_bio.pod52 The standard calls BIO_ctrl_pending() and BIO_ctrl_wpending() can be used to
174 Use the BIO_ctrl_pending(), to find out whether data is buffered in the BIO
H A DBIO_s_mem.pod72 BIO_ctrl_pending() returns the number of bytes currently stored.
H A DBIO_s_dgram_pair.pod71 The standard L<BIO_ctrl_pending(3)> call has modified behaviour and returns the
/openssl/doc/designs/ddd/
H A Dddd-05-mem-nonblocking.c228 return BIO_ctrl_pending(conn->net_bio);
/openssl/crypto/bio/
H A Dbio_lib.c719 size_t BIO_ctrl_pending(BIO *bio) in BIO_ctrl_pending() function
/openssl/test/
H A Dssl_old_test.c2466 r1 = BIO_ctrl_pending(io1); in doit_biopair()
2506 r1 = BIO_ctrl_pending(io2); in doit_biopair()
/openssl/include/openssl/
H A Dbio.h.in612 size_t BIO_ctrl_pending(BIO *b);
/openssl/util/
H A Dlibcrypto.num1328 BIO_ctrl_pending 1358 3_0_0 EXIST::FUNCTION:

Completed in 52 milliseconds