Home
last modified time | relevance | path

Searched refs:NXT_BUF_SYNC_SIZE (Results 1 – 3 of 3) sorted by last modified time

/unit/src/
H A Dnxt_http_request.c267 last = nxt_mp_zget(mp, NXT_BUF_SYNC_SIZE); in nxt_http_request_create()
H A Dnxt_h1proto.c1925 last = nxt_mp_zget(c->mem_pool, NXT_BUF_SYNC_SIZE); in nxt_h1p_idle_response()
H A Dnxt_buf.h104 #define NXT_BUF_SYNC_SIZE offsetof(nxt_buf_t, mem.free) macro