/third_party/node/deps/openssl/openssl/engines/ |
D | e_ossltest_err.c | 23 static int lib_code = 0; variable 28 if (lib_code == 0) in ERR_load_OSSLTEST_strings() 29 lib_code = ERR_get_next_error_library(); in ERR_load_OSSLTEST_strings() 33 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings() 44 ERR_unload_strings(lib_code, OSSLTEST_str_reasons); in ERR_unload_OSSLTEST_strings() 52 if (lib_code == 0) in ERR_OSSLTEST_error() 53 lib_code = ERR_get_next_error_library(); in ERR_OSSLTEST_error() 54 ERR_raise(lib_code, reason); in ERR_OSSLTEST_error()
|
D | e_dasync_err.c | 23 static int lib_code = 0; variable 28 if (lib_code == 0) in ERR_load_DASYNC_strings() 29 lib_code = ERR_get_next_error_library(); in ERR_load_DASYNC_strings() 33 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings() 44 ERR_unload_strings(lib_code, DASYNC_str_reasons); in ERR_unload_DASYNC_strings() 52 if (lib_code == 0) in ERR_DASYNC_error() 53 lib_code = ERR_get_next_error_library(); in ERR_DASYNC_error() 54 ERR_raise(lib_code, reason); in ERR_DASYNC_error()
|
D | e_loader_attic_err.c | 40 static int lib_code = 0; variable 45 if (lib_code == 0) in ERR_load_ATTIC_strings() 46 lib_code = ERR_get_next_error_library(); in ERR_load_ATTIC_strings() 50 ERR_load_strings(lib_code, ATTIC_str_reasons); in ERR_load_ATTIC_strings() 61 ERR_unload_strings(lib_code, ATTIC_str_reasons); in ERR_unload_ATTIC_strings() 69 if (lib_code == 0) in ERR_ATTIC_error() 70 lib_code = ERR_get_next_error_library(); in ERR_ATTIC_error() 71 ERR_raise(lib_code, reason); in ERR_ATTIC_error()
|
D | e_afalg_err.c | 38 static int lib_code = 0; variable 43 if (lib_code == 0) in ERR_load_AFALG_strings() 44 lib_code = ERR_get_next_error_library(); in ERR_load_AFALG_strings() 48 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings() 59 ERR_unload_strings(lib_code, AFALG_str_reasons); in ERR_unload_AFALG_strings() 67 if (lib_code == 0) in ERR_AFALG_error() 68 lib_code = ERR_get_next_error_library(); in ERR_AFALG_error() 69 ERR_raise(lib_code, reason); in ERR_AFALG_error()
|
D | e_capi_err.c | 61 static int lib_code = 0; variable 66 if (lib_code == 0) in ERR_load_CAPI_strings() 67 lib_code = ERR_get_next_error_library(); in ERR_load_CAPI_strings() 71 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings() 82 ERR_unload_strings(lib_code, CAPI_str_reasons); in ERR_unload_CAPI_strings() 90 if (lib_code == 0) in ERR_CAPI_error() 91 lib_code = ERR_get_next_error_library(); in ERR_CAPI_error() 92 ERR_raise(lib_code, reason); in ERR_CAPI_error()
|
/third_party/openssl/engines/ |
D | e_dasync_err.c | 23 static int lib_code = 0; variable 28 if (lib_code == 0) in ERR_load_DASYNC_strings() 29 lib_code = ERR_get_next_error_library(); in ERR_load_DASYNC_strings() 33 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings() 44 ERR_unload_strings(lib_code, DASYNC_str_reasons); in ERR_unload_DASYNC_strings() 52 if (lib_code == 0) in ERR_DASYNC_error() 53 lib_code = ERR_get_next_error_library(); in ERR_DASYNC_error() 54 ERR_raise(lib_code, reason); in ERR_DASYNC_error()
|
D | e_ossltest_err.c | 23 static int lib_code = 0; variable 28 if (lib_code == 0) in ERR_load_OSSLTEST_strings() 29 lib_code = ERR_get_next_error_library(); in ERR_load_OSSLTEST_strings() 33 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings() 44 ERR_unload_strings(lib_code, OSSLTEST_str_reasons); in ERR_unload_OSSLTEST_strings() 52 if (lib_code == 0) in ERR_OSSLTEST_error() 53 lib_code = ERR_get_next_error_library(); in ERR_OSSLTEST_error() 54 ERR_raise(lib_code, reason); in ERR_OSSLTEST_error()
|
D | e_loader_attic_err.c | 40 static int lib_code = 0; variable 45 if (lib_code == 0) in ERR_load_ATTIC_strings() 46 lib_code = ERR_get_next_error_library(); in ERR_load_ATTIC_strings() 50 ERR_load_strings(lib_code, ATTIC_str_reasons); in ERR_load_ATTIC_strings() 61 ERR_unload_strings(lib_code, ATTIC_str_reasons); in ERR_unload_ATTIC_strings() 69 if (lib_code == 0) in ERR_ATTIC_error() 70 lib_code = ERR_get_next_error_library(); in ERR_ATTIC_error() 71 ERR_raise(lib_code, reason); in ERR_ATTIC_error()
|
D | e_afalg_err.c | 38 static int lib_code = 0; variable 43 if (lib_code == 0) in ERR_load_AFALG_strings() 44 lib_code = ERR_get_next_error_library(); in ERR_load_AFALG_strings() 48 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings() 59 ERR_unload_strings(lib_code, AFALG_str_reasons); in ERR_unload_AFALG_strings() 67 if (lib_code == 0) in ERR_AFALG_error() 68 lib_code = ERR_get_next_error_library(); in ERR_AFALG_error() 69 ERR_raise(lib_code, reason); in ERR_AFALG_error()
|
D | e_capi_err.c | 61 static int lib_code = 0; variable 66 if (lib_code == 0) in ERR_load_CAPI_strings() 67 lib_code = ERR_get_next_error_library(); in ERR_load_CAPI_strings() 71 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings() 82 ERR_unload_strings(lib_code, CAPI_str_reasons); in ERR_unload_CAPI_strings() 90 if (lib_code == 0) in ERR_CAPI_error() 91 lib_code = ERR_get_next_error_library(); in ERR_CAPI_error() 92 ERR_raise(lib_code, reason); in ERR_CAPI_error()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 842 screen->lib_code->start, 0); in nvc0_program_upload_code() 969 if (screen->lib_code) in nvc0_program_library_upload() 977 &screen->lib_code); in nvc0_program_library_upload() 982 screen->text, screen->lib_code->start, NV_VRAM_DOMAIN(&screen->base), in nvc0_program_library_upload()
|
D | nvc0_screen.h | 88 struct nouveau_heap *lib_code; /* allocated from text_heap */ member
|
D | nvc0_screen.c | 737 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_destroy() 966 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_resize_text_area()
|
D | nvc0_tex.c | 977 screen->lib_code->start; in nve4_set_surface_info()
|