Searched refs:types (Results 1 – 16 of 16) sorted by relevance
/unit/src/java/nginx/unit/websocket/pojo/ |
H A D | PojoMethodMapping.java | 282 Class<?>[] types = m.getParameterTypes(); in getPathParams() local 284 PojoPathParam[] result = new PojoPathParam[types.length]; in getPathParams() 285 for (int i = 0; i < types.length; i++) { in getPathParams() 286 Class<?> type = types[i]; in getPathParams() 387 Class<?>[] types = m.getParameterTypes(); in MessageHandlerInfo() local 390 for (int i = 0; i < types.length; i++) { in MessageHandlerInfo() 406 if (String.class.isAssignableFrom(types[i])) { in MessageHandlerInfo() 422 } else if (boolean.class == types[i]) { in MessageHandlerInfo() 438 } else if (byte[].class == types[i]) { in MessageHandlerInfo() 454 } else if (Util.isPrimitive(types[i])) { in MessageHandlerInfo() [all …]
|
/unit/auto/ |
H A D | sockets | 15 #include <sys/types.h> 70 #include <sys/types.h> 86 #include <sys/types.h> 102 #include <sys/types.h>
|
H A D | shmem | 19 #include <sys/types.h> 63 #include <sys/types.h>
|
H A D | sendfile | 41 nxt_feature_test="#include <sys/types.h> 67 nxt_feature_test="#include <sys/types.h>
|
H A D | events | 78 nxt_feature_test="#include <sys/types.h> 100 #include <sys/types.h>
|
H A D | types | 6 # Sizes of C types.
|
/unit/src/ |
H A D | nxt_http_static.c | 27 nxt_http_route_rule_t *types; member 164 if (acf->types != NULL) { in nxt_http_static_init() 165 conf->types = nxt_http_route_types_rule_create(task, mp, acf->types); in nxt_http_static_init() 166 if (nxt_slow_path(conf->types == NULL)) { in nxt_http_static_init() 342 if (conf->types == NULL) { in nxt_http_static_send_ready() 349 ret = nxt_http_route_test_rule(r, conf->types, mtype->start, in nxt_http_static_send_ready()
|
H A D | nxt_http.h | 232 nxt_conf_value_t *types; member 358 nxt_mp_t *mp, nxt_conf_value_t *types);
|
H A D | nxt_http_route.c | 629 offsetof(nxt_http_action_conf_t, types) 883 nxt_conf_value_t *types) in nxt_http_route_types_rule_create() argument 885 return nxt_http_route_rule_create(task, mp, types, 0, in nxt_http_route_types_rule_create()
|
H A D | nxt_conf_validation.c | 2386 } types[] = { in nxt_conf_vldt_app() local 2426 return types[lang->type].validator(vldt, value, types[lang->type].members); in nxt_conf_vldt_app()
|
/unit/ |
H A D | configure | 117 . auto/types
|
H A D | LICENSE | 34 and conversions to other media types.
|
H A D | CHANGES | 132 *) Feature: the ability to limit static file serving by MIME types.
|
/unit/src/java/nginx/unit/websocket/server/ |
H A D | WsServerContainer.java | 111 EnumSet<DispatcherType> types = EnumSet.of(DispatcherType.REQUEST, in WsServerContainer() local 114 fr.addMappingForUrlPatterns(types, true, "/*"); in WsServerContainer()
|
/unit/pkg/deb/debian.module/ |
H A D | copyright.unit-jsc-common | 319 and conversions to other media types.
|
/unit/pkg/rpm/rpmbuild/SOURCES/ |
H A D | COPYRIGHT.unit-jsc-common | 319 and conversions to other media types.
|