Home
last modified time | relevance | path

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

/third_party/openssl/engines/
De_ossltest_err.c29 static int lib_code = 0; variable
34 if (lib_code == 0) in ERR_load_OSSLTEST_strings()
35 lib_code = ERR_get_next_error_library(); in ERR_load_OSSLTEST_strings()
39 ERR_load_strings(lib_code, OSSLTEST_str_functs); in ERR_load_OSSLTEST_strings()
40 ERR_load_strings(lib_code, OSSLTEST_str_reasons); in ERR_load_OSSLTEST_strings()
51 ERR_unload_strings(lib_code, OSSLTEST_str_functs); in ERR_unload_OSSLTEST_strings()
52 ERR_unload_strings(lib_code, OSSLTEST_str_reasons); in ERR_unload_OSSLTEST_strings()
60 if (lib_code == 0) in ERR_OSSLTEST_error()
61 lib_code = ERR_get_next_error_library(); in ERR_OSSLTEST_error()
62 ERR_PUT_error(lib_code, function, reason, file, line); in ERR_OSSLTEST_error()
De_dasync_err.c39 static int lib_code = 0; variable
44 if (lib_code == 0) in ERR_load_DASYNC_strings()
45 lib_code = ERR_get_next_error_library(); in ERR_load_DASYNC_strings()
49 ERR_load_strings(lib_code, DASYNC_str_functs); in ERR_load_DASYNC_strings()
50 ERR_load_strings(lib_code, DASYNC_str_reasons); in ERR_load_DASYNC_strings()
61 ERR_unload_strings(lib_code, DASYNC_str_functs); in ERR_unload_DASYNC_strings()
62 ERR_unload_strings(lib_code, DASYNC_str_reasons); in ERR_unload_DASYNC_strings()
70 if (lib_code == 0) in ERR_DASYNC_error()
71 lib_code = ERR_get_next_error_library(); in ERR_DASYNC_error()
72 ERR_PUT_error(lib_code, function, reason, file, line); in ERR_DASYNC_error()
De_afalg_err.c49 static int lib_code = 0; variable
54 if (lib_code == 0) in ERR_load_AFALG_strings()
55 lib_code = ERR_get_next_error_library(); in ERR_load_AFALG_strings()
59 ERR_load_strings(lib_code, AFALG_str_functs); in ERR_load_AFALG_strings()
60 ERR_load_strings(lib_code, AFALG_str_reasons); in ERR_load_AFALG_strings()
71 ERR_unload_strings(lib_code, AFALG_str_functs); in ERR_unload_AFALG_strings()
72 ERR_unload_strings(lib_code, AFALG_str_reasons); in ERR_unload_AFALG_strings()
80 if (lib_code == 0) in ERR_AFALG_error()
81 lib_code = ERR_get_next_error_library(); in ERR_AFALG_error()
82 ERR_PUT_error(lib_code, function, reason, file, line); in ERR_AFALG_error()
De_capi_err.c85 static int lib_code = 0; variable
90 if (lib_code == 0) in ERR_load_CAPI_strings()
91 lib_code = ERR_get_next_error_library(); in ERR_load_CAPI_strings()
95 ERR_load_strings(lib_code, CAPI_str_functs); in ERR_load_CAPI_strings()
96 ERR_load_strings(lib_code, CAPI_str_reasons); in ERR_load_CAPI_strings()
107 ERR_unload_strings(lib_code, CAPI_str_functs); in ERR_unload_CAPI_strings()
108 ERR_unload_strings(lib_code, CAPI_str_reasons); in ERR_unload_CAPI_strings()
116 if (lib_code == 0) in ERR_CAPI_error()
117 lib_code = ERR_get_next_error_library(); in ERR_CAPI_error()
118 ERR_PUT_error(lib_code, function, reason, file, line); 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.c724 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_destroy()
953 nouveau_heap_destroy(&screen->lib_code); in nvc0_screen_resize_text_area()
Dnvc0_tex.c977 screen->lib_code->start; in nve4_set_surface_info()