Searched refs:BIO_CB_GETS (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbio_cb.c105 case BIO_CB_GETS:
117 case BIO_CB_RETURN|BIO_CB_GETS:
H A Dbio_lib.c304 ((i=(int)cb(b,BIO_CB_GETS,in,inl,0L,1L)) <= 0))
316 i=(int)cb(b,BIO_CB_GETS|BIO_CB_RETURN,in,inl,
H A Dbio.h243 #define BIO_CB_GETS 0x05 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbio_cb.c109 case BIO_CB_GETS:
123 case BIO_CB_RETURN | BIO_CB_GETS:
H A Dbio_lib.c295 if ((cb != NULL) && ((i = (int)cb(b, BIO_CB_GETS, in, inl, 0L, 1L)) <= 0))
306 i = (int)cb(b, BIO_CB_GETS | BIO_CB_RETURN, in, inl, 0L, (long)i);
H A Dbio.h286 # define BIO_CB_GETS 0x05 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbio_cb.c109 case BIO_CB_GETS:
123 case BIO_CB_RETURN | BIO_CB_GETS:
H A Dbio_lib.c295 if ((cb != NULL) && ((i = (int)cb(b, BIO_CB_GETS, in, inl, 0L, 1L)) <= 0))
306 i = (int)cb(b, BIO_CB_GETS | BIO_CB_RETURN, in, inl, 0L, (long)i);
H A Dbio.h286 # define BIO_CB_GETS 0x05 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbio.h243 #define BIO_CB_GETS 0x05 macro

Completed in 166 milliseconds