Home
last modified time | relevance | path

Searched defs:field (Results 1 – 16 of 16) sorted by relevance

/unit/src/
H A Dnxt_http_response.c45 nxt_http_response_status(void *ctx, nxt_http_field_t *field, in nxt_http_response_status()
69 nxt_http_response_skip(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_http_response_skip()
78 nxt_http_response_field(void *ctx, nxt_http_field_t *field, uintptr_t offset) in nxt_http_response_field()
H A Dnxt_http_proxy.c250 nxt_http_field_t *f, *field; in nxt_http_proxy_header_read() local
393 nxt_http_proxy_date(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_http_proxy_date()
406 nxt_http_proxy_content_length(void *ctx, nxt_http_field_t *field, in nxt_http_proxy_content_length()
427 nxt_http_proxy_skip(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_http_proxy_skip()
H A Dnxt_http_parse.c777 nxt_http_field_t *field; in nxt_http_parse_field_end() local
1160 nxt_http_field_proc_t *field; in nxt_http_field_hash_test() local
1263 nxt_http_field_t *field; in nxt_http_fields_process() local
H A Dnxt_h1proto.c749 nxt_h1p_connection(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_h1p_connection()
777 nxt_h1p_upgrade(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_h1p_upgrade()
794 nxt_h1p_websocket_key(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_h1p_websocket_key()
809 nxt_h1p_websocket_version(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_h1p_websocket_version()
826 nxt_h1p_transfer_encoding(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_h1p_transfer_encoding()
1220 nxt_http_field_t *field; in nxt_h1p_request_header_send() local
2268 nxt_http_field_t *field; in nxt_h1p_peer_header_send() local
2872 nxt_h1p_peer_transfer_encoding(void *ctx, nxt_http_field_t *field, in nxt_h1p_peer_transfer_encoding()
H A Dnxt_http_return.c180 nxt_http_field_t *field; in nxt_http_return_send_ready() local
H A Dnxt_http_request.c83 nxt_http_request_host(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_http_request_host()
202 nxt_http_request_field(void *ctx, nxt_http_field_t *field, uintptr_t offset) in nxt_http_request_field()
215 nxt_http_request_content_length(void *ctx, nxt_http_field_t *field, in nxt_http_request_content_length()
515 nxt_http_field_t *field) in nxt_http_request_forward_protocol()
H A Dnxt_var.c175 nxt_var_field_t *field; in nxt_var_field_new() local
197 nxt_var_field_t *field; in nxt_var_field_get() local
H A Dnxt_clang.h201 #define nxt_container_of(p, type, field) \ argument
H A Dnxt_http_parse.h138 nxt_http_field_process(nxt_http_field_t *field, nxt_lvlhsh_t *hash, void *ctx) in nxt_http_field_process()
H A Dnxt_http_variables.c720 nxt_http_field_name_cmp(nxt_str_t *name, nxt_http_field_t *field) in nxt_http_field_name_cmp()
H A Dnxt_http_static.c313 nxt_http_field_t *field; in nxt_http_static_send_ready() local
H A Dnxt_router.c4048 nxt_http_field_t *field; in nxt_router_response_ready_handler() local
5335 nxt_http_field_t *field; member
5395 nxt_http_field_t *field, *dup; in nxt_router_prepare_msg() local
H A Dnxt_controller.c1037 nxt_controller_request_content_length(void *ctx, nxt_http_field_t *field, in nxt_controller_request_content_length()
/unit/src/test/
H A Dnxt_http_parse_test.c816 nxt_http_test_header_return(void *ctx, nxt_http_field_t *field, uintptr_t data) in nxt_http_test_header_return()
/unit/src/python/
H A Dnxt_python_wsgi.c767 nxt_python_add_field(nxt_python_ctx_t *pctx, nxt_unit_field_t *field, int n, in nxt_python_add_field()
/unit/src/ruby/
H A Dnxt_ruby.c977 char *field, *p; in nxt_ruby_hash_add() local