Home
last modified time | relevance | path

Searched refs:nxt_unit_response_write (Results 1 – 8 of 8) sorted by last modified time

/unit/src/wasm-wasi-component/src/
H A Dlib.rs520 let rc = bindings::nxt_unit_response_write( in response_write()
/unit/src/ruby/
H A Dnxt_ruby.c1245 rc = nxt_unit_response_write(wi->req, RSTRING_PTR(wi->body), in nxt_ruby_response_write()
/unit/src/
H A Dnxt_php_sapi.c1300 rc = nxt_unit_response_write(ctx->req, str, str_length);
H A Dnxt_unit.h304 int nxt_unit_response_write(nxt_unit_request_info_t *req, const void *start,
H A Dnxt_unit.c2874 nxt_unit_response_write(nxt_unit_request_info_t *req, const void *start, in nxt_unit_response_write() function
/unit/src/python/
H A Dnxt_python_wsgi.c1408 rc = nxt_unit_response_write(pctx->req, str_buf, str_length); in nxt_python_write()
/unit/src/wasm/
H A Dnxt_wasm.c85 nxt_unit_response_write(req, (const char *)resp->data, resp->size); in nxt_wasm_do_send_response()
/unit/src/perl/
H A Dnxt_perl_psgi.c218 rc = nxt_unit_response_write(pctx->req, body, len); in XS()
895 rc = nxt_unit_response_write(req, body.start, body.length); in nxt_perl_psgi_result_body()
952 rc = nxt_unit_response_write(req, body, len); in nxt_perl_psgi_result_body_ref()