Searched refs:nxt_strstr_eq (Results 1 – 13 of 13) sorted by last modified time
/unit/src/ |
H A D | nxt_var.c | 96 return nxt_strstr_eq(&lhq->key, &decl->name) ? NXT_OK : NXT_DECLINED; in nxt_var_hash_test() 192 && nxt_strstr_eq(&field[i].name, name)) in nxt_var_field_add()
|
H A D | nxt_router_access_log.c | 95 if (access_log != NULL && nxt_strstr_eq(&alcf.path, &access_log->path)) { in nxt_router_access_log_create()
|
H A D | nxt_router.c | 1571 if (prev != NULL && nxt_strstr_eq(&app->conf, &prev->conf)) { in nxt_router_conf_create() 2204 if (nxt_strstr_eq(name, &app->name)) { in nxt_router_app_find() 2305 return nxt_strstr_eq(&lhq->key, &app->name) ? NXT_OK : NXT_DECLINED; in nxt_router_apps_hash_test() 2406 for (i = 0; !nxt_strstr_eq(target, &targets[i]); i++); in nxt_router_application_init()
|
H A D | nxt_conf_validation.c | 1830 if (nxt_strstr_eq(&proto, &wsgi) || nxt_strstr_eq(&proto, &asgi)) { in nxt_conf_vldt_python_protocol() 2515 if (!nxt_strstr_eq(&vals->name, &name)) { in nxt_conf_vldt_object()
|
H A D | nxt_http_route.c | 1469 if (nxt_strstr_eq(&(*route)->name, name)) { in nxt_http_route_find()
|
H A D | nxt_controller.c | 1701 if (nxt_strstr_eq(&str, name)) { in nxt_controller_cert_in_use()
|
H A D | nxt_string.h | 133 #define nxt_strstr_eq(s1, s2) \ macro
|
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_openssl.c | 971 return nxt_strstr_eq(&lhq->key, &item->name) ? NXT_OK : NXT_DECLINED;
|
H A D | nxt_application.c | 385 && nxt_strstr_eq(&module[i].version, &version)) in nxt_discovery_module()
|
H A D | nxt_upstream.c | 89 if (nxt_strstr_eq(&upstream[i].name, name)) { in nxt_upstream_find()
|
/unit/src/python/ |
H A D | nxt_python.c | 255 if (nxt_strstr_eq(&proto, &asgi)) { in nxt_python_start()
|
/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()
|