Home
last modified time | relevance | path

Searched defs:handle (Results 701 - 725 of 1353) sorted by relevance

1...<<21222324252627282930>>...55

/third_party/node/deps/openssl/openssl/crypto/
H A Dinit.c136 HMODULE handle = NULL; in DEFINE_RUN_ONCE_STATIC() local
663 HMODULE handle = NULL; in OPENSSL_atexit() local
/third_party/node/deps/openssl/openssl/crypto/dso/
H A Ddso_dlfcn.c447 void *ret = NULL, *handle = dlopen(NULL, RTLD_LAZY); in dlfcn_globallookup() local
/third_party/node/deps/uv/src/
H A Dthreadpool.c300 void uv__work_done(uv_async_t* handle) { in uv__work_done() argument
/third_party/node/deps/uv/src/unix/
H A Dkqueue.c465 uv_fs_event_t* handle; in uv__fs_event() local
506 int uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) { in uv_fs_event_init() argument
512 int uv_fs_event_start(uv_fs_event_t* handle, in uv_fs_event_start() argument
575 uv_fs_event_stop(uv_fs_event_t* handle) uv_fs_event_stop() argument
603 uv__fs_event_close(uv_fs_event_t* handle) uv__fs_event_close() argument
[all...]
H A Dpipe.c34 int uv_pipe_init(uv_loop_t* loop, uv_pipe_t* handle, int ipc) { in uv_pipe_init() argument
44 int uv_pipe_bind(uv_pipe_t* handle, const char* name) { in uv_pipe_bind() argument
112 uv__pipe_listen(uv_pipe_t* handle, int backlog, uv_connection_cb cb) uv__pipe_listen() argument
138 uv__pipe_close(uv_pipe_t* handle) uv__pipe_close() argument
155 uv_pipe_open(uv_pipe_t* handle, uv_file fd) uv_pipe_open() argument
191 uv_pipe_connect(uv_connect_t* req, uv_pipe_t* handle, const char* name, uv_connect_cb cb) uv_pipe_connect() argument
258 uv__pipe_getsockpeername(const uv_pipe_t* handle, uv__peersockfunc func, char* buffer, size_t* size) uv__pipe_getsockpeername() argument
302 uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getsockname() argument
307 uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getpeername() argument
312 uv_pipe_pending_instances(uv_pipe_t* handle, int count) uv_pipe_pending_instances() argument
316 uv_pipe_pending_count(uv_pipe_t* handle) uv_pipe_pending_count() argument
333 uv_pipe_pending_type(uv_pipe_t* handle) uv_pipe_pending_type() argument
344 uv_pipe_chmod(uv_pipe_t* handle, int mode) uv_pipe_chmod() argument
[all...]
H A Dsignal.c36 uv_signal_t* handle; member
168 uv_signal_t* handle; in uv__signal_first_handle() local
185 uv_signal_t* handle; in uv__signal_handler() local
301 uv_handle_t* handle = QUEUE_DATA(q, uv_handle_t, handle_queue); uv__signal_loop_cleanup() local
319 uv_signal_init(uv_loop_t* loop, uv_signal_t* handle) uv_signal_init() argument
335 uv__signal_close(uv_signal_t* handle) uv__signal_close() argument
340 uv_signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) uv_signal_start() argument
345 uv_signal_start_oneshot(uv_signal_t* handle, uv_signal_cb signal_cb, int signum) uv_signal_start_oneshot() argument
352 uv__signal_start(uv_signal_t* handle, uv_signal_cb signal_cb, int signum, int oneshot) uv__signal_start() argument
420 uv_signal_t* handle; uv__signal_event() local
513 uv_signal_stop(uv_signal_t* handle) uv_signal_stop() argument
520 uv__signal_stop(uv_signal_t* handle) uv__signal_stop() argument
[all...]
H A Dtcp.c31 static int new_socket(uv_tcp_t* handle, int domain, unsigned long flags) { in new_socket() argument
67 static int maybe_new_socket(uv_tcp_t* handle, int domain, unsigned long flags) { in maybe_new_socket() argument
205 uv__tcp_connect(uv_connect_t* req, uv_tcp_t* handle, const struct sockaddr* addr, unsigned int addrlen, uv_connect_cb cb) uv__tcp_connect() argument
271 uv_tcp_open(uv_tcp_t* handle, uv_os_sock_t sock) uv_tcp_open() argument
287 uv_tcp_getsockname(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) uv_tcp_getsockname() argument
301 uv_tcp_getpeername(const uv_tcp_t* handle, struct sockaddr* name, int* namelen) uv_tcp_getpeername() argument
315 uv_tcp_close_reset(uv_tcp_t* handle, uv_close_cb close_cb) uv_tcp_close_reset() argument
422 uv_tcp_nodelay(uv_tcp_t* handle, int on) uv_tcp_nodelay() argument
440 uv_tcp_keepalive(uv_tcp_t* handle, int on, unsigned int delay) uv_tcp_keepalive() argument
462 uv_tcp_simultaneous_accepts(uv_tcp_t* handle, int enable) uv_tcp_simultaneous_accepts() argument
471 uv__tcp_close(uv_tcp_t* handle) uv__tcp_close() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs-event.c36 uv__fs_event_queue_readdirchanges(uv_loop_t* loop, uv_fs_event_t* handle) uv__fs_event_queue_readdirchanges() argument
140 uv_fs_event_init(uv_loop_t* loop, uv_fs_event_t* handle) uv_fs_event_init() argument
156 uv_fs_event_start(uv_fs_event_t* handle, uv_fs_event_cb cb, const char* path, unsigned int flags) uv_fs_event_start() argument
372 uv_fs_event_stop(uv_fs_event_t* handle) uv_fs_event_stop() argument
426 uv__process_fs_event_req(uv_loop_t* loop, uv_req_t* req, uv_fs_event_t* handle) uv__process_fs_event_req() argument
585 uv__fs_event_close(uv_loop_t* loop, uv_fs_event_t* handle) uv__fs_event_close() argument
597 uv__fs_event_endgame(uv_loop_t* loop, uv_fs_event_t* handle) uv__fs_event_endgame() argument
[all...]
H A Dpoll.c75 static void uv__fast_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) { in uv__fast_poll_submit_poll_req() argument
137 uv__fast_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__fast_poll_process_poll_req() argument
269 uv_poll_t* handle = (uv_poll_t*) req->data; uv__slow_poll_thread_proc() local
336 uv__slow_poll_submit_poll_req(uv_loop_t* loop, uv_poll_t* handle) uv__slow_poll_submit_poll_req() argument
366 uv__slow_poll_process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__slow_poll_process_poll_req() argument
408 uv_poll_init(uv_loop_t* loop, uv_poll_t* handle, int fd) uv_poll_init() argument
413 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument
486 uv__poll_set(uv_poll_t* handle, int events, uv_poll_cb cb) uv__poll_set() argument
517 uv_poll_start(uv_poll_t* handle, int events, uv_poll_cb cb) uv_poll_start() argument
522 uv_poll_stop(uv_poll_t* handle) uv_poll_stop() argument
527 uv__process_poll_req(uv_loop_t* loop, uv_poll_t* handle, uv_req_t* req) uv__process_poll_req() argument
536 uv__poll_close(uv_loop_t* loop, uv_poll_t* handle) uv__poll_close() argument
577 uv__poll_endgame(uv_loop_t* loop, uv_poll_t* handle) uv__poll_endgame() argument
[all...]
H A Dprocess-stdio.c75 HANDLE handle; in uv_disable_stdio_inheritance() local
98 uv__duplicate_handle(uv_loop_t* loop, HANDLE handle, HANDLE* dup) uv__duplicate_handle() argument
132 HANDLE handle; uv__duplicate_fd() local
146 HANDLE handle; uv__create_nul_handle() local
362 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i); uv__stdio_destroy() local
377 HANDLE handle = CHILD_STDIO_HANDLE(buffer, i); uv__stdio_noinherit() local
[all...]
/third_party/openssl/test/
H A Dp_test.c40 const OSSL_CORE_HANDLE *handle; member
228 int OSSL_provider_init(const OSSL_CORE_HANDLE *handle, in OSSL_provider_init() argument
/third_party/openssl/test/testutil/
H A Dfake_random.c164 static int fake_rand_provider_init(const OSSL_CORE_HANDLE *handle, in fake_rand_provider_init() argument
/third_party/openssl/crypto/
H A Dinit.c136 HMODULE handle = NULL; in DEFINE_RUN_ONCE_STATIC() local
663 HMODULE handle = NULL; in OPENSSL_atexit() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueUtils.hpp68 const vk::VkDevice& handle; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DShaderGL.cpp28 TranslateTaskGL(ShHandle handle, in TranslateTaskGL() argument
88 ShHandle handle = mTranslateTask->getHandle(); variable
390 ShHandle handle = compilerInstance->getHandle(); in compile() local
427 ShHandle handle = compilerInstance->getHandle(); in compile() variable
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DShaderD3D.cpp27 TranslateTaskD3D(ShHandle handle, in TranslateTaskD3D() argument
/third_party/vk-gl-cts/execserver/
H A DxsExecutionServer.cpp163 void ExecutionRequestHandler::handle (void) in handle() function in xs::ExecutionRequestHandler
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DMemoryObjectVk.cpp41 void CloseZirconVmo(zx_handle_t handle) in CloseZirconVmo() argument
50 angle::Result DuplicateZirconVmo(ContextVk *contextVk, zx_handle_t handle, zx_handle_t *duplicate) in DuplicateZirconVmo() argument
157 angle::Result MemoryObjectVk::importZirconVmo(ContextVk *contextVk, GLuint64 size, GLuint handle) in importZirconVmo() argument
128 importZirconHandle(gl::Context *context, GLuint64 size, gl::HandleType handleType, GLuint handle) importZirconHandle() argument
[all...]
/third_party/skia/src/gpu/d3d/
H A DGrD3DCpuDescriptorManager.cpp141 void GrD3DCpuDescriptorManager::Heap::freeCPUHandle(const GrD3DDescriptorHeap::CPUHandle& handle) { in freeCPUHandle() argument
162 GrD3DDescriptorHeap::CPUHandle handle = fDescriptorHeaps[i]->allocateCPUHandle(); in allocateHandle() local
176 GrD3DDescriptorHeap::CPUHandle handle = in allocateHandle() local
/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorSetManager.cpp226 getDescriptorSet(GrVkGpu* gpu, const Handle& handle) getDescriptorSet() argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp84 HANDLE handle; member in sw::Thread
87 pthread_t handle; member in sw::Thread
107 HANDLE handle; member in sw::Event
109 pthread_cond_t handle; member in sw::Event
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp66 Renderbuffer *Framebuffer::lookupRenderbuffer(GLenum type, GLuint handle, GLint level) const in lookupRenderbuffer() argument
H A DResourceManager.cpp239 Buffer *ResourceManager::getBuffer(unsigned int handle) in getBuffer() argument
244 Shader *ResourceManager::getShader(unsigned int handle) in getShader() argument
249 Texture *ResourceManager::getTexture(unsigned int handle) in getTexture() argument
254 Program *ResourceManager::getProgram(unsigned int handle) in getProgram() argument
259 Renderbuffer *ResourceManager::getRenderbuffer(unsigned int handle) in getRenderbuffer() argument
264 getSampler(unsigned int handle) getSampler() argument
269 getFenceSync(unsigned int handle) getFenceSync() argument
327 checkRenderbufferAllocation(GLuint handle) checkRenderbufferAllocation() argument
[all...]
H A DShader.cpp32 Shader::Shader(ResourceManager *manager, GLuint handle) : mHandle(handle), mResourceManager(manager) in Shader() argument
392 VertexShader::VertexShader(ResourceManager *manager, GLuint handle) : Shader(manager, handle) in VertexShader() argument
445 FragmentShader::FragmentShader(ResourceManager *manager, GLuint handle) : Shader(manager, handle) in FragmentShader() argument
/third_party/skia/src/ports/
H A DSkOSFile_win.cpp73 SkAutoNullKernelHandle(const HANDLE handle) : fHandle(handle) { } in SkAutoNullKernelHandle() argument
228 static bool get_the_file(HANDLE handle, SkString* name, WIN32_FIND_DATAW* dataPtr, bool getDir) { in get_the_file() argument

Completed in 20 milliseconds

1...<<21222324252627282930>>...55