Home
last modified time | relevance | path

Searched refs:lib_code (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/engines/
De_ossltest_err.c23 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()
De_dasync_err.c23 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()
De_loader_attic_err.c40 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()
De_afalg_err.c38 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()
De_capi_err.c61 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/
De_dasync_err.c23 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()
De_ossltest_err.c23 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()
De_loader_attic_err.c40 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()
De_afalg_err.c38 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()
De_capi_err.c61 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/
Dnvc0_program.c842 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()
Dnvc0_screen.h88 struct nouveau_heap *lib_code; /* allocated from text_heap */ member
Dnvc0_screen.c737 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_destroy()
966 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_resize_text_area()
Dnvc0_tex.c977 screen->lib_code->start; in nve4_set_surface_info()