Home | History | Annotate | Download | only in openssl

Lines Matching defs:file

130  *   3) The file and line number of the call that added the error.
167 /* ERR_get_error_line acts like |ERR_get_error|, except that the file and line
169 OPENSSL_EXPORT uint32_t ERR_get_error_line(const char **file, int *line);
177 OPENSSL_EXPORT uint32_t ERR_get_error_line_data(const char **file, int *line,
183 OPENSSL_EXPORT uint32_t ERR_peek_error_line(const char **file, int *line);
184 OPENSSL_EXPORT uint32_t ERR_peek_error_line_data(const char **file, int *line,
190 OPENSSL_EXPORT uint32_t ERR_peek_last_error_line(const char **file, int *line);
191 OPENSSL_EXPORT uint32_t ERR_peek_last_error_line_data(const char **file,
251 * [reason string]:[file]:[line number]:[optional string data]
262 /* ERR_print_errors_fp prints the current contents of the error stack to |file|
264 OPENSSL_EXPORT void ERR_print_errors_fp(FILE *file);
314 const char *file, unsigned line);
336 /* file contains the filename where the error occured. */
337 const char *file;