Home
last modified time | relevance | path

Searched refs:NXT_BUF_FILE_SIZE (Results 1 – 3 of 3) sorted by relevance

/unit/src/
H A Dnxt_buf.h106 #define NXT_BUF_FILE_SIZE sizeof(nxt_buf_t) macro
107 #define NXT_BUF_MMAP_SIZE NXT_BUF_FILE_SIZE
H A Dnxt_buf.c100 b = nxt_mp_alloc(mp, NXT_BUF_FILE_SIZE + size); in nxt_buf_file_alloc()
105 nxt_memzero(b, NXT_BUF_FILE_SIZE); in nxt_buf_file_alloc()
112 b->mem.start = nxt_pointer_to(b, NXT_BUF_FILE_SIZE); in nxt_buf_file_alloc()
H A Dnxt_http_static.c577 fb = nxt_mp_zget(r->mem_pool, NXT_BUF_FILE_SIZE); in nxt_http_static_send_ready()