Lines Matching refs:req

175   XX(REQ, req)                                                                \
319 typedef void (*uv_write_cb)(uv_write_t* req, int status);
320 typedef void (*uv_connect_cb)(uv_connect_t* req, int status);
321 typedef void (*uv_shutdown_cb)(uv_shutdown_t* req, int status);
332 typedef void (*uv_fs_cb)(uv_fs_t* req);
333 typedef void (*uv_work_cb)(uv_work_t* req);
334 typedef void (*uv_after_work_cb)(uv_work_t* req, int status);
335 typedef void (*uv_getaddrinfo_cb)(uv_getaddrinfo_t* req,
338 typedef void (*uv_getnameinfo_cb)(uv_getnameinfo_t* req,
342 typedef void (*uv_random_cb)(uv_random_t* req,
420 UV_EXTERN int uv_shutdown(uv_shutdown_t* req,
460 UV_EXTERN void* uv_req_get_data(const uv_req_t* req);
461 UV_EXTERN void uv_req_set_data(uv_req_t* req, void* data);
462 UV_EXTERN uv_req_type uv_req_get_type(const uv_req_t* req);
519 UV_EXTERN int uv_write(uv_write_t* req,
524 UV_EXTERN int uv_write2(uv_write_t* req,
591 UV_EXTERN int uv_tcp_connect(uv_connect_t* req,
651 typedef void (*uv_udp_send_cb)(uv_udp_send_t* req, int status);
711 UV_EXTERN int uv_udp_send(uv_udp_send_t* req,
798 UV_EXTERN void uv_pipe_connect(uv_connect_t* req,
913 uv_getaddrinfo_t* req,
935 uv_getnameinfo_t* req,
1099 uv_work_t* req,
1103 UV_EXTERN int uv_cancel(uv_req_t* req);
1350 UV_EXTERN void uv_fs_req_cleanup(uv_fs_t* req);
1352 uv_fs_t* req,
1356 uv_fs_t* req,
1362 uv_fs_t* req,
1369 uv_fs_t* req,
1373 uv_fs_t* req,
1398 uv_fs_t* req,
1404 uv_fs_t* req,
1409 uv_fs_t* req,
1413 uv_fs_t* req,
1417 uv_fs_t* req,
1421 uv_fs_t* req,
1425 UV_EXTERN int uv_fs_scandir_next(uv_fs_t* req,
1428 uv_fs_t* req,
1432 uv_fs_t* req,
1436 uv_fs_t* req,
1440 uv_fs_t* req,
1444 uv_fs_t* req,
1448 uv_fs_t* req,
1453 uv_fs_t* req,
1457 uv_fs_t* req,
1461 uv_fs_t* req,
1466 uv_fs_t* req,
1473 uv_fs_t* req,
1478 uv_fs_t* req,
1483 uv_fs_t* req,
1489 uv_fs_t* req,
1495 uv_fs_t* req,
1501 uv_fs_t* req,
1505 uv_fs_t* req,
1523 uv_fs_t* req,
1529 uv_fs_t* req,
1533 uv_fs_t* req,
1537 uv_fs_t* req,
1542 uv_fs_t* req,
1548 uv_fs_t* req,
1554 uv_fs_t* req,
1560 uv_fs_t* req,
1683 uv_random_t* req,