Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 1446) sorted by relevance

12345678910>>...58

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp82 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle()
94 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
106 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
325 void Destruct(ShHandle handle) in Destruct()
336 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
350 bool Compile(const ShHandle handle, in Compile()
361 void ClearResults(const ShHandle handle) in ClearResults()
368 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
375 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
385 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp57 TCompiler *GetCompilerFromHandle(ShHandle handle) in GetCompilerFromHandle()
69 const std::vector<VarT> *GetShaderVariables(const ShHandle handle) in GetShaderVariables()
81 TranslatorHLSL *GetTranslatorHLSLFromHandle(ShHandle handle) in GetTranslatorHLSLFromHandle()
375 void Destruct(ShHandle handle) in Destruct()
386 const std::string &GetBuiltInResourcesString(const ShHandle handle) in GetBuiltInResourcesString()
400 bool Compile(const ShHandle handle, in Compile()
411 void ClearResults(const ShHandle handle) in ClearResults()
418 int GetShaderVersion(const ShHandle handle) in GetShaderVersion()
425 ShShaderOutput GetShaderOutputType(const ShHandle handle) in GetShaderOutputType()
435 const std::string &GetInfoLog(const ShHandle handle) in GetInfoLog()
[all …]
/third_party/libuv/src/win/
Dhandle-inl.h32 #define DECREASE_ACTIVE_COUNT(loop, handle) \ argument
42 #define INCREASE_ACTIVE_COUNT(loop, handle) \ argument
51 #define DECREASE_PENDING_REQ_COUNT(handle) \ argument
63 #define uv__handle_closing(handle) \ argument
76 #define uv__handle_close(handle) \ argument
88 INLINE static void uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) { in uv__want_endgame()
99 uv_handle_t* handle; in uv__process_endgames() local
173 HANDLE handle; in uv__get_osfhandle() local
Dudp.c39 int uv_udp_getpeername(const uv_udp_t* handle, in uv_udp_getpeername()
51 int uv_udp_getsockname(const uv_udp_t* handle, in uv_udp_getsockname()
63 static int uv__udp_set_socket(uv_loop_t* loop, uv_udp_t* handle, SOCKET socket, in uv__udp_set_socket()
129 uv_udp_t* handle, in uv__udp_init_ex()
170 void uv__udp_close(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_close()
183 void uv__udp_endgame(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_endgame()
192 int uv_udp_using_recvmmsg(const uv_udp_t* handle) { in uv_udp_using_recvmmsg()
197 static int uv__udp_maybe_bind(uv_udp_t* handle, in uv__udp_maybe_bind()
267 static void uv__udp_queue_recv(uv_loop_t* loop, uv_udp_t* handle) { in uv__udp_queue_recv()
361 int uv__udp_recv_start(uv_udp_t* handle, uv_alloc_cb alloc_cb, in uv__udp_recv_start()
[all …]
Dtcp.c48 static int uv__tcp_nodelay(uv_tcp_t* handle, SOCKET socket, int enable) { in uv__tcp_nodelay()
60 static int uv__tcp_keepalive(uv_tcp_t* handle, SOCKET socket, int enable, unsigned int delay) { in uv__tcp_keepalive()
82 uv_tcp_t* handle, in uv__tcp_set_socket()
154 int uv_tcp_init_ex(uv_loop_t* loop, uv_tcp_t* handle, unsigned int flags) { in uv_tcp_init_ex()
203 int uv_tcp_init(uv_loop_t* loop, uv_tcp_t* handle) { in uv_tcp_init()
208 void uv__tcp_endgame(uv_loop_t* loop, uv_tcp_t* handle) { in uv__tcp_endgame()
289 static int uv__tcp_try_bind(uv_tcp_t* handle, in uv__tcp_try_bind()
352 uv_tcp_t* handle; in post_completion() local
371 uv_tcp_t* handle; in post_write_completion() local
388 static void uv__tcp_queue_accept(uv_tcp_t* handle, uv_tcp_accept_t* req) { in uv__tcp_queue_accept()
[all …]
/third_party/libuv/src/
Dtimer.c58 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) { in uv_timer_init()
67 int uv_timer_start(uv_timer_t* handle, in uv_timer_start()
98 int uv_timer_stop(uv_timer_t* handle) { in uv_timer_stop()
111 int uv_timer_again(uv_timer_t* handle) { in uv_timer_again()
124 void uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) { in uv_timer_set_repeat()
129 uint64_t uv_timer_get_repeat(const uv_timer_t* handle) { in uv_timer_get_repeat()
134 uint64_t uv_timer_get_due_in(const uv_timer_t* handle) { in uv_timer_get_due_in()
144 const uv_timer_t* handle; in uv__next_timeout() local
165 uv_timer_t* handle; in uv__run_timers() local
183 void uv__timer_close(uv_timer_t* handle) { in uv__timer_close()
/third_party/alsa-lib/src/control/
Dcontrol_hw.c58 static int snd_ctl_hw_close(snd_ctl_t *handle) in snd_ctl_hw_close()
67 static int snd_ctl_hw_nonblock(snd_ctl_t *handle, int nonblock) in snd_ctl_hw_nonblock()
118 static int snd_ctl_hw_subscribe_events(snd_ctl_t *handle, int subscribe) in snd_ctl_hw_subscribe_events()
128 static int snd_ctl_hw_card_info(snd_ctl_t *handle, snd_ctl_card_info_t *info) in snd_ctl_hw_card_info()
138 static int snd_ctl_hw_elem_list(snd_ctl_t *handle, snd_ctl_elem_list_t *list) in snd_ctl_hw_elem_list()
146 static int snd_ctl_hw_elem_info(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_info()
154 static int snd_ctl_hw_elem_add(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_add()
167 static int snd_ctl_hw_elem_replace(snd_ctl_t *handle, snd_ctl_elem_info_t *info) in snd_ctl_hw_elem_replace()
180 static int snd_ctl_hw_elem_remove(snd_ctl_t *handle, snd_ctl_elem_id_t *id) in snd_ctl_hw_elem_remove()
188 static int snd_ctl_hw_elem_read(snd_ctl_t *handle, snd_ctl_elem_value_t *control) in snd_ctl_hw_elem_read()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkhandle.c53 gst_vulkan_handle_free (GstVulkanHandle * handle) in gst_vulkan_handle_free()
66 gst_vulkan_handle_init (GstVulkanHandle * handle, GstVulkanDevice * device, in gst_vulkan_handle_init()
96 GstVulkanHandleType type, GstVulkanHandleTypedef handle, in gst_vulkan_handle_new_wrapped()
119 gst_vulkan_handle_free_descriptor_set_layout (GstVulkanHandle * handle, in gst_vulkan_handle_free_descriptor_set_layout()
141 gst_vulkan_handle_free_pipeline (GstVulkanHandle * handle, gpointer user_data) in gst_vulkan_handle_free_pipeline()
160 gst_vulkan_handle_free_pipeline_layout (GstVulkanHandle * handle, in gst_vulkan_handle_free_pipeline_layout()
181 gst_vulkan_handle_free_render_pass (GstVulkanHandle * handle, in gst_vulkan_handle_free_render_pass()
202 gst_vulkan_handle_free_sampler (GstVulkanHandle * handle, gpointer user_data) in gst_vulkan_handle_free_sampler()
221 gst_vulkan_handle_free_framebuffer (GstVulkanHandle * handle, in gst_vulkan_handle_free_framebuffer()
242 gst_vulkan_handle_free_shader (GstVulkanHandle * handle, gpointer user_data) in gst_vulkan_handle_free_shader()
/third_party/flutter/glfw/src/
Dwindow.c376 GLFWAPI void glfwDestroyWindow(GLFWwindow* handle) in glfwDestroyWindow()
409 GLFWAPI int glfwWindowShouldClose(GLFWwindow* handle) in glfwWindowShouldClose()
418 GLFWAPI void glfwSetWindowShouldClose(GLFWwindow* handle, int value) in glfwSetWindowShouldClose()
427 GLFWAPI void glfwSetWindowTitle(GLFWwindow* handle, const char* title) in glfwSetWindowTitle()
438 GLFWAPI void glfwSetWindowIcon(GLFWwindow* handle, in glfwSetWindowIcon()
450 GLFWAPI void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) in glfwGetWindowPos()
464 GLFWAPI void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) in glfwSetWindowPos()
477 GLFWAPI void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) in glfwGetWindowSize()
491 GLFWAPI void glfwSetWindowSize(GLFWwindow* handle, int width, int height) in glfwSetWindowSize()
504 GLFWAPI void glfwSetWindowSizeLimits(GLFWwindow* handle, in glfwSetWindowSizeLimits()
[all …]
/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_separated.c35 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in separated_0100() local
51 void* handle = dlopen_ns(&dlns, dllName2, RTLD_LAZY); in separated_0200() local
67 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_0300() local
84 void* handle = dlopen_ns(&dlns, errdllNamePath, RTLD_LAZY); in separated_0400() local
99 void* handle = dlopen_ns(&dlns, dllNamePath2, RTLD_LAZY); in separated_0500() local
117 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in separated_0600() local
135 void* handle = dlopen_ns(&dlns, errPath_ns, RTLD_LAZY); in separated_0700() local
157 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_0800() local
180 void* handle = dlopen_ns(&dlns, dllName_sep_009, RTLD_LAZY); in separated_0900() local
202 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in separated_1000() local
[all …]
Ddlns_dlopen.c32 void* handle = dlopen(dllNamePath, RTLD_LAZY); in dlopen_0100() local
45 void* handle = dlopen(errPath_ns, RTLD_LAZY); in dlopen_0200() local
123 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlns_create_0300() local
162 void* handle = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlopen_ns_0100() local
177 void* handle = dlopen_ns(&dlns, errdllNamePath, RTLD_LAZY); in dlopen_ns_0200() local
191 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_0300() local
203 void* handle = dlopen_ns(NULL, dllNamePath, RTLD_LAZY); in dlopen_ns_0400() local
218 void *handle = dlopen_ns(&dlns, NULL, RTLD_LAZY); in dlopen_ns_0500() local
280 void* handle = dlopen(dllAcePath, RTLD_LAZY); in dlopen_add_reloc() local
291 void* handle = dlopen(dllDylibPath, RTLD_LAZY); in dlopen_relocation() local
[all …]
/third_party/ejdb/src/bindings/ejdb2_react_native/binding/android/src/main/java/com/softmotions/ejdb2/
DEJDB2DBModule.java79 final Integer handle = dbkeys.incrementAndGet(); in openImpl() local
91 public synchronized void close(Integer handle, Promise promise) { in close()
108 public void info(Integer handle, Promise promise) { in info()
113 public Integer createQuery(Integer handle, String query, String collection) { in createQuery()
118 public void put(Integer handle, String collection, String json, Integer id, Promise promise) { in put()
123 public void patch(Integer handle, String collection, String json, Integer id, Promise promise) { in patch()
131 …public void patchOrPut(Integer handle, String collection, String json, Integer id, Promise promise… in patchOrPut()
139 public void get(Integer handle, String collection, Integer id, Promise promise) { in get()
144 public void del(Integer handle, String collection, Integer id, Promise promise) { in del()
152 …public void renameCollection(Integer handle, String oldCollectionName, String newCollectionName, P… in renameCollection()
[all …]
/third_party/libuv/src/unix/
Dudp.c88 void uv__udp_close(uv_udp_t* handle) { in uv__udp_close()
99 void uv__udp_finish_close(uv_udp_t* handle) { in uv__udp_finish_close()
127 static void uv__udp_run_completed(uv_udp_t* handle) { in uv__udp_run_completed()
172 uv_udp_t* handle; in uv__udp_io() local
187 static int uv__udp_recvmmsg(uv_udp_t* handle, uv_buf_t* buf) { in uv__udp_recvmmsg()
246 static void uv__udp_recvmsg(uv_udp_t* handle) { in uv__udp_recvmsg()
315 static void uv__udp_sendmmsg(uv_udp_t* handle) { in uv__udp_sendmmsg()
408 static void uv__udp_sendmsg(uv_udp_t* handle) { in uv__udp_sendmsg()
532 int uv__udp_bind(uv_udp_t* handle, in uv__udp_bind()
599 static int uv__udp_maybe_deferred_bind(uv_udp_t* handle, in uv__udp_maybe_deferred_bind()
[all …]
Dpipe.c33 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init()
43 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind()
94 int uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) { in uv__pipe_listen()
120 void uv__pipe_close(uv_pipe_t* handle) { in uv__pipe_close()
137 int uv_pipe_open(uv_pipe_t* handle, uv_file fd) { in uv_pipe_open()
174 uv_pipe_t* handle, in uv_pipe_connect()
240 static int uv__pipe_getsockpeername(const uv_pipe_t* handle, in uv__pipe_getsockpeername()
284 int uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getsockname()
289 int uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) { in uv_pipe_getpeername()
294 void uv_pipe_pending_instances(uv_pipe_t* handle, int count) { in uv_pipe_pending_instances()
[all …]
Dpoll.c31 uv_poll_t* handle; in uv__poll_io() local
68 int uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) { in uv_poll_init()
97 int uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, in uv_poll_init_socket()
103 static void uv__poll_stop(uv_poll_t* handle) { in uv__poll_stop()
112 int uv_poll_stop(uv_poll_t* handle) { in uv_poll_stop()
119 int uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) { in uv_poll_start()
158 void uv__poll_close(uv_poll_t* handle) { in uv__poll_close()
/third_party/libuv/test/
Dtest-timer.c37 static void once_close_cb(uv_handle_t* handle) { in once_close_cb()
47 static void once_cb(uv_timer_t* handle) { in once_cb()
62 static void repeat_close_cb(uv_handle_t* handle) { in repeat_close_cb()
71 static void repeat_cb(uv_timer_t* handle) { in repeat_cb()
85 static void never_cb(uv_timer_t* handle) { in never_cb()
160 uv_timer_t handle; in TEST_IMPL() local
172 static void order_cb_a(uv_timer_t *handle) { in order_cb_a()
177 static void order_cb_b(uv_timer_t *handle) { in order_cb_b()
221 static void tiny_timer_cb(uv_timer_t* handle) { in tiny_timer_cb()
245 static void huge_repeat_cb(uv_timer_t* handle) { in huge_repeat_cb()
[all …]
Dtest-loop-handles.c110 static void timer_cb(uv_timer_t* handle) { in timer_cb()
115 static void idle_2_close_cb(uv_handle_t* handle) { in idle_2_close_cb()
128 static void idle_2_cb(uv_idle_t* handle) { in idle_2_cb()
140 static void idle_1_cb(uv_idle_t* handle) { in idle_1_cb()
169 static void idle_1_close_cb(uv_handle_t* handle) { in idle_1_close_cb()
179 static void prepare_1_close_cb(uv_handle_t* handle) { in prepare_1_close_cb()
188 static void check_close_cb(uv_handle_t* handle) { in check_close_cb()
197 static void prepare_2_close_cb(uv_handle_t* handle) { in prepare_2_close_cb()
206 static void check_cb(uv_check_t* handle) { in check_cb()
242 static void prepare_2_cb(uv_prepare_t* handle) { in prepare_2_cb()
[all …]
/third_party/musl/libc-test/src/functionalext/relro/
Ddlopen_ext_relro_test.c62 static void clear_handle(void *handle) in clear_handle()
77 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file() local
97 void *handle = dlopen_ext(lib, RTLD_NOW, &extinfo); in test_write_relro_file_ext() local
113 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, NULL); in dlopen_ext_relro_0100() local
129 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0200() local
145 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0300() local
170 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0400() local
187 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0500() local
213 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0600() local
240 void *handle = dlopen_ext(LIB_NAME, RTLD_NOW, &extinfo); in dlopen_ext_relro_0700() local
[all …]
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusb_handle.c80 struct usb_handle *handle = NULL; in handle_find_by_name() local
105 struct usb_handle *handle = NULL; in handle_find_by_fd() local
130 struct usb_handle *handle = NULL; in register_handle() local
161 struct usb_handle *handle = NULL; in unregister_handle() local
180 struct usb_handle *handle = NULL; in handle_open() local
210 struct usb_handle *handle = NULL; in handle_close() local
235 struct usb_handle *handle = NULL; in handle_read() local
254 struct usb_handle *handle = NULL; in handle_write() local
273 struct usb_handle *handle = NULL; in handle_ioctl() local
292 struct usb_handle *handle = NULL; in handle_mmap() local
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h72 ANGLE_INLINE bool isHandleGenerated(IDType handle) const in isHandleGenerated()
90 IDType handle, in checkObjectAllocation()
114 IDType handle, in checkObjectAllocationImpl()
135 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation()
162 ANGLE_INLINE Program *getProgram(ShaderProgramID handle) const in getProgram()
193 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture()
202 TextureID handle, in checkTextureAllocation()
226 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation()
245 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, SamplerID handle) in checkSamplerAllocation()
282 FramebufferID handle, in checkFramebufferAllocation()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DResourceManager.h72 ANGLE_INLINE bool isHandleGenerated(IDType handle) const in isHandleGenerated()
84 IDType handle, in checkObjectAllocation()
108 IDType handle, in checkObjectAllocationImpl()
129 ANGLE_INLINE Buffer *checkBufferAllocation(rx::GLImplFactory *factory, BufferID handle) in checkBufferAllocation()
156 ANGLE_INLINE Program *getProgram(GLuint handle) const { return mPrograms.query(handle); } in getProgram()
176 ANGLE_INLINE Texture *getTexture(TextureID handle) const in getTexture()
185 TextureID handle, in checkTextureAllocation()
211 Renderbuffer *checkRenderbufferAllocation(rx::GLImplFactory *factory, RenderbufferID handle) in checkRenderbufferAllocation()
230 Sampler *checkSamplerAllocation(rx::GLImplFactory *factory, GLuint handle) in checkSamplerAllocation()
284 GLuint handle) in checkFramebufferAllocation()
[all …]
/third_party/musl/libc-test/src/functionalext/symver/
Ddlvsym.c29 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0100() local
61 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlvsym_no_symver_0200() local
93 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0100() local
126 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0200() local
159 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0300() local
191 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlvsym_easy_symver_0400() local
223 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0100() local
256 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0200() local
289 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0300() local
321 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); in dlvsym_hard_symver_0400() local
/third_party/selinux/libsepol/src/
Ddebug.c21 int sepol_msg_get_level(sepol_handle_t * handle) in sepol_msg_get_level()
27 const char *sepol_msg_get_channel(sepol_handle_t * handle) in sepol_msg_get_channel()
33 const char *sepol_msg_get_fname(sepol_handle_t * handle) in sepol_msg_get_fname()
42 sepol_handle_t * handle, in sepol_msg_default_handler()
71 extern void sepol_msg_set_callback(sepol_handle_t * handle, in sepol_msg_set_callback()
/third_party/musl/libc-test/src/functionalext/ldso_randomization/
Dldso_randomization_test.c49 void *handle = dlopen(LIB_NAME, RTLD_NOW); in dlopen_randomization_0100() local
63 void *handle = dlopen(NULL, RTLD_NOW); in dlopen_randomization_0200() local
94 void *handle = dlopen("test_invaild.so", RTLD_NOW); in dlopen_randomization_0300() local
109 void *handle = 0; in dlopen_randomization_0400() local
133 void *handle; in dlopen_randomization_0600() local
167 void *handle = dlopen_ext(LIB_NAME_A, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0100() local
182 void *handle = dlopen_ext(NULL, RTLD_NOW, &extinfo); in dlopen_ext_randomization_0200() local
214 void *handle = dlopen_ext("test_invaild.so", RTLD_NOW, &extinfo); in dlopen_ext_randomization_0300() local
230 void *handle = 0; in dlopen_ext_randomization_0400() local
254 void *handle; in dlopen_ext_randomization_0600() local
[all …]
/third_party/libxml2/
Dxmlmodule.c29 void *handle; member
236 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
248 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
280 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
292 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
326 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
341 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
381 xmlModulePlatformClose(void *handle) in xmlModulePlatformClose()
400 xmlModulePlatformSymbol(void *handle, const char *name, void **symbol) in xmlModulePlatformSymbol()
425 void *handle; in xmlModulePlatformOpen() local
[all …]

12345678910>>...58