Symbol: bio_call_callback
crypto/openssl/crypto/bio/bio_lib.c
135
ret = (int)bio_call_callback(a, BIO_CB_FREE, NULL, 0, 0, 0L, 1L, NULL);
crypto/openssl/crypto/bio/bio_lib.c
275
if (HAS_CALLBACK(b) && ((ret = (int)bio_call_callback(b, BIO_CB_READ, data, dlen, 0, 0L, 1L, NULL)) <= 0))
crypto/openssl/crypto/bio/bio_lib.c
289
ret = (int)bio_call_callback(b, BIO_CB_READ | BIO_CB_RETURN, data,
crypto/openssl/crypto/bio/bio_lib.c
344
if (HAS_CALLBACK(b) && ((ret = (int)bio_call_callback(b, BIO_CB_WRITE, data, dlen, 0, 0L, 1L, NULL)) <= 0))
crypto/openssl/crypto/bio/bio_lib.c
358
ret = (int)bio_call_callback(b, BIO_CB_WRITE | BIO_CB_RETURN, data,
crypto/openssl/crypto/bio/bio_lib.c
416
ret = (size_t)bio_call_callback(b, BIO_CB_SENDMMSG, (void *)&args,
crypto/openssl/crypto/bio/bio_lib.c
431
ret = (size_t)bio_call_callback(b, BIO_CB_SENDMMSG | BIO_CB_RETURN,
crypto/openssl/crypto/bio/bio_lib.c
463
ret = bio_call_callback(b, BIO_CB_RECVMMSG, (void *)&args,
crypto/openssl/crypto/bio/bio_lib.c
478
ret = (size_t)bio_call_callback(b, BIO_CB_RECVMMSG | BIO_CB_RETURN,
crypto/openssl/crypto/bio/bio_lib.c
509
ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL);
crypto/openssl/crypto/bio/bio_lib.c
528
ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0,
crypto/openssl/crypto/bio/bio_lib.c
563
ret = (int)bio_call_callback(b, BIO_CB_GETS, buf, size, 0, 0L, 1, NULL);
crypto/openssl/crypto/bio/bio_lib.c
581
ret = (int)bio_call_callback(b, BIO_CB_GETS | BIO_CB_RETURN, buf, size,
crypto/openssl/crypto/bio/bio_lib.c
668
ret = bio_call_callback(b, BIO_CB_CTRL, parg, 0, cmd, larg, 1L, NULL);
crypto/openssl/crypto/bio/bio_lib.c
676
ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, 0, cmd,
crypto/openssl/crypto/bio/bio_lib.c
695
ret = bio_call_callback(b, BIO_CB_CTRL, (void *)&fp, 0, cmd, 0, 1L,
crypto/openssl/crypto/bio/bio_lib.c
704
ret = bio_call_callback(b, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, 0,