HomeSort by: relevance | last modified time | path
    Searched refs:ERR_LIB_UI (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_err.c 17 {ERR_PACK(ERR_LIB_UI, UI_F_CLOSE_CONSOLE, 0), "close_console"},
18 {ERR_PACK(ERR_LIB_UI, UI_F_ECHO_CONSOLE, 0), "echo_console"},
19 {ERR_PACK(ERR_LIB_UI, UI_F_GENERAL_ALLOCATE_BOOLEAN, 0),
21 {ERR_PACK(ERR_LIB_UI, UI_F_GENERAL_ALLOCATE_PROMPT, 0),
23 {ERR_PACK(ERR_LIB_UI, UI_F_NOECHO_CONSOLE, 0), "noecho_console"},
24 {ERR_PACK(ERR_LIB_UI, UI_F_OPEN_CONSOLE, 0), "open_console"},
25 {ERR_PACK(ERR_LIB_UI, UI_F_UI_CONSTRUCT_PROMPT, 0), "UI_construct_prompt"},
26 {ERR_PACK(ERR_LIB_UI, UI_F_UI_CREATE_METHOD, 0), "UI_create_method"},
27 {ERR_PACK(ERR_LIB_UI, UI_F_UI_CTRL, 0), "UI_ctrl"},
28 {ERR_PACK(ERR_LIB_UI, UI_F_UI_DUP_ERROR_STRING, 0), "UI_dup_error_string"}
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_err.c 18 { ERR_PACK(ERR_LIB_UI, 0, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),
20 { ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_LARGE), "index too large" },
21 { ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_SMALL), "index too small" },
22 { ERR_PACK(ERR_LIB_UI, 0, UI_R_NO_RESULT_BUFFER), "no result buffer" },
23 { ERR_PACK(ERR_LIB_UI, 0, UI_R_PROCESSING_ERROR), "processing error" },
24 { ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_LARGE), "result too large" },
25 { ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_SMALL), "result too small" },
26 { ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSASSIGN_ERROR), "sys$assign error" },
27 { ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSDASSGN_ERROR), "sys$dassgn error" },
28 { ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSQIOW_ERROR), "sys$qiow error" }
    [all...]
ui_lib.c 32 ERR_raise(ERR_LIB_UI, ERR_R_CRYPTO_LIB);
103 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
107 ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER);
159 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
161 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
165 ERR_raise(ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS);
415 ERR_raise(ERR_LIB_UI, UI_R_USER_DATA_DUPLICATION_UNSUPPORTED);
421 ERR_raise(ERR_LIB_UI, ERR_R_UI_LIB);
439 ERR_raise(ERR_LIB_UI, UI_R_INDEX_TOO_SMALL);
443 ERR_raise(ERR_LIB_UI, UI_R_INDEX_TOO_LARGE)
    [all...]
ui_openssl.c 457 ERR_raise_data(ERR_LIB_UI, UI_R_UNKNOWN_TTYGET_ERRNO_VALUE,
468 ERR_raise_data(ERR_LIB_UI, UI_R_SYSASSIGN_ERROR,
502 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR,
534 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR,
561 ERR_raise_data(ERR_LIB_UI, UI_R_SYSDASSGN_ERROR,
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_err.c 18 {ERR_PACK(ERR_LIB_UI, 0, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),
20 {ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_LARGE), "index too large"},
21 {ERR_PACK(ERR_LIB_UI, 0, UI_R_INDEX_TOO_SMALL), "index too small"},
22 {ERR_PACK(ERR_LIB_UI, 0, UI_R_NO_RESULT_BUFFER), "no result buffer"},
23 {ERR_PACK(ERR_LIB_UI, 0, UI_R_PROCESSING_ERROR), "processing error"},
24 {ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_LARGE), "result too large"},
25 {ERR_PACK(ERR_LIB_UI, 0, UI_R_RESULT_TOO_SMALL), "result too small"},
26 {ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSASSIGN_ERROR), "sys$assign error"},
27 {ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSDASSGN_ERROR), "sys$dassgn error"},
28 {ERR_PACK(ERR_LIB_UI, 0, UI_R_SYSQIOW_ERROR), "sys$qiow error"}
    [all...]
ui_lib.c 28 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE);
34 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE);
105 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
108 ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER);
160 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
162 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER);
166 ERR_raise(ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS);
214 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE);
242 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE);
273 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE)
    [all...]
ui_openssl.c 459 ERR_raise_data(ERR_LIB_UI, UI_R_UNKNOWN_TTYGET_ERRNO_VALUE,
470 ERR_raise_data(ERR_LIB_UI, UI_R_SYSASSIGN_ERROR,
504 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR,
536 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR,
563 ERR_raise_data(ERR_LIB_UI, UI_R_SYSDASSGN_ERROR,
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
err.h 84 # define ERR_LIB_UI 40
124 # define UIerr(f,r) ERR_PUT_error(ERR_LIB_UI,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
190 # define ERR_R_UI_LIB ERR_LIB_UI/* 40 */
  /src/crypto/external/apache2/openssl/dist/include/openssl/
err.h.in 105 #define ERR_LIB_UI 40
171 #define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
340 #define ERR_R_UI_LIB (ERR_LIB_UI /* 40 */ | ERR_RFLAG_COMMON)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
err.h.in 103 # define ERR_LIB_UI 40
169 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
339 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
  /src/crypto/external/apache2/openssl/dist/crypto/err/
err.c 65 { ERR_PACK(ERR_LIB_UI, 0, 0), "UI routines" },
  /src/crypto/external/bsd/openssl/dist/crypto/err/
err.c 66 {ERR_PACK(ERR_LIB_UI, 0, 0), "UI routines"},
  /src/crypto/external/bsd/openssl.old/dist/crypto/err/
err.c 60 {ERR_PACK(ERR_LIB_UI, 0, 0), "UI routines"},

Completed in 25 milliseconds