Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ui/
Dui_local.h103 # define UI_FLAG_PRINT_ERRORS 0x0100 macro
Dui_lib.c483 if (ui->flags & UI_FLAG_PRINT_ERRORS) in UI_process()
561 int save_flag = ! !(ui->flags & UI_FLAG_PRINT_ERRORS); in UI_ctrl()
563 ui->flags |= UI_FLAG_PRINT_ERRORS; in UI_ctrl()
565 ui->flags &= ~UI_FLAG_PRINT_ERRORS; in UI_ctrl()
/third_party/node/deps/openssl/openssl/crypto/ui/
Dui_local.h103 # define UI_FLAG_PRINT_ERRORS 0x0100 macro
Dui_lib.c483 if (ui->flags & UI_FLAG_PRINT_ERRORS) in UI_process()
561 int save_flag = ! !(ui->flags & UI_FLAG_PRINT_ERRORS); in UI_ctrl()
563 ui->flags |= UI_FLAG_PRINT_ERRORS; in UI_ctrl()
565 ui->flags &= ~UI_FLAG_PRINT_ERRORS; in UI_ctrl()