Lines Matching defs:req
31 #define SET_REQ_STATUS(req, status) \ argument
34 #define SET_REQ_ERROR(req, error) \ argument
40 #define SET_REQ_SUCCESS(req) \ argument
43 #define GET_REQ_STATUS(req) \ argument
46 #define REQ_SUCCESS(req) \ argument
49 #define GET_REQ_ERROR(req) \ argument
52 #define GET_REQ_SOCK_ERROR(req) \ argument
76 #define POST_COMPLETION_FOR_REQ(loop, req) \ argument
90 INLINE static void uv__insert_pending_req(uv_loop_t* loop, uv_req_t* req) { in uv__insert_pending_req()
114 #define DELEGATE_STREAM_REQ(loop, req, method, handle_at) \ argument
142 uv_req_t* req; in uv__process_reqs() local