Lines Matching refs:as
63 such as the reason of the error,
66 ERR_get_error_all() is the same as ERR_get_error(), but on success it
71 An unset filename is indicated as "", i.e. an empty string.
72 An unset line number is indicated as 0.
73 An unset function name is indicated as "", i.e. an empty string.
78 ERR_peek_error_line() and ERR_peek_last_error_line() are the same as
81 *I<line>, as far as they are not NULL.
82 An unset filename is indicated as "", i.e., an empty string.
83 An unset line number is indicated as 0.
85 ERR_peek_error_func() and ERR_peek_last_error_func() are the same as
89 An unset function name is indicated as "".
91 ERR_peek_error_data() and ERR_peek_last_error_data() are the same as
94 and *I<flags>, as far as they are not NULL.
95 Unset data is indicated as "".
108 returned by these functions) with OPENSSL_free() as freeing is handled