Searched defs:errcode (Results 1 – 5 of 5) sorted by relevance
75 int errcode = rv == -2 ? SSL_R_UNKNOWN_COMMAND : SSL_R_BAD_VALUE; in ssl_do_config() local
241 # define ERR_SYSTEM_ERROR(errcode) (((errcode) & ERR_SYSTEM_FLAG) != 0) argument243 static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode)250 static ossl_unused ossl_inline int ERR_GET_RFLAGS(unsigned long errcode)257 static ossl_unused ossl_inline int ERR_GET_REASON(unsigned long errcode)264 static ossl_unused ossl_inline int ERR_FATAL_ERROR(unsigned long errcode)269 static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
221 int errcode, extidx = -1; in X509V3_add1_i2d() local
767 static int check_id_error(X509_STORE_CTX *ctx, int errcode) in check_id_error()
259 int errcode = 0; in module_load_dso() local
Completed in 15 milliseconds