tcp_req_done_item
struct tcp_req_done_item* item, *nitem;
stream_wait_count -= (sizeof(struct tcp_req_done_item)
static struct tcp_req_done_item*
struct tcp_req_done_item* item;
stream_wait_count -= (sizeof(struct tcp_req_done_item)+item->len);
struct tcp_req_done_item* item = tcp_req_info_pop_done(req);
struct tcp_req_done_item* last = NULL;
struct tcp_req_done_item* item;
space = sizeof(struct tcp_req_done_item) + len;
item = (struct tcp_req_done_item*)malloc(sizeof(*item));
struct tcp_req_done_item* done_req_list;
struct tcp_req_done_item* next;
struct tcp_req_done_item* item, *nitem;
stream_wait_count -= (sizeof(struct tcp_req_done_item)
static struct tcp_req_done_item*
struct tcp_req_done_item* item;
stream_wait_count -= (sizeof(struct tcp_req_done_item)+item->len);
struct tcp_req_done_item* item = tcp_req_info_pop_done(req);
struct tcp_req_done_item* last = NULL;
struct tcp_req_done_item* item;
space = sizeof(struct tcp_req_done_item) + len;
item = (struct tcp_req_done_item*)malloc(sizeof(*item));
struct tcp_req_done_item* done_req_list;
struct tcp_req_done_item* next;