Lines Matching refs:as
65 such as the reason of the error,
68 ERR_get_error_all() is the same as ERR_get_error(), but on success it
73 An unset filename is indicated as "", i.e. an empty string.
74 An unset line number is indicated as 0.
75 An unset function name is indicated as "", i.e. an empty string.
80 ERR_peek_error_line() and ERR_peek_last_error_line() are the same as
83 *I<line>, as far as they are not NULL.
84 An unset filename is indicated as "", i.e., an empty string.
85 An unset line number is indicated as 0.
87 ERR_peek_error_func() and ERR_peek_last_error_func() are the same as
91 An unset function name is indicated as "".
93 ERR_peek_error_data() and ERR_peek_last_error_data() are the same as
96 and *I<flags>, as far as they are not NULL.
97 Unset data is indicated as "".
110 returned by these functions) with OPENSSL_free() as freeing is handled