Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_h1proto.c1379 h1p->conn_write_tail = &header->next; in nxt_h1p_request_header_send()
1490 *h1p->conn_write_tail = out; in nxt_h1p_request_send()
1497 h1p->conn_write_tail = &out->next; in nxt_h1p_request_send()
H A Dnxt_h1proto.h46 nxt_buf_t **conn_write_tail; member