Home
last modified time | relevance | path

Searched refs:UI_FLAG_PRINT_ERRORS (Results 1 – 2 of 2) sorted by relevance

/openssl-master/crypto/ui/
A Dui_local.h103 # define UI_FLAG_PRINT_ERRORS 0x0100 macro
A Dui_lib.c483 if (ui->flags & UI_FLAG_PRINT_ERRORS) in UI_process()
557 int save_flag = ! !(ui->flags & UI_FLAG_PRINT_ERRORS); in UI_ctrl()
559 ui->flags |= UI_FLAG_PRINT_ERRORS; in UI_ctrl()
561 ui->flags &= ~UI_FLAG_PRINT_ERRORS; in UI_ctrl()

Completed in 6 milliseconds