Home
last modified time | relevance | path

Searched refs:NXT_DECLINED (Results 1 – 25 of 26) sorted by last modified time

12

/unit/src/
H A Dnxt_router.c2559 return nxt_strstr_eq(&lhq->key, &app->name) ? NXT_OK : NXT_DECLINED; in nxt_router_apps_hash_test()
2580 case NXT_DECLINED: in nxt_router_apps_hash_add()
2644 return NXT_DECLINED; in nxt_router_application_init()
2783 return NXT_DECLINED; in nxt_router_listen_socket_find()
H A Dnxt_conf_validation.c1537 return NXT_DECLINED; in nxt_conf_vldt_error()
1788 if (ret == NXT_DECLINED) { in nxt_conf_vldt_pass()
H A Dnxt_application.c1182 return NXT_DECLINED; in nxt_proto_lvlhsh_isolated_pid_test()
H A Dnxt_runtime.c1562 return NXT_DECLINED; in nxt_runtime_lvlhsh_pid_test()
H A Dnxt_var.c91 return nxt_strstr_eq(&lhq->key, &decl->name) ? NXT_OK : NXT_DECLINED; in nxt_var_hash_test()
253 if (ret == NXT_DECLINED) { in nxt_var_cache_value()
H A Dnxt_conf.c1562 if (rc == NXT_DECLINED) { in nxt_conf_json_parse_object()
1702 return nxt_strstr_eq(&lhq->key, &str) ? NXT_OK : NXT_DECLINED; in nxt_conf_object_hash_test()
H A Dnxt_http_static.c1087 return nxt_strcasestr_eq(&lhq->key, &mtype->exten) ? NXT_OK : NXT_DECLINED; in nxt_http_static_mtypes_hash_test()
H A Dnxt_http_request.c893 return NXT_DECLINED; in nxt_http_request_access_log()
899 return NXT_DECLINED; in nxt_http_request_access_log()
918 return NXT_DECLINED; in nxt_http_request_access_log()
H A Dnxt_socket.c223 ret = NXT_DECLINED; in nxt_socket_connect()
H A Dnxt_openssl.c971 return nxt_strstr_eq(&lhq->key, &item->name) ? NXT_OK : NXT_DECLINED;
1012 if (nxt_fast_path(ret == NXT_DECLINED)) {
H A Dnxt_controller.c280 return NXT_DECLINED; in nxt_controller_file_read()
384 if (ret == NXT_DECLINED) { in nxt_controller_start()
1399 if (rc == NXT_DECLINED) { in nxt_controller_process_config()
1482 if (rc == NXT_DECLINED) { in nxt_controller_process_config()
H A Dnxt_unit.c4425 return NXT_DECLINED; in nxt_unit_lvlhsh_pid_test()
6379 return NXT_DECLINED; in nxt_unit_port_hash_test()
H A Dnxt_http_route.c1378 status = (ret == NXT_DECLINED) ? NXT_HTTP_NOT_FOUND in nxt_http_pass_query_ready()
1427 return NXT_DECLINED; in nxt_http_pass_find()
1451 return NXT_DECLINED; in nxt_http_pass_segments()
1466 return NXT_DECLINED; in nxt_http_pass_segments()
1471 return NXT_DECLINED; in nxt_http_pass_segments()
1490 return NXT_DECLINED; in nxt_http_route_find()
1507 return NXT_DECLINED; in nxt_http_route_find()
H A Dnxt_script.c148 return NXT_DECLINED; in nxt_script_info_hash_test()
692 return NXT_DECLINED; in nxt_script_file_read()
H A Dnxt_http_parse.c1168 return NXT_DECLINED; in nxt_http_field_hash_test()
1250 if (nxt_lvlhsh_insert(hash, &lhq) == NXT_DECLINED) { in nxt_http_fields_hash_collisions()
H A Dnxt_kqueue_engine.c880 case NXT_DECLINED: in nxt_kqueue_conn_io_connect()
H A Dnxt_port_socket.c243 if (nxt_fast_path(res == NXT_DECLINED)) { in nxt_port_socket_write2()
313 res = NXT_DECLINED; in nxt_port_msg_chk_insert()
1049 return NXT_DECLINED; in nxt_port_lvlhsh_frag_test()
1112 case NXT_DECLINED: in nxt_port_frag_start()
H A Dnxt_port_rpc.c233 case NXT_DECLINED: in nxt_port_rpc_ex_set_peer()
H A Dnxt_lvlhsh.c196 return NXT_DECLINED; in nxt_lvlhsh_find()
223 return NXT_DECLINED; in nxt_lvlhsh_level_find()
263 return NXT_DECLINED; in nxt_lvlhsh_bucket_find()
386 return NXT_DECLINED; in nxt_lvlhsh_bucket_insert()
639 return NXT_DECLINED; in nxt_lvlhsh_delete()
680 return NXT_DECLINED; in nxt_lvlhsh_level_delete()
734 return NXT_DECLINED; in nxt_lvlhsh_bucket_delete()
H A Dnxt_errno.h64 #define NXT_DECLINED (-3) macro
H A Dnxt_cert.c330 return NXT_DECLINED; in nxt_cert_info_hash_test()
H A Dnxt_upstream.c82 return NXT_DECLINED; in nxt_upstream_find()
97 return NXT_DECLINED; in nxt_upstream_find()
H A Dnxt_poll_engine.c676 return NXT_DECLINED; in nxt_poll_fd_hash_test()
H A Dnxt_port_hash.c33 return NXT_DECLINED; in nxt_port_hash_test()
/unit/src/test/
H A Dnxt_lvlhsh_test.c18 return NXT_DECLINED; in nxt_lvlhsh_test_key_test()
57 case NXT_DECLINED: in nxt_lvlhsh_test_add()

12