Home
last modified time | relevance | path

Searched refs:err_set_error_data_int (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr.c777 static int err_set_error_data_int(char *data, size_t size, int flags, in err_set_error_data_int() function
808 err_set_error_data_int(data, strlen(data) + 1, flags, 1); in ERR_set_error_data()
874 if (!err_set_error_data_int(str, size, flags, 0)) in ERR_add_error_vdata()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Derr.c843 static int err_set_error_data_int(char *data, int flags) in err_set_error_data_int() function
867 err_set_error_data_int(data, flags); in ERR_set_error_data()
907 if (!err_set_error_data_int(str, ERR_TXT_MALLOCED | ERR_TXT_STRING)) in ERR_add_error_vdata()