Searched refs:tcp_req_done_item (Results 1 – 2 of 2) sorted by relevance
343 struct tcp_req_done_item* done_req_list;361 struct tcp_req_done_item { struct363 struct tcp_req_done_item* next; argument
2148 struct tcp_req_done_item* item, *nitem; in tcp_req_info_clear()2167 stream_wait_count -= (sizeof(struct tcp_req_done_item) in tcp_req_info_clear()2244 static struct tcp_req_done_item*2247 struct tcp_req_done_item* item; in tcp_req_info_pop_done()2251 stream_wait_count -= (sizeof(struct tcp_req_done_item)+item->len); in tcp_req_info_pop_done()2276 struct tcp_req_done_item* item = tcp_req_info_pop_done(req); in tcp_req_pickup_next_result()2397 struct tcp_req_done_item* last = NULL; in tcp_req_info_add_result()2398 struct tcp_req_done_item* item; in tcp_req_info_add_result()2402 space = sizeof(struct tcp_req_done_item) + len; in tcp_req_info_add_result()2418 item = (struct tcp_req_done_item*)malloc(sizeof(*item)); in tcp_req_info_add_result()