Home
last modified time | relevance | path

Searched refs:nxt_value_at (Results 1 – 5 of 5) sorted by relevance

/unit/src/
H A Dnxt_http_response.c84 nxt_value_at(nxt_http_field_t *, r, offset) = field; in nxt_http_response_field()
H A Dnxt_clang.h209 #define nxt_value_at(type, p, offset) \ macro
H A Dnxt_h1proto.c1679 return nxt_value_at(nxt_msec_t, h1p->request->conf->socket_conf, data); in nxt_h1p_conn_request_timer_value()
1781 return nxt_value_at(nxt_msec_t, joint->socket_conf, data); in nxt_h1p_conn_timer_value()
2821 return nxt_value_at(nxt_msec_t, peer->request->conf->socket_conf, data); in nxt_h1p_peer_timer_value()
H A Dnxt_conn_proxy.c785 return nxt_value_at(nxt_msec_t, c->socket.data, data); in nxt_conn_proxy_timeout_value()
H A Dnxt_http_request.c208 nxt_value_at(nxt_http_field_t *, r, offset) = field; in nxt_http_request_field()