Lines Matching refs:line
21 unsigned long ERR_peek_error_line(const char **file, int *line);
22 unsigned long ERR_peek_last_error_line(const char **file, int *line);
30 unsigned long ERR_get_error_all(const char **file, int *line,
33 unsigned long ERR_peek_error_all(const char **file, int *line,
36 unsigned long ERR_peek_last_error_all(const char **file, int *line,
44 unsigned long ERR_get_error_line(const char **file, int *line);
45 unsigned long ERR_get_error_line_data(const char **file, int *line,
47 unsigned long ERR_peek_error_line_data(const char **file, int *line,
49 unsigned long ERR_peek_last_error_line_data(const char **file, int *line,
69 additionally stores the filename, line number and function where the error
70 occurred in *I<file>, *I<line> and *I<func>, and also extra text and flags
74 An unset line number is indicated as 0.
82 store the filename and line number where the error occurred in *I<file> and
83 *I<line>, as far as they are not NULL.
85 An unset line number is indicated as 0.