| /third_party/node/deps/uv/src/win/ |
| H A D | async.c | 41 uv_req_t* req; in uv_async_init() local 86 uv__process_async_wakeup_req(uv_loop_t* loop, uv_async_t* handle, uv_req_t* req) uv__process_async_wakeup_req() argument
|
| /third_party/openssl/crypto/ocsp/ |
| H A D | ocsp_http.c | 51 OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, const char *path, OCSP_REQUEST *req) in OCSP_sendreq_bio() argument 15 OCSP_sendreq_new(BIO *io, const char *path, const OCSP_REQUEST *req, int buf_size) OCSP_sendreq_new() argument
|
| /third_party/curl/src/ |
| H A D | tool_helpers.c | 88 int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store) in SetHTTPrequest() argument 112 void customrequest_helper(struct OperationConfig *config, HttpReq req, in customrequest_helper() argument
|
| /third_party/curl/lib/ |
| H A D | http1.h | 39 struct httpreq *req; member
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_if.h | 23 static __inline int USB_HANDLE_REQUEST(device_t dev, const void *req, in USB_HANDLE_REQUEST() argument
|
| /third_party/libuv/docs/code/queue-cancel/ |
| H A D | main.c | 18 void fib(uv_work_t *req) { in fib() argument 28 void after_fib(uv_work_t *req, int status) { in after_fib() argument 33 void signal_handler(uv_signal_t *req, int signum) in signal_handler() argument
|
| /third_party/libuv/docs/code/proc-streams/ |
| H A D | main.c | 11 void on_exit(uv_process_t *req, int64_t exit_status, int term_signal) { in on_exit() argument
|
| /third_party/libuv/docs/code/progress/ |
| H A D | main.c | 12 void fake_download(uv_work_t *req) { in fake_download() argument 26 void after(uv_work_t *req, int status) { in after() argument 39 uv_work_t req; in main() local
|
| /third_party/libuv/test/ |
| H A D | test-not-writable-after-shutdown.c | 31 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() argument 35 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
|
| H A D | test-pipe-server-close.c | 44 static void pipe_client_connect_cb(uv_connect_t* req, int status) { in pipe_client_connect_cb() argument
|
| H A D | test-tcp-read-stop.c | 35 static void write_cb(uv_write_t* req, int status) { in write_cb() argument 52 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
|
| H A D | test-udp-send-hang-loop.c | 68 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() argument
|
| H A D | test-udp-sendmmsg-error.c | 31 static uv_udp_send_t req[DATAGRAMS]; variable 44 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() argument
|
| H A D | test-close-fd.c | 53 uv_fs_t req; in TEST_IMPL() local
|
| H A D | test-getnameinfo.c | 35 static uv_getnameinfo_t req; variable
|
| H A D | benchmark-queue-work.c | 35 static void work_cb(uv_work_t* req) { in work_cb() argument 40 static void after_work_cb(uv_work_t* req, int status) { in after_work_cb() argument
|
| H A D | test-emfile.c | 107 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
|
| H A D | test-connect-unspecified.c | 25 static void connect_4(uv_connect_t* req, int status) { in connect_4() argument 29 static void connect_6(uv_connect_t* req, int status) { in connect_6() argument
|
| H A D | test-shutdown-close.c | 39 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() argument 51 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
|
| H A D | test-shutdown-twice.c | 39 static void shutdown_cb(uv_shutdown_t* req, int status) { in shutdown_cb() argument 46 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
|
| /third_party/libuv/docs/code/uvcat/ |
| H A D | main.c | 16 void on_write(uv_fs_t *req) { in on_write() argument 25 void on_read(uv_fs_t *req) { in on_read() argument 40 on_open(uv_fs_t *req) on_open() argument [all...] |
| /third_party/libuv/docs/code/tty-gravity/ |
| H A D | main.c | 14 void update(uv_timer_t *req) { in update() argument
|
| /third_party/libuv/src/win/ |
| H A D | getnameinfo.c | 42 uv_getnameinfo_t* req; in uv__getnameinfo_work() local 80 uv_getnameinfo_t* req; uv__getnameinfo_done() local 106 uv_getnameinfo(uv_loop_t* loop, uv_getnameinfo_t* req, uv_getnameinfo_cb getnameinfo_cb, const struct sockaddr* addr, int flags) uv_getnameinfo() argument [all...] |
| /third_party/libuv/src/ |
| H A D | random.c | 74 uv_random_t* req; in uv__random_work() local 82 uv_random_t* req; in uv__random_done() local 94 uv_random(uv_loop_t* loop, uv_random_t* req, void *buf, size_t buflen, unsigned flags, uv_random_cb cb) uv_random() argument [all...] |
| /third_party/libuv/src/unix/ |
| H A D | getnameinfo.c | 32 uv_getnameinfo_t* req; in uv__getnameinfo_work() local 56 uv_getnameinfo_t* req; uv__getnameinfo_done() local 81 uv_getnameinfo(uv_loop_t* loop, uv_getnameinfo_t* req, uv_getnameinfo_cb getnameinfo_cb, const struct sockaddr* addr, int flags) uv_getnameinfo() argument [all...] |