OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIO_tell
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/test/
bio_readbuffer_test.c
52
if (!TEST_int_eq(
BIO_tell
(in_bio), 0))
/src/crypto/external/bsd/openssl/dist/test/
bio_readbuffer_test.c
51
if (!TEST_int_eq(
BIO_tell
(in_bio), 0))
/src/crypto/external/apache2/openssl/dist/crypto/pem/
pem_pkey.c
43
if ((pos =
BIO_tell
(bp)) < 0)
44
/* We can depend on
BIO_tell
() thanks to the BIO_f_readbuffer() */
61
if (BIO_eof(bp) != 0 || (newpos =
BIO_tell
(bp)) < 0 || newpos <= pos) {
225
if ((pos =
BIO_tell
(bp)) < 0) {
230
pos =
BIO_tell
(bp);
/src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_pkey.c
43
if ((pos =
BIO_tell
(bp)) < 0)
44
/* We can depend on
BIO_tell
() thanks to the BIO_f_readbuffer() */
61
if (BIO_eof(bp) != 0 || (newpos =
BIO_tell
(bp)) < 0 || newpos <= pos) {
225
if ((pos =
BIO_tell
(bp)) < 0) {
230
pos =
BIO_tell
(bp);
/src/crypto/external/apache2/openssl/dist/crypto/encode_decode/
decoder_lib.c
69
if (
BIO_tell
(in) < 0) {
964
if ((loc =
BIO_tell
(bio)) < 0) {
1095
* to be a BIO_s_mem(), because the earlier
BIO_tell
() gives us zero
1098
* So, we simply do a BIO_seek(), and use
BIO_tell
() that we're back
1100
* and
BIO_tell
() should come as a pair...
1103
if (
BIO_tell
(bio) != loc)
/src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
decoder_lib.c
68
if (
BIO_tell
(in) < 0) {
815
if ((loc =
BIO_tell
(bio)) < 0) {
935
* to be a BIO_s_mem(), because the earlier
BIO_tell
() gives us zero
938
* So, we simply do a BIO_seek(), and use
BIO_tell
() that we're back
940
* and
BIO_tell
() should come as a pair...
943
if (
BIO_tell
(bio) != loc)
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h
421
# define
BIO_tell
(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)
/src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in
550
#define
BIO_tell
(b) (int)BIO_ctrl(b, BIO_C_FILE_TELL, 0, NULL)
/src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in
473
# define
BIO_tell
(b) (int)BIO_ctrl(b,BIO_C_FILE_TELL,0,NULL)
/src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c
1633
if (
BIO_tell
(bio_keylog) == 0) {
/src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c
1566
if (
BIO_tell
(bio_keylog) == 0) {
/src/crypto/external/bsd/openssl.old/dist/apps/
s_cb.c
1522
if (
BIO_tell
(bio_keylog) == 0) {
Completed in 47 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026