Searched refs:nxt_strcmp (Results 1 – 7 of 7) sorted by relevance
/unit/src/ |
H A D | nxt_service.c | 102 if (nxt_strcmp(s->type, service->type) != 0) { in nxt_service_add() 106 if (nxt_strcmp(s->name, service->name) != 0) { in nxt_service_add() 146 if (nxt_strcmp(s->type, type) == 0) { in nxt_service_get() 152 if (nxt_strcmp(s->name, name) == 0) { in nxt_service_get()
|
H A D | nxt_runtime.c | 976 if (nxt_strcmp(p, "--control") == 0) { in nxt_runtime_conf_read_cmd() 989 if (nxt_strcmp(p, "--user") == 0) { in nxt_runtime_conf_read_cmd() 1002 if (nxt_strcmp(p, "--group") == 0) { in nxt_runtime_conf_read_cmd() 1015 if (nxt_strcmp(p, "--pid") == 0) { in nxt_runtime_conf_read_cmd() 1028 if (nxt_strcmp(p, "--log") == 0) { in nxt_runtime_conf_read_cmd() 1041 if (nxt_strcmp(p, "--modules") == 0) { in nxt_runtime_conf_read_cmd() 1054 if (nxt_strcmp(p, "--state") == 0) { in nxt_runtime_conf_read_cmd() 1067 if (nxt_strcmp(p, "--tmp") == 0) { in nxt_runtime_conf_read_cmd() 1080 if (nxt_strcmp(p, "--no-daemon") == 0) { in nxt_runtime_conf_read_cmd() 1085 if (nxt_strcmp(p, "--version") == 0) { in nxt_runtime_conf_read_cmd() [all …]
|
H A D | nxt_cert.c | 146 if (nxt_strcmp(type, PEM_STRING_PKCS8) == 0) { in nxt_cert_bio() 151 if (nxt_strcmp(type, PEM_STRING_PKCS8INF) == 0) { in nxt_cert_bio() 187 if (nxt_strcmp(type, PEM_STRING_X509) == 0 in nxt_cert_bio() 188 || nxt_strcmp(type, PEM_STRING_X509_OLD) == 0) in nxt_cert_bio() 201 if (nxt_strcmp(type, PEM_STRING_X509_TRUSTED) == 0) { in nxt_cert_bio() 289 if (nxt_strcmp(p, suffix) != 0) { in nxt_nxt_cert_pem_suffix()
|
H A D | nxt_file.h | 56 (nxt_strcmp(fn1, fn2) == 0)
|
H A D | nxt_string.h | 77 #define nxt_strcmp(s1, s2) \ macro
|
H A D | nxt_isolation.c | 912 if (nxt_strcmp(mounts[index], rootfs) == 0) { in nxt_isolation_make_private_mount() 936 if (nxt_strcmp(mounts[index], parent_mnt) == 0) { in nxt_isolation_make_private_mount()
|
/unit/src/test/ |
H A D | nxt_sprintf_test.c | 38 return nxt_strcmp(buf, test); in nxt_sprintf_test_double()
|