Home
last modified time | relevance | path

Searched refs:ERR_LIB_UI (Results 1 - 25 of 69) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/ui/
H A Dui_err.c18 {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,
[all...]
H A Dui_lib.c28 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_new_method()
34 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_new_method()
105 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_prompt()
108 ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER); in general_allocate_prompt()
160 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_boolean()
162 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_boolean()
166 ERR_raise(ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS); in general_allocate_boolean()
214 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_dup_input_string()
242 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_dup_verify_string()
273 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILUR in UI_dup_input_boolean()
[all...]
H A Dui_openssl.c459 ERR_raise_data(ERR_LIB_UI, UI_R_UNKNOWN_TTYGET_ERRNO_VALUE, in open_console()
470 ERR_raise_data(ERR_LIB_UI, UI_R_SYSASSIGN_ERROR, in open_console()
504 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR, in noecho_console()
536 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR, in echo_console()
563 ERR_raise_data(ERR_LIB_UI, UI_R_SYSDASSGN_ERROR, in close_console()
/third_party/openssl/crypto/ui/
H A Dui_err.c18 {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,
[all...]
H A Dui_lib.c28 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_new_method()
34 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_new_method()
105 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_prompt()
108 ERR_raise(ERR_LIB_UI, UI_R_NO_RESULT_BUFFER); in general_allocate_prompt()
160 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_boolean()
162 ERR_raise(ERR_LIB_UI, ERR_R_PASSED_NULL_PARAMETER); in general_allocate_boolean()
166 ERR_raise(ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS); in general_allocate_boolean()
214 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_dup_input_string()
242 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILURE); in UI_dup_verify_string()
273 ERR_raise(ERR_LIB_UI, ERR_R_MALLOC_FAILUR in UI_dup_input_boolean()
[all...]
H A Dui_openssl.c459 ERR_raise_data(ERR_LIB_UI, UI_R_UNKNOWN_TTYGET_ERRNO_VALUE, in open_console()
470 ERR_raise_data(ERR_LIB_UI, UI_R_SYSASSIGN_ERROR, in open_console()
504 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR, in noecho_console()
536 ERR_raise_data(ERR_LIB_UI, UI_R_SYSQIOW_ERROR, in echo_console()
563 ERR_raise_data(ERR_LIB_UI, UI_R_SYSDASSGN_ERROR, in close_console()
/third_party/python/Modules/
H A D_ssl_data_111.h126 #ifdef ERR_LIB_UI
127 {"UI", ERR_LIB_UI},
5959 {"COMMON_OK_AND_CANCEL_CHARACTERS", ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS},
5964 {"INDEX_TOO_LARGE", ERR_LIB_UI, UI_R_INDEX_TOO_LARGE},
5969 {"INDEX_TOO_SMALL", ERR_LIB_UI, UI_R_INDEX_TOO_SMALL},
5974 {"NO_RESULT_BUFFER", ERR_LIB_UI, UI_R_NO_RESULT_BUFFER},
5979 {"PROCESSING_ERROR", ERR_LIB_UI, UI_R_PROCESSING_ERROR},
5984 {"RESULT_TOO_LARGE", ERR_LIB_UI, UI_R_RESULT_TOO_LARGE},
5989 {"RESULT_TOO_SMALL", ERR_LIB_UI, UI_R_RESULT_TOO_SMALL},
5994 {"SYSASSIGN_ERROR", ERR_LIB_UI, UI_R_SYSASSIGN_ERRO
[all...]
H A D_ssl_data.h74 #ifdef ERR_LIB_UI
75 {"UI", ERR_LIB_UI},
5738 {"COMMON_OK_AND_CANCEL_CHARACTERS", ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS},
5743 {"INDEX_TOO_LARGE", ERR_LIB_UI, UI_R_INDEX_TOO_LARGE},
5748 {"INDEX_TOO_SMALL", ERR_LIB_UI, UI_R_INDEX_TOO_SMALL},
5753 {"NO_RESULT_BUFFER", ERR_LIB_UI, UI_R_NO_RESULT_BUFFER},
5758 {"PROCESSING_ERROR", ERR_LIB_UI, UI_R_PROCESSING_ERROR},
5763 {"RESULT_TOO_LARGE", ERR_LIB_UI, UI_R_RESULT_TOO_LARGE},
5768 {"RESULT_TOO_SMALL", ERR_LIB_UI, UI_R_RESULT_TOO_SMALL},
5773 {"SYSASSIGN_ERROR", ERR_LIB_UI, UI_R_SYSASSIGN_ERRO
[all...]
H A D_ssl_data_300.h156 #ifdef ERR_LIB_UI
157 {"UI", ERR_LIB_UI},
7964 {"COMMON_OK_AND_CANCEL_CHARACTERS", ERR_LIB_UI, UI_R_COMMON_OK_AND_CANCEL_CHARACTERS},
7969 {"INDEX_TOO_LARGE", ERR_LIB_UI, UI_R_INDEX_TOO_LARGE},
7974 {"INDEX_TOO_SMALL", ERR_LIB_UI, UI_R_INDEX_TOO_SMALL},
7979 {"NO_RESULT_BUFFER", ERR_LIB_UI, UI_R_NO_RESULT_BUFFER},
7984 {"PROCESSING_ERROR", ERR_LIB_UI, UI_R_PROCESSING_ERROR},
7989 {"RESULT_TOO_LARGE", ERR_LIB_UI, UI_R_RESULT_TOO_LARGE},
7994 {"RESULT_TOO_SMALL", ERR_LIB_UI, UI_R_RESULT_TOO_SMALL},
7999 {"SYSASSIGN_ERROR", ERR_LIB_UI, UI_R_SYSASSIGN_ERRO
[all...]
/third_party/openssl/ohos_lite/include/openssl/
H A Derr.h84 # define ERR_LIB_UI 40 macro
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 */
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Derr.h101 # define ERR_LIB_UI 40 macro
167 # define UIerr(f, r) ERR_raise_data(ERR_LIB_UI, (r), NULL)
337 # define ERR_R_UI_LIB (ERR_LIB_UI/* 40 */ | ERR_RFLAG_COMMON)

Completed in 38 milliseconds

123