Home
last modified time | relevance | path

Searched refs:nxt_unit_buf_t (Results 1 – 10 of 10) sorted by last modified time

/unit/src/nodejs/unit-http/
H A Dunit.cpp944 nxt_unit_buf_t *buf; in response_write()
/unit/src/
H A Dnxt_unit.h102 nxt_unit_buf_t *request_buf;
105 nxt_unit_buf_t *response_buf;
108 nxt_unit_buf_t *content_buf;
283 nxt_unit_buf_t *nxt_unit_response_buf_alloc(nxt_unit_request_info_t *req,
294 int nxt_unit_buf_send(nxt_unit_buf_t *buf);
296 void nxt_unit_buf_free(nxt_unit_buf_t *buf);
298 nxt_unit_buf_t *nxt_unit_buf_next(nxt_unit_buf_t *buf);
H A Dnxt_unit.c207 nxt_unit_buf_t buf;
2031 nxt_unit_buf_t *buf; in nxt_unit_response_init()
2103 nxt_unit_buf_t *buf; in nxt_unit_response_realloc()
2402 nxt_unit_buf_t *
2565 nxt_unit_buf_send(nxt_unit_buf_t *buf) in nxt_unit_buf_send()
2747 nxt_unit_buf_free(nxt_unit_buf_t *buf) in nxt_unit_buf_free()
2844 nxt_unit_buf_t *
2845 nxt_unit_buf_next(nxt_unit_buf_t *buf) in nxt_unit_buf_next()
3110 nxt_unit_buf_t *b; in nxt_unit_request_readline_size()
3217 nxt_unit_buf_t *buf, *last_buf; in nxt_unit_buf_read()
[all …]
H A Dnxt_unit_typedefs.h14 typedef struct nxt_unit_buf_s nxt_unit_buf_t; typedef
H A Dnxt_unit_websocket.h22 nxt_unit_buf_t *content_buf;
/unit/src/java/
H A Dnxt_jni_Response.c309 nxt_unit_buf_t *buf; in nxt_java_get_response_info()
916 nxt_unit_buf_t *buf; in nxt_java_Response_reset()
H A Dnxt_jni.h37 nxt_unit_buf_t *first;
38 nxt_unit_buf_t *buf;
H A Dnxt_jni_InputStream.c167 nxt_unit_buf_t *buf; in nxt_java_InputStream_skip()
H A Dnxt_jni_OutputStream.c18 static nxt_unit_buf_t *nxt_java_OutputStream_req_buf(JNIEnv *env,
84 nxt_unit_buf_t *buf; in nxt_java_OutputStream_writeByte()
147 static nxt_unit_buf_t *
151 nxt_unit_buf_t *buf; in nxt_java_OutputStream_req_buf()
181 nxt_unit_buf_t *buf; in nxt_java_OutputStream_write()
/unit/src/test/
H A Dnxt_unit_app_test.c150 nxt_unit_buf_t *buf; in greeting_app_request_handler()