Home
last modified time | relevance | path

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

/external/openssl/crypto/ui/
Dui_locl.h149 #define UI_FLAG_PRINT_ERRORS 0x0100 macro
Dui_lib.c494 if (ui->flags & UI_FLAG_PRINT_ERRORS) in UI_process()
560 int save_flag = !!(ui->flags & UI_FLAG_PRINT_ERRORS); in UI_ctrl()
562 ui->flags |= UI_FLAG_PRINT_ERRORS; in UI_ctrl()
564 ui->flags &= ~UI_FLAG_PRINT_ERRORS; in UI_ctrl()