Home
last modified time | relevance | path

Searched refs:nxt_unit_response_buf_alloc (Results 1 – 5 of 5) sorted by relevance

/unit/src/java/
H A Dnxt_jni_OutputStream.c160 buf = nxt_unit_response_buf_alloc(req, size); in nxt_java_OutputStream_req_buf()
/unit/src/
H A Dnxt_unit.h283 nxt_unit_buf_t *nxt_unit_response_buf_alloc(nxt_unit_request_info_t *req,
H A Dnxt_unit.c2073 buf = nxt_unit_response_buf_alloc(req, buf_size); in nxt_unit_response_init()
2138 buf = nxt_unit_response_buf_alloc(req, buf_size); in nxt_unit_response_realloc()
2403 nxt_unit_response_buf_alloc(nxt_unit_request_info_t *req, uint32_t size) in nxt_unit_response_buf_alloc() function
/unit/src/test/
H A Dnxt_unit_app_test.c183 buf = nxt_unit_response_buf_alloc(req, (req->request_buf->end in greeting_app_request_handler()
/unit/src/nodejs/unit-http/
H A Dunit.cpp966 buf = nxt_unit_response_buf_alloc(req, buf_len); in response_write()