Home
last modified time | relevance | path

Searched refs:msg_info (Results 1 – 2 of 2) sorted by last modified time

/unit/src/
H A Dnxt_router.c545 nxt_msg_info_t *msg_info; in nxt_router_msg_cancel() local
547 msg_info = &req_rpc_data->msg_info; in nxt_router_msg_cancel()
549 if (msg_info->buf == NULL) { in nxt_router_msg_cancel()
569 for (b = msg_info->buf; b != NULL; b = next) { in nxt_router_msg_cancel()
580 msg_info->buf = NULL; in nxt_router_msg_cancel()
656 if (req_rpc_data->msg_info.body_fd != -1) { in nxt_request_rpc_data_unlink()
659 req_rpc_data->msg_info.body_fd = -1; in nxt_request_rpc_data_unlink()
4331 b = req_rpc_data->msg_info.buf; in nxt_router_req_headers_ack_handler()
5181 req_rpc_data->msg_info.body_fd = -1; in nxt_router_process_http_request()
5277 req_rpc_data->msg_info.buf = buf; in nxt_router_app_prepare_request()
[all …]
H A Dnxt_router_request.h34 nxt_msg_info_t msg_info; member