Home
last modified time | relevance | path

Searched defs:handle (Results 851 - 875 of 4411) sorted by relevance

1...<<31323334353637383940>>...177

/third_party/curl/tests/libtest/
H A Dlib586.c41 static void my_lock(CURL *handle, curl_lock_data data, in my_lock() argument
72 static void my_unlock(CURL *handle, curl_lock_data data, void *useptr) in my_unlock() argument
H A Dtesttrace.c87 int libtest_debug_cb(CURL *handle, curl_infotype type, in libtest_debug_cb() argument
/third_party/glfw/src/
H A Dvulkan.c297 glfwCreateWindowSurface(VkInstance instance, GLFWwindow* handle, const VkAllocationCallbacks* allocator, VkSurfaceKHR* surface) glfwCreateWindowSurface() argument
[all...]
/third_party/alsa-lib/test/
H A Dseq-decoder.c248 void event_decoder_start_timer(snd_seq_t *handle, int queue, in event_decoder_start_timer() argument
260 void event_decoder(snd_seq_t *handle, int argc, char *argv[]) in event_decoder() argument
[all...]
/third_party/backends/backend/
H A Dplustek-usbio.c247 static SANE_Bool usbio_WriteReg( SANE_Int handle, in usbio_WriteReg() argument
/third_party/curl/docs/examples/
H A Dhttp2-download.c106 int my_trace(CURL *handle, curl_infotype type, in my_trace() argument
/third_party/libsnd/tests/
H A Dcpp_test.cc251 SNDFILE* handle ; in ceeplusplus_rawhandle_test() local
262 SNDFILE* handle ; in ceeplusplus_takeOwnership_test() local
/third_party/libuv/test/
H A Dtest-not-readable-nor-writable-on-read-error.c41 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
49 static void close_cb(uv_handle_t* handle) { in close_cb() argument
53 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-pipe-sendmsg.c60 static void close_cb(uv_handle_t* handle) { in close_cb() argument
65 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
73 static void read_cb(uv_stream_t* handle, in read_cb() argument
H A Dtest-tcp-oob.c39 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
58 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
83 static void connection_cb(uv_stream_t* handle, int status) { in connection_cb() argument
H A Dtest-tcp-shutdown-after-write.c42 static void close_cb(uv_handle_t* handle) { in close_cb() argument
52 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
61 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
76 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
H A Dtest-tcp-read-stop-start.c56 static void on_alloc(uv_handle_t* handle, in on_alloc() argument
H A Dtest-tcp-rst.c33 static void close_cb(uv_handle_t* handle) { in close_cb() argument
39 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in alloc_cb() argument
H A Dtest-udp-send-and-recv.c44 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
55 static void close_cb(uv_handle_t* handle) { in close_cb() argument
62 static void cl_recv_cb(uv_udp_t* handle, in cl_recv_cb() argument
116 sv_recv_cb(uv_udp_t* handle, ssize_t nread, const uv_buf_t* rcvbuf, const struct sockaddr* addr, unsigned flags) sv_recv_cb() argument
[all...]
H A Dtest-udp-send-immediate.c40 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
51 static void close_cb(uv_handle_t* handle) { in close_cb() argument
67 static void sv_recv_cb(uv_udp_t* handle, in sv_recv_cb() argument
[all...]
H A Dtest-ipc-heavy-traffic-deadlock-bug.c62 static void do_write(uv_stream_t* handle) { in do_write() argument
81 static void alloc_cb(uv_handle_t* handle, in alloc_cb() argument
93 static void read_cb(uv_stream_t* handle, ssize_t nread, const uv_buf_t* buf) { in read_cb() argument
112 static void do_writes_and_reads(uv_stream_t* handle) { in do_writes_and_reads() argument
[all...]
H A Dtest-tcp-bind-error.c32 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dtest-signal.c47 static void signum_test_cb(uv_signal_t* handle, int signum) { in signum_test_cb() argument
88 uv_timer_t handle; member
95 uv_signal_t handle; member
101 static void signal_cb(uv_signal_t* handle, int signum) { in signal_cb() argument
114 static void signal_cb_one_shot(uv_signal_t* handle, int signum) { in signal_cb_one_shot() argument
123 timer_cb(uv_timer_t* handle) timer_cb() argument
[all...]
H A Dtest-tcp-alloc-cb-fail.c40 static void close_cb(uv_handle_t* handle) { in close_cb() argument
48 static void conn_alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { in conn_alloc_cb() argument
H A Dbenchmark-tcp-write-batch.c91 static void close_cb(uv_handle_t* handle) { in close_cb() argument
H A Dbenchmark-async.c43 static void worker_async_cb(uv_async_t* handle) { in worker_async_cb() argument
55 static void main_async_cb(uv_async_t* handle) { in main_async_cb() argument
/third_party/libuv/docs/code/udp-dhcp/
H A Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument
/third_party/libuv/docs/code/tcp-echo-server/
H A Dmain.c23 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() argument
28 void on_close(uv_handle_t* handle) { in on_close() argument
/third_party/libuv/src/
H A Dtimer.c61 int uv_timer_init(uv_loop_t* loop, uv_timer_t* handle) { in uv_timer_init() argument
70 int uv_timer_start(uv_timer_t* handle, in uv_timer_start() argument
109 uv_timer_stop(uv_timer_t* handle) uv_timer_stop() argument
122 uv_timer_again(uv_timer_t* handle) uv_timer_again() argument
135 uv_timer_set_repeat(uv_timer_t* handle, uint64_t repeat) uv_timer_set_repeat() argument
140 uv_timer_get_repeat(const uv_timer_t* handle) uv_timer_get_repeat() argument
145 uv_timer_get_due_in(const uv_timer_t* handle) uv_timer_get_due_in() argument
155 const uv_timer_t* handle; uv__next_timeout() local
176 uv_timer_t* handle; uv__run_timers() local
197 uv__timer_close(uv_timer_t* handle) uv__timer_close() argument
[all...]
H A Duv-data-getter-setters.c36 uv_handle_type uv_handle_get_type(const uv_handle_t* handle) { in uv_handle_get_type() argument
40 void* uv_handle_get_data(const uv_handle_t* handle) { in uv_handle_get_data() argument
44 uv_loop_t* uv_handle_get_loop(const uv_handle_t* handle) { in uv_handle_get_loop() argument
48 void uv_handle_set_data(uv_handle_t* handle, void* data) { in uv_handle_set_data() argument
81 size_t uv_udp_get_send_queue_size(const uv_udp_t* handle) { in uv_udp_get_send_queue_size() argument
85 uv_udp_get_send_queue_count(const uv_udp_t* handle) uv_udp_get_send_queue_count() argument
[all...]

Completed in 11 milliseconds

1...<<31323334353637383940>>...177