Home | History | Annotate | Download | only in verity

Lines Matching refs:g_error

73 static BIO *g_error = NULL;
143 ERR_print_errors(g_error);
148 ERR_print_errors(g_error);
179 ERR_print_errors(g_error);
247 ERR_print_errors(g_error);
270 ERR_print_errors(g_error);
275 ERR_print_errors(g_error);
282 ERR_print_errors(g_error);
329 ERR_print_errors(g_error);
334 ERR_print_errors(g_error);
340 ERR_print_errors(g_error);
421 if ((g_error = BIO_new_fd(STDERR_FILENO, BIO_NOCLOSE)) == NULL) {