Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dunit.cpp941 uint32_t buf_start, buf_len; in response_write() local
961 buf_len = napi.get_value_uint32(argv[2]) + 1; in response_write()
967 && req->response_buf->end >= req->response_buf->free + buf_len) in response_write()
972 buf = nxt_unit_response_buf_alloc(req, buf_len); in response_write()
979 buf_len); in response_write()
1049 size_t buf_len; in websocket_send_frame() local
1087 iov[iovec_len].iov_base = napi.get_buffer_info(payload, buf_len); in websocket_send_frame()
1090 buf_len = 0; in websocket_send_frame()
1098 if (buf_len > 0) { in websocket_send_frame()
1099 iov[iovec_len].iov_len = buf_len; in websocket_send_frame()