Lines Matching defs:file
7 * this file except in compliance with the License. You can obtain a copy
8 * in the file LICENSE in the source distribution or at
341 char *file = NULL;
349 msg = ossl_cmp_log_parse_metadata(buf, &level, &func, &file, &line);
355 file != NULL ? file : "(no file)",
361 OPENSSL_free(file);
368 const char *func, const char *file, int line,
388 if (file == NULL)
389 file = "(unset file name)";
399 func, file, line, level_str);
410 res = ctx->log_cb(func, file, line, level, hugebuf);