| /third_party/curl/tests/libtest/ |
| H A D | lib575.c | 42 CURL *handle = NULL; in test() local [all...] |
| H A D | lib1501.c | 40 CURL *handle = NULL; in test() local
|
| H A D | lib1554.c | 27 static void my_lock(CURL *handle, curl_lock_data data, in my_lock() argument 37 static void my_unlock(CURL *handle, curl_lock_data data, void *useptr) in my_unlock() argument
|
| H A D | lib547.c | 58 static curlioerr ioctlcallback(CURL *handle, in ioctlcallback() argument
|
| /third_party/elfutils/tests/ |
| H A D | arls.c | 48 handle (const char *fname) in handle() function
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rtpenc_chain.c | 28 ff_rtp_chain_mux_open(AVFormatContext **out, AVFormatContext *s, AVStream *st, URLContext *handle, int packet_size, int idx) ff_rtp_chain_mux_open() argument
|
| /third_party/curl/src/ |
| H A D | tool_cb_see.c | 110 intptr_t handle = _get_osfhandle(fd); in tool_ftruncate64() local
|
| /third_party/gn/src/base/win/ |
| H A D | scoped_handle.cc | 12 bool HandleTraits::CloseHandle(HANDLE handle) { in CloseHandle() argument 17 void VerifierTraits::StartTracking(HANDLE handle, in StartTracking() argument 23 void VerifierTraits::StopTracking(HANDLE handle, in StopTracking() argument 30 void OnHandleBeingClosed(HANDLE handle) {} in OnHandleBeingClosed() argument
|
| /third_party/alsa-lib/test/ |
| H A D | queue_timer.c | 23 snd_seq_t *handle; in main() local [all...] |
| H A D | omixer.c | 33 sndo_mixer_t *handle; in main() local
|
| /third_party/NuttX/drivers/bch/ |
| H A D | bchlib_write.c | 45 ssize_t bchlib_write(void *handle, const char *buffer, loff_t offset, size_t len) in bchlib_write() argument
|
| H A D | bchlib_read.c | 61 ssize_t bchlib_read(void *handle, char *buffer, loff_t offset, size_t len) in bchlib_read() argument
|
| /third_party/libuv/docs/code/progress/ |
| H A D | main.c | 31 void print_progress(uv_async_t *handle) { in print_progress() argument
|
| /third_party/libuv/src/unix/ |
| H A D | poll.c | 31 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() argument 97 uv_poll_init_socket(uv_loop_t* loop, uv_poll_t* handle, uv_os_sock_t socket) uv_poll_init_socket() argument 103 uv__poll_stop(uv_poll_t* handle) uv__poll_stop() argument 112 uv_poll_stop(uv_poll_t* handle) uv_poll_stop() argument 119 uv_poll_start(uv_poll_t* handle, int pevents, uv_poll_cb poll_cb) uv_poll_start() argument 158 uv__poll_close(uv_poll_t* handle) uv__poll_close() argument [all...] |
| /third_party/libuv/test/ |
| H A D | test-not-writable-after-shutdown.c | 27 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
| H A D | test-poll-close-doesnt-corrupt-stack.c | 36 static uv_poll_t handle; variable
|
| H A D | test-poll-multiple-handles.c | 37 static void close_cb(uv_handle_t* handle) { in close_cb() argument 41 static void poll_cb(uv_poll_t* handle, int status, int events) { in poll_cb() argument
|
| H A D | test-pipe-server-close.c | 37 static void pipe_close_cb(uv_handle_t* handle) { in pipe_close_cb() argument 55 static void pipe_server_connection_cb(uv_stream_t* handle, int status) { in pipe_server_connection_cb() argument
|
| H A D | test-tcp-read-stop.c | 41 static void timer_cb(uv_timer_t* handle) { in timer_cb() argument
|
| H A D | test-udp-send-hang-loop.c | 44 static void idle_cb(uv_idle_t* handle) { in idle_cb() argument
|
| H A D | test-udp-sendmmsg-error.c | 37 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
| H A D | test-tcp-bind6-error.c | 31 static void close_cb(uv_handle_t* handle) { in close_cb() argument
|
| H A D | test-async.c | 72 static void close_cb(uv_handle_t* handle) { in close_cb() argument 78 static void async_cb(uv_async_t* handle) { in async_cb() argument 94 static void prepare_cb(uv_prepare_t* handle) { in prepare_cb() argument
|
| /third_party/libuv/src/win/ |
| H A D | handle-inl.h | 88 uv__want_endgame(uv_loop_t* loop, uv_handle_t* handle) uv__want_endgame() argument 99 uv_handle_t* handle; uv__process_endgames() local 173 HANDLE handle; uv__get_osfhandle() local [all...] |
| H A D | handle.c | 32 HANDLE handle; in uv_guess_handle() local 61 int uv_is_active(const uv_handle_t* handle) { in uv_is_active() argument 67 void uv_close(uv_handle_t* handle, uv_close_cb cb) { in uv_close() argument 151 uv_is_closing(const uv_handle_t* handle) uv_is_closing() argument [all...] |