/third_party/node/src/ |
H A D | timer_wrap.cc | 20 void TimerWrap::TimerClosedCb(uv_handle_t* handle) { in TimerClosedCb() argument
|
/third_party/node/test/addons/uv-handle-leak/ |
H A D | binding.cc | 13 void CloseCallback(uv_handle_t* handle) {} in CloseCallback() argument
|
/third_party/node/test/async-hooks/ |
H A D | init-hooks.js | |
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_socket_preinit_common.h | 44 void* handle = (void *)__ohos_socket_hook_shared_library; in __get_socket_hook_flag() local
|
/third_party/musl/src/hook/linux/ |
H A D | musl_socket_preinit_common.h | 59 void* handle = (void *)__ohos_socket_hook_shared_library; in __get_socket_hook_flag() local
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_rasterizer.c | 102 llvmpipe_bind_rasterizer_state(struct pipe_context *pipe, void *handle) in llvmpipe_bind_rasterizer_state() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_resource.c | 72 nv30_resource_from_handle(struct pipe_screen *pscreen, const struct pipe_resource *tmpl, struct winsys_handle *handle, unsigned usage) nv30_resource_from_handle() argument
|
/third_party/lwip/src/apps/snmp/ |
H A D | snmp_netconn.c | 82 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto() argument 95 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst() argument
|
H A D | snmp_raw.c | 57 snmp_sendto(void *handle, struct pbuf *p, const ip_addr_t *dst, u16_t port) in snmp_sendto() argument 63 snmp_get_local_ip_for_dst(void *handle, const ip_addr_t *dst, ip_addr_t *result) in snmp_get_local_ip_for_dst() argument
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib/ |
H A D | minimal-http-server-eventlib.c | 43 void signal_cb(void *handle, int signum) in signal_cb() argument
|
/third_party/libdrm/tests/radeon/ |
H A D | rbo.c | 36 struct rbo *rbo(int fd, unsigned handle, unsigned size, in rbo() argument [all...] |
/third_party/libdrm/tests/tegra/ |
H A D | gr2d-fill.c | 54 uint32_t handle; in main() local
|
H A D | drm-test.h | 52 uint32_t handle; member
|
/third_party/node/deps/v8/src/objects/ |
H A D | managed-inl.h | 50 Handle<Managed<CppType>> handle = Handle<Managed<CppType>>::cast( in FromSharedPtr() local
|
/third_party/node/deps/v8/src/profiler/ |
H A D | weak-code-registry.cc | 29 Handle<AbstractCode> handle = isolate_->global_handles()->Create(*code); in Track() local
|
/third_party/mesa3d/src/gallium/auxiliary/renderonly/ |
H A D | renderonly.c | 118 struct winsys_handle handle in renderonly_create_gpu_import_for_resource() local [all...] |
H A D | renderonly.h | 35 uint32_t handle; member 95 renderonly_get_handle(struct renderonly_scanout *scanout, struct winsys_handle *handle) renderonly_get_handle() argument
|
/third_party/musl/libc-test/src/functionalext/dlns/ |
H A D | dlns_dlsym.c | 40 static inline void close_so(void* handle) in close_so() argument
|
H A D | dlns_special_scene.c | 92 void* handle = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_sys_path_0100() local
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_dlopen.cpp | 56 void *handle = dlopen(fileName, flags); in DoDlopen() local
|
/third_party/musl/libc-test/src/functional/ |
H A D | dl_multithread_test.c | 26 void* handle = dlopen(g_libPath, RTLD_GLOBAL); in dl_test() local
|
/third_party/musl/libc-test/src/functionalext/ldso_debug/ |
H A D | ldso_memleak_check.c | 60 void* handle = dlopen(g_libPath_1, RTLD_NOW); in ldso_memleak_check_0100() local 83 void* handle = dlopen(g_libPath_2, RTLD_NOW); in ldso_memleak_check_0200() local
|
/third_party/musl/libc-test/src/functionalext/rpath/ |
H A D | rpath_test.c | 31 void *handle = dlopen(g_absoluteLib, RTLD_LAZY); in RapthAbsolute() local 46 void *handle = dlopen(g_originLib, RTLD_LAZY); in RapthRelative() local 62 void *handle = dlopen(g_multipleLib, RTLD_LAZY); in RapthMultiple() local 93 void *handle = dlopen_ns(&dlns, g_originLib, RTLD_LAZY); RpathNsOrigin() local 115 void *handle = dlopen_ns(&dlns, g_multipleLib, RTLD_LAZY); RpathNsMultiple() local [all...] |
/third_party/musl/libc-test/src/functionalext/symver/ |
H A D | dlsym.c | 34 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0100() local 67 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); in dlsym_no_symver_0200() local 115 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); in dlsym_easy_symver_0200() local 148 void *handle = dlopen(dso_easy_symver_name, RTLD_LAZY); dlsym_easy_symver_0300() local 196 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlsym_hard_symver_0200() local 229 void *handle = dlopen(dso_hard_symver_name, RTLD_LAZY); dlsym_hard_symver_0300() local 261 void *handle = dlopen(dso_no_symver_name, RTLD_LAZY); dlsym_time64_no_symver_0100() local [all...] |
/third_party/node/deps/openssl/openssl/providers/common/ |
H A D | provider_ctx.c | 30 void ossl_prov_ctx_set0_handle(PROV_CTX *ctx, const OSSL_CORE_HANDLE *handle) in ossl_prov_ctx_set0_handle() argument
|