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

  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_cb.c 61 case BIO_CB_PUTS:
81 case BIO_CB_RETURN | BIO_CB_PUTS:
bio_lib.c 416 ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL);
435 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0,
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
bio_cb.c 59 case BIO_CB_PUTS:
79 case BIO_CB_RETURN | BIO_CB_PUTS:
bio_lib.c 398 ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL);
417 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0,
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_cb.c 63 case BIO_CB_PUTS:
93 case BIO_CB_RETURN | BIO_CB_PUTS:
bio_lib.c 509 ret = (int)bio_call_callback(b, BIO_CB_PUTS, buf, 0, 0, 0L, 1L, NULL);
528 ret = (int)bio_call_callback(b, BIO_CB_PUTS | BIO_CB_RETURN, buf, 0, 0,
  /src/crypto/external/apache2/openssl/dist/test/
bio_callback_test.c 162 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS)
168 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN)
314 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS)
320 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN)
  /src/crypto/external/bsd/openssl/dist/test/
bio_callback_test.c 162 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS)
168 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN)
314 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS)
320 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN)
  /src/crypto/external/bsd/openssl.old/dist/test/
bio_callback_test.c 136 || !TEST_int_eq(my_param_oper[0], BIO_CB_PUTS)
142 || !TEST_int_eq(my_param_oper[1], BIO_CB_PUTS | BIO_CB_RETURN)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
bio.h 223 # define BIO_CB_PUTS 0x04
  /src/crypto/external/apache2/openssl/dist/include/openssl/
bio.h.in 295 #define BIO_CB_PUTS 0x04
  /src/crypto/external/bsd/openssl/dist/include/openssl/
bio.h.in 263 # define BIO_CB_PUTS 0x04
  /src/external/bsd/unbound/dist/util/
netevent.c 3103 (oper == (BIO_CB_PUTS|BIO_CB_RETURN) && argl == 0)) {

Completed in 41 milliseconds