Lines Matching refs:error
11 - obtain error code and data
54 ERR_get_error() returns the earliest error code from the thread's error
56 until there are no more error codes to return.
58 ERR_peek_error() returns the earliest error code from the thread's
59 error queue without modifying it.
61 ERR_peek_last_error() returns the latest error code from the thread's
62 error queue without modifying it.
65 such as the reason of the error,
66 and L<ERR_error_string(3)> for human-readable error messages.
69 additionally stores the filename, line number and function where the error
78 is valid until the respective entry is overwritten in the error queue.
82 store the filename and line number where the error occurred in *I<file> and
89 store the name of the function where the error occurred in *I<func>, unless
95 store additional data and flags associated with the error code in *I<data>
111 automatically by the error library.
115 The error code, or 0 if there is no error in the queue.