Home
last modified time | relevance | path

Searched refs:nxt_strstr_eq (Results 1 – 14 of 14) sorted by relevance

/unit/src/test/
H A Dnxt_http_parse_test.c724 && !nxt_strstr_eq(&rp->method, &test->method)) in nxt_http_parse_test_request_line()
737 && !nxt_strstr_eq(&str, &test->target)) in nxt_http_parse_test_request_line()
747 && !nxt_strstr_eq(&rp->args, &test->args)) in nxt_http_parse_test_request_line()
/unit/src/
H A Dnxt_upstream.c89 if (nxt_strstr_eq(&upstream[i].name, name)) { in nxt_upstream_find()
H A Dnxt_string.h125 #define nxt_strstr_eq(s1, s2) \ macro
H A Dnxt_var.c90 return nxt_strstr_eq(&lhq->key, &decl->name) ? NXT_OK : NXT_DECLINED; in nxt_var_hash_test()
123 if (nxt_strstr_eq(ref[i].name, name)) { in nxt_var_ref_get()
H A Dnxt_router_access_log.c95 if (access_log != NULL && nxt_strstr_eq(&alcf.path, &access_log->path)) { in nxt_router_access_log_create()
H A Dnxt_js.c48 if (nxt_strstr_eq(name, &modules[i].name)) { in nxt_js_module_loader()
H A Dnxt_conf_validation.c1978 if (nxt_strstr_eq(&proto, &wsgi) || nxt_strstr_eq(&proto, &asgi)) { in nxt_conf_vldt_python_protocol()
2525 if (nxt_strstr_eq(name, &content_length)) { in nxt_conf_vldt_response_header()
2715 if (!nxt_strstr_eq(&vals->name, &name)) { in nxt_conf_vldt_object()
H A Dnxt_controller.c1936 if (nxt_strstr_eq(&str, name)) { in nxt_controller_cert_in_use()
2196 if (nxt_strstr_eq(&str, name)) { in nxt_controller_script_in_use()
2206 if (nxt_strstr_eq(&str, name)) { in nxt_controller_script_in_use()
H A Dnxt_conf.c561 if (nxt_strstr_eq(&str, name)) { in nxt_conf_get_object_member()
1691 return nxt_strstr_eq(&lhq->key, &str) ? NXT_OK : NXT_DECLINED; in nxt_conf_object_hash_test()
H A Dnxt_application.c392 && nxt_strstr_eq(&module[i].version, &version)) in nxt_discovery_module()
H A Dnxt_router.c1726 if (prev != NULL && nxt_strstr_eq(&app->conf, &prev->conf)) { in nxt_router_conf_create()
2462 if (nxt_strstr_eq(name, &app->name)) { in nxt_router_app_find()
2563 return nxt_strstr_eq(&lhq->key, &app->name) ? NXT_OK : NXT_DECLINED; in nxt_router_apps_hash_test()
2664 for (i = 0; !nxt_strstr_eq(target, &targets[i]); i++); in nxt_router_application_init()
H A Dnxt_openssl.c971 return nxt_strstr_eq(&lhq->key, &item->name) ? NXT_OK : NXT_DECLINED;
H A Dnxt_http_route.c1497 if (nxt_strstr_eq(&(*route)->name, name)) { in nxt_http_route_find()
/unit/src/python/
H A Dnxt_python.c337 if (nxt_strstr_eq(&proto, &asgi)) { in nxt_python_start()