Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp838 ptr = req->response_buf->free; in response_send_headers()
922 req->response_buf->free = ptr; in response_send_headers()
966 if (req->response_buf != NULL in response_write()
967 && req->response_buf->end >= req->response_buf->free + buf_len) in response_write()
969 buf = req->response_buf; in response_write()
/unit/src/java/
H A Dnxt_jni_Response.c331 buf = req->response_buf; in nxt_java_get_response_info()
398 p = req->response_buf->free; in nxt_java_add_int_header()
413 req->response_buf->free = p; in nxt_java_add_int_header()
938 buf = req->response_buf; in nxt_java_Response_reset()
/unit/src/
H A Dnxt_unit.c1326 req->response_buf = NULL; in nxt_unit_process_req_headers()
1800 req->response_buf = NULL; in nxt_unit_request_info_release()
2058 buf = req->response_buf; in nxt_unit_response_init()
2066 req->response_buf = NULL; in nxt_unit_response_init()
2082 req->response_buf = buf; in nxt_unit_response_init()
2213 req->response_buf = buf; in nxt_unit_response_realloc()
2265 buf = req->response_buf; in nxt_unit_response_add_field()
2323 buf = req->response_buf; in nxt_unit_response_add_content()
2381 req->response_buf = NULL; in nxt_unit_response_send()
2912 part_size = req->response_buf->end - req->response_buf->free; in nxt_unit_response_write_nb()
[all …]
H A Dnxt_unit.h105 nxt_unit_buf_t *response_buf; member