HomeSort by relevance Sort by last modified time
    Searched refs:UI_FLAG_PRINT_ERRORS (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/ui/
ui_locl.h 149 #define UI_FLAG_PRINT_ERRORS 0x0100
ui_lib.c 494 if (ui->flags & UI_FLAG_PRINT_ERRORS)
560 int save_flag = !!(ui->flags & UI_FLAG_PRINT_ERRORS);
562 ui->flags |= UI_FLAG_PRINT_ERRORS;
564 ui->flags &= ~UI_FLAG_PRINT_ERRORS;

Completed in 34 milliseconds