Searched refs:ERR_LIB_SYS (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/include/openssl/ |
D | err.h | 55 # define ERR_LIB_SYS 2 macro 101 # define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),OPENSSL_FILE,OPENSSL_LINE) 174 # define ERR_R_SYS_LIB ERR_LIB_SYS/* 2 */
|
/third_party/openssl/crypto/err/ |
D | err.c | 32 {ERR_PACK(ERR_LIB_SYS, 0, 0), "system library"}, 222 str->error = ERR_PACK(ERR_LIB_SYS, 0, i); in build_SYS_str_reasons() 354 err_patch(ERR_LIB_SYS, ERR_str_functs); in ERR_load_ERR_strings()
|
/third_party/python/Modules/ |
D | _ssl_data_111.h | 120 #ifdef ERR_LIB_SYS 121 {"SYS", ERR_LIB_SYS},
|
D | _ssl_data_300.h | 150 #ifdef ERR_LIB_SYS 151 {"SYS", ERR_LIB_SYS},
|
/third_party/openssl/ssl/ |
D | ssl_lib.c | 3616 if (ERR_GET_LIB(l) == ERR_LIB_SYS) in SSL_get_error()
|
/third_party/openssl/ |
D | CHANGES | 11085 *) In ERR_load_ERR_strings(), build an ERR_LIB_SYS error reason table
|