Home
last modified time | relevance | path

Searched refs:nxt_unit_buf_send (Results 1 – 6 of 6) sorted by relevance

/unit/src/java/
H A Dnxt_jni_OutputStream.c131 rc = nxt_unit_buf_send(data->buf); in nxt_java_OutputStream_flush_buf()
/unit/src/
H A Dnxt_unit.h294 int nxt_unit_buf_send(nxt_unit_buf_t *buf);
H A Dnxt_java.c539 nxt_unit_buf_send(data->buf); in nxt_java_request_handler()
H A Dnxt_unit.c2564 nxt_unit_buf_send(nxt_unit_buf_t *buf) in nxt_unit_buf_send() function
/unit/src/test/
H A Dnxt_unit_app_test.c267 rc = nxt_unit_buf_send(buf); in greeting_app_request_handler()
/unit/src/nodejs/unit-http/
H A Dunit.cpp977 ret = nxt_unit_buf_send(buf); in response_write()