Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_php_sapi.c1298 rc = nxt_unit_response_write(ctx->req, str, str_length);
H A Dnxt_unit.c2873 nxt_unit_response_write(nxt_unit_request_info_t *req, const void *start, in nxt_unit_response_write() function
H A Dnxt_unit.h304 int nxt_unit_response_write(nxt_unit_request_info_t *req, const void *start,
/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()
/unit/src/python/
H A Dnxt_python_wsgi.c1381 rc = nxt_unit_response_write(pctx->req, str_buf, str_length); in nxt_python_write()
/unit/src/ruby/
H A Dnxt_ruby.c1174 rc = nxt_unit_response_write(wi->req, RSTRING_PTR(wi->body), in nxt_ruby_response_write()
/unit/src/wasm/
H A Dnxt_wasm.c80 nxt_unit_response_write(req, (const char *)resp->data, resp->size); in nxt_wasm_do_send_response()