Searched refs:nv (Results 1 – 6 of 6) sorted by relevance
/unit/src/ |
H A D | nxt_http_source.c | 25 nxt_name_value_t *nv); 27 nxt_name_value_t *nv); 344 nv->hash = hp->header_hash; in nxt_http_source_header_line_process() 345 nv->skip = 0; in nxt_http_source_header_line_process() 346 nv->name_len = name_len; in nxt_http_source_header_line_process() 352 nv->name_len, nv->name_start, in nxt_http_source_header_line_process() 353 nv->value_len, nv->value_start); in nxt_http_source_header_line_process() 355 lhq.key_hash = nv->hash; in nxt_http_source_header_line_process() 397 length = nxt_off_t_parse(nv->value_start, nv->value_len); in nxt_http_source_content_length() 411 nxt_name_value_t *nv) in nxt_http_source_transfer_encoding() argument [all …]
|
H A D | nxt_fastcgi_source.c | 63 nxt_name_value_t *nv); 65 nxt_name_value_t *nv); 567 nv->hash = hp->header_hash; in nxt_fastcgi_source_header_process() 568 nv->skip = 0; in nxt_fastcgi_source_header_process() 569 nv->name_len = len; in nxt_fastcgi_source_header_process() 575 nv->name_len, nv->name_start, nv->value_len, nv->value_start); in nxt_fastcgi_source_header_process() 577 lhq.key_hash = nv->hash; in nxt_fastcgi_source_header_process() 620 s.len = nv->value_len; in nxt_fastcgi_source_status() 621 s.data = nv->value_start; in nxt_fastcgi_source_status() 637 nxt_name_value_t *nv) in nxt_fastcgi_source_content_length() argument [all …]
|
H A D | nxt_http_request.c | 853 nxt_http_name_value_t *nv; in nxt_http_arguments_parse() local 955 nxt_http_name_value_t *nv; in nxt_http_argument() local 957 nv = nxt_array_add(array); in nxt_http_argument() 973 nv->value_length = length; in nxt_http_argument() 974 nv->name = name; in nxt_http_argument() 975 nv->value = start; in nxt_http_argument() 977 return nv; in nxt_http_argument() 1076 nv = nxt_array_add(array); in nxt_http_cookie() 1082 nv->name = name; in nxt_http_cookie() 1096 nv->value = start; in nxt_http_cookie() [all …]
|
H A D | nxt_upstream_source.h | 34 nxt_upstream_source_t *us, nxt_name_value_t *nv); 78 nxt_name_value_t *nv);
|
H A D | nxt_http_route.c | 1918 nxt_http_name_value_t *nv, *end; in nxt_http_route_test_argument() local 1922 nv = array->elts; in nxt_http_route_test_argument() 1923 end = nv + array->nelts; in nxt_http_route_test_argument() 1925 while (nv < end) { in nxt_http_route_test_argument() 1929 && nxt_memcmp(rule->u.name.start, nv->name, nv->name_length) == 0) in nxt_http_route_test_argument() 1942 nv++; in nxt_http_route_test_argument() 2000 nv = array->elts; in nxt_http_route_test_cookie() 2001 end = nv + array->nelts; in nxt_http_route_test_cookie() 2003 while (nv < end) { in nxt_http_route_test_cookie() 2007 && nxt_memcmp(rule->u.name.start, nv->name, nv->name_length) == 0) in nxt_http_route_test_cookie() [all …]
|
H A D | nxt_upstream_source.c | 68 nxt_upstream_name_value_ignore(nxt_upstream_source_t *us, nxt_name_value_t *nv) in nxt_upstream_name_value_ignore() argument
|