Lines Matching defs:file
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
25 const char *file, *data, *func;
28 while ((l = ERR_get_error_all(&file, &line, &func, &data, &flags)) != 0) {
42 file, line, data);
51 const char *file, int line)
54 ERR_set_debug(file, line, func);
62 const char *file = NULL;
81 ERR_peek_last_error_all(&file, &line, &func, &data, &flags);
129 put_error(ERR_GET_LIB(err), func, err, file, line);