Home
last modified time | relevance | path

Searched refs:nxt_buf_mem_size (Results 1 – 7 of 7) sorted by path

/unit/src/
H A Dnxt_buf.h197 #define nxt_buf_mem_size(bm) \ macro
H A Dnxt_buf_pool.c138 size = nxt_buf_mem_size(&b->mem); in nxt_buf_pool_free()
H A Dnxt_event_engine.c714 size = NXT_BUF_MEM_SIZE + nxt_buf_mem_size(&b->mem); in nxt_event_engine_buf_mem_free()
H A Dnxt_h1proto.c1064 if (body_rest >= (size_t) nxt_buf_mem_size(&b->mem)) { in nxt_h1p_conn_request_body_read()
H A Dnxt_h1proto_websocket.c342 if (frame_size < (size_t) nxt_buf_mem_size(&c->read->mem)) { in nxt_h1p_conn_ws_frame_header_read()
H A Dnxt_http_static.c874 size = nxt_buf_mem_size(&b->mem); in nxt_http_static_buf_completion()
H A Dnxt_sendbuf.c219 bsize = nxt_buf_mem_size(bm); in nxt_sendbuf_copy_coalesce()