Lines Matching refs:reason
16 void ERR_raise(int lib, int reason);
17 void ERR_raise_data(int lib, int reason, const char *fmt, ...);
28 void ERR_put_error(int lib, int func, int reason, const char *file, int line);
33 error occurred in the library B<lib> for the reason given by the
34 B<reason> code. Furthermore, the name of the file, the line, and name
43 signals that the error of reason code B<reason> occurred in function
75 of reason codes B<XXX_R_...>. These are both passed in combination to
80 OpenSSL's libraries. OpenSSL reason codes normally consist of textual error
93 this case, the reason code given to ERR_raise() and ERR_raise_data() I<must>
149 reason code (after the "_R_") into lowercase with underscores changed to
154 that other library's reason codes. This is normally only done when a library