Searched refs:nxt_strstr_eq (Results 1 – 12 of 12) sorted by relevance
/unit/src/test/ |
H A D | nxt_http_parse_test.c | 724 && !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 D | nxt_upstream.c | 89 if (nxt_strstr_eq(&upstream[i].name, name)) { in nxt_upstream_find()
|
H A D | nxt_string.h | 133 #define nxt_strstr_eq(s1, s2) \ macro
|
H A D | nxt_var.c | 101 return nxt_strstr_eq(&lhq->key, &decl->name) ? NXT_OK : NXT_DECLINED; in nxt_var_hash_test()
|
H A D | nxt_conf_validation.c | 1808 if (nxt_strstr_eq(&proto, &wsgi) || nxt_strstr_eq(&proto, &asgi)) { in nxt_conf_vldt_python_protocol() 2488 if (!nxt_strstr_eq(&vals->name, &name)) { in nxt_conf_vldt_object()
|
H A D | nxt_conf.c | 547 if (nxt_strstr_eq(&str, name)) { in nxt_conf_get_object_member() 1677 return nxt_strstr_eq(&lhq->key, &str) ? NXT_OK : NXT_DECLINED; in nxt_conf_object_hash_test()
|
H A D | nxt_router.c | 1593 if (prev != NULL && nxt_strstr_eq(&app->conf, &prev->conf)) { in nxt_router_conf_create() 1982 if (access_log != NULL && nxt_strstr_eq(&path, &access_log->path)) { in nxt_router_conf_create() 2248 if (nxt_strstr_eq(name, &app->name)) { in nxt_router_app_find() 2349 return nxt_strstr_eq(&lhq->key, &app->name) ? NXT_OK : NXT_DECLINED; in nxt_router_apps_hash_test() 2450 for (i = 0; !nxt_strstr_eq(target, &targets[i]); i++); in nxt_router_application_init()
|
H A D | nxt_application.c | 385 && nxt_strstr_eq(&module[i].version, &version)) in nxt_discovery_module()
|
H A D | nxt_openssl.c | 971 return nxt_strstr_eq(&lhq->key, &item->name) ? NXT_OK : NXT_DECLINED;
|
H A D | nxt_controller.c | 1701 if (nxt_strstr_eq(&str, name)) { in nxt_controller_cert_in_use()
|
H A D | nxt_http_route.c | 1467 if (nxt_strstr_eq(&(*route)->name, name)) { in nxt_http_route_find()
|
/unit/src/python/ |
H A D | nxt_python.c | 255 if (nxt_strstr_eq(&proto, &asgi)) { in nxt_python_start()
|