Searched defs:source (Results 1 – 10 of 10) sorted by last modified time
/unit/src/ |
H A D | nxt_http.h | 285 nxt_http_route_addr_rule_t *source; member
|
H A D | nxt_router.c | 2146 nxt_http_route_addr_rule_t *source; in nxt_router_conf_forward() local
|
H A D | nxt_http_route.c | 52 nxt_conf_value_t *source; member
|
H A D | nxt_pcre2.c | 24 nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source, nxt_regex_err_t *err) in nxt_regex_compile()
|
H A D | nxt_test_build.c | 66 port_associate(int port, int source, uintptr_t object, int events, void *user) in port_associate() 73 port_dissociate(int port, int source, uintptr_t object) in port_dissociate()
|
H A D | nxt_pcre.c | 30 nxt_regex_compile(nxt_mp_t *mp, nxt_str_t *source, nxt_regex_err_t *err) in nxt_regex_compile()
|
H A D | nxt_conn_proxy.c | 378 nxt_conn_t *source, nxt_conn_t *sink) in nxt_conn_proxy_read_process() 493 nxt_conn_t *source, *sink; in nxt_conn_proxy_read() local 569 nxt_conn_t *sink, nxt_conn_t *source) in nxt_conn_proxy_write_process() 705 nxt_conn_t *source, *sink; in nxt_conn_proxy_close() local 852 nxt_conn_t *source, nxt_conn_t *sink) in nxt_conn_proxy_shutdown() 908 nxt_conn_t *source, *sink; in nxt_conn_proxy_write_error() local
|
/unit/test/ |
H A D | test_client_ip.py | 142 def check_invalid_source(source): argument
|
H A D | test_forwarded_header.py | 250 def check_invalid_source(source): argument
|
/unit/src/nodejs/unit-http/ |
H A D | utils.js | 3 exports.extend = function extend(dest, source) { argument
|