Searched refs:compat (Results 1 – 7 of 7) sorted by relevance
/unit/src/ |
H A D | nxt_application.h | 124 uint32_t *compat; member
|
H A D | nxt_java.c | 45 static uint32_t compat[] = { variable 59 sizeof(compat), 60 compat,
|
H A D | nxt_application.c | 67 static uint32_t compat[] = { variable 361 if (app->compat_length != sizeof(compat) in nxt_discovery_module() 362 || nxt_memcmp(app->compat, compat, sizeof(compat)) != 0) in nxt_discovery_module()
|
H A D | nxt_php_sapi.c | 337 static uint32_t compat[] = { variable 343 sizeof(compat), 344 compat,
|
/unit/src/python/ |
H A D | nxt_python.c | 37 static uint32_t compat[] = { variable 43 sizeof(compat), 44 compat,
|
/unit/pkg/deb/ |
H A D | Makefile | 169 echo '11' > debuild/$(SRCDIR)/debian/compat ; \ 213 echo '11' > $@/$(SRCDIR)/debian/compat
|
/unit/src/ruby/ |
H A D | nxt_ruby.c | 83 static uint32_t compat[] = { variable 95 sizeof(compat), 96 compat,
|