Home
last modified time | relevance | path

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

/unit/go/
H A Dresponse.go82 C.nxt_unit_response_add_field(r.c_req, str_ref(k), C.uint8_t(len(k)),
/unit/src/java/
H A Dnxt_jni_Response.c291 rc = nxt_unit_response_add_field(req, name_str, name_len, in nxt_java_Response_addHeader()
718 return nxt_unit_response_add_field(req, name, name_len, value, value_len); in nxt_java_response_set_header()
/unit/src/
H A Dnxt_php_sapi.c979 nxt_unit_response_add_field(req, "Location", nxt_length("Location"), in nxt_php_do_301()
1369 nxt_unit_response_add_field(req, h->header, colon - h->header,
H A Dnxt_unit.c2238 nxt_unit_response_add_field(nxt_unit_request_info_t *req, in nxt_unit_response_add_field() function
3282 rc = nxt_unit_response_add_field(req, "Content-Type", in nxt_unit_request_done()
H A Dnxt_unit.h268 int nxt_unit_response_add_field(nxt_unit_request_info_t *req,
/unit/src/perl/
H A Dnxt_perl_psgi.c847 rc = nxt_unit_response_add_field(req, name, name_len, value, value_len); in nxt_perl_psgi_result_head()
/unit/src/python/
H A Dnxt_python_asgi.c1323 rc = nxt_unit_response_add_field(req, name_str, name_len, in nxt_py_asgi_add_field()
H A Dnxt_python_asgi_websocket.c335 rc = nxt_unit_response_add_field(ws->req, in nxt_py_asgi_websocket_accept()
H A Dnxt_python_wsgi.c1102 rc = nxt_unit_response_add_field(pctx->req, name_str, name_length, in nxt_python_response_add_field()
/unit/src/ruby/
H A Dnxt_ruby.c1005 *rc = nxt_unit_response_add_field(headers_info->req, in nxt_ruby_hash_add()
1029 *rc = nxt_unit_response_add_field(headers_info->req, in nxt_ruby_hash_add()
1041 *rc = nxt_unit_response_add_field(headers_info->req, in nxt_ruby_hash_add()
/unit/src/test/
H A Dnxt_unit_app_test.c163 rc = nxt_unit_response_add_field(req, in greeting_app_request_handler()
H A Dnxt_unit_websocket_chat.c116 rc = nxt_unit_response_add_field(req, in ws_chat_root()
123 rc = nxt_unit_response_add_field(req, in ws_chat_root()
/unit/src/wasm-wasi-component/src/
H A Dlib.rs543 let rc = bindings::nxt_unit_response_add_field( in add_field()
/unit/src/wasm/
H A Dnxt_wasm.c65 nxt_unit_response_add_field(ctx->req, name, rh->fields[i].name_len, in nxt_wasm_do_send_headers()