Home
last modified time | relevance | path

Searched refs:nxt_buf_file_alloc (Results 1 – 4 of 4) sorted by relevance

/unit/src/
H A Dnxt_buf_pool.c78 b = nxt_buf_file_alloc(bp->mem_pool, size, bp->flags); in nxt_buf_pool_file_alloc()
H A Dnxt_buf.h219 NXT_EXPORT nxt_buf_t *nxt_buf_file_alloc(nxt_mp_t *mp, size_t size,
H A Dnxt_buf.c96 nxt_buf_file_alloc(nxt_mp_t *mp, size_t size, nxt_uint_t flags) in nxt_buf_file_alloc() function
H A Dnxt_h1proto.c897 b = nxt_buf_file_alloc(r->mem_pool, in nxt_h1p_request_body_read()
2324 body = nxt_buf_file_alloc(r->mem_pool, 0, 0); in nxt_h1p_peer_header_send()