Home
last modified time | relevance | path

Searched defs:req (Results 26 - 50 of 846) sorted by relevance

12345678910>>...34

/third_party/node/deps/uv/src/win/
H A Dasync.c41 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 Docsp_http.c51 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 Dtool_helpers.c88 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 Dhttp1.h39 struct httpreq *req; member
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_if.h23 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 Dmain.c18 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 Dmain.c11 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 Dmain.c12 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 Dtest-not-writable-after-shutdown.c31 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 Dtest-pipe-server-close.c44 static void pipe_client_connect_cb(uv_connect_t* req, int status) { in pipe_client_connect_cb() argument
H A Dtest-tcp-read-stop.c35 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 Dtest-udp-send-hang-loop.c68 static void send_cb(uv_udp_send_t* req, int status) { in send_cb() argument
H A Dtest-udp-sendmmsg-error.c31 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 Dtest-close-fd.c53 uv_fs_t req; in TEST_IMPL() local
H A Dtest-getnameinfo.c35 static uv_getnameinfo_t req; variable
H A Dbenchmark-queue-work.c35 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 Dtest-emfile.c107 static void connect_cb(uv_connect_t* req, int status) { in connect_cb() argument
H A Dtest-connect-unspecified.c25 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 Dtest-shutdown-close.c39 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 Dtest-shutdown-twice.c39 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 Dmain.c16 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 Dmain.c14 void update(uv_timer_t *req) { in update() argument
/third_party/libuv/src/win/
H A Dgetnameinfo.c42 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 Drandom.c74 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 Dgetnameinfo.c32 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...]

Completed in 5 milliseconds

12345678910>>...34