Home
last modified time | relevance | path

Searched defs:target (Results 1 – 21 of 21) sorted by path

/unit/src/java/nginx/unit/websocket/
H A DUtil.java361 static Set<MessageHandlerResult> getMessageHandlers(Class<?> target, in getMessageHandlers()
448 private static List<Class<? extends Decoder>> matchDecoders(Class<?> target, in matchDecoders()
461 private static DecoderMatch matchDecoders(Class<?> target, in matchDecoders()
579 private final Class<?> target; field in Util.DecoderMatch
581 public DecoderMatch(Class<?> target, List<DecoderEntry> decoderEntries) { in DecoderMatch()
H A DWsSession.java232 Class<?> target = Util.getMessageType(listener); in addMessageHandler() local
252 private void doAddMessageHandler(Class<?> target, MessageHandler listener) { in doAddMessageHandler()
/unit/src/java/nginx/unit/websocket/server/
H A DUpgradeUtil.java246 String headerName, String target) { in headerContainsToken()
/unit/src/java/
H A Dnxt_jni_Request.c412 char *target, *query; in nxt_java_Request_getRequestURI() local
/unit/src/nodejs/unit-http/
H A Dunit.cpp217 napi_value target, ctor, instance, jsthis; in create() local
/unit/src/
H A Dnxt_http.h148 nxt_str_t target; member
H A Dnxt_http_rewrite.c33 nxt_str_t str, encoded_path, target; in nxt_http_rewrite() local
H A Dnxt_php_sapi.c524 nxt_php_set_target(nxt_task_t *task, nxt_php_target_t *target, in nxt_php_set_target()
1009 nxt_php_target_t *target; in nxt_php_request_handler() local
H A Dnxt_queue.h114 #define nxt_queue_insert_after(target, link) \ argument
123 #define nxt_queue_insert_before(target, link) \ argument
H A Dnxt_router.c1610 nxt_str_t name, target; in nxt_router_conf_create() local
2629 nxt_int_t target; member
2635 nxt_str_t *target, nxt_http_action_t *action) in nxt_router_application_init()
H A Dnxt_unit_request.h45 nxt_unit_sptr_t target; member
/unit/src/python/
H A Dnxt_python.c400 nxt_python_set_target(nxt_task_t *task, nxt_python_target_t *target, in nxt_python_set_target()
481 nxt_python_set_prefix(nxt_task_t *task, nxt_python_target_t *target, in nxt_python_set_prefix()
800 nxt_python_target_t *target; in nxt_python_atexit() local
H A Dnxt_python.h51 nxt_python_target_t target[0]; member
H A Dnxt_python_asgi.c455 nxt_python_target_t *target; in nxt_py_asgi_request_handler() local
642 char *p, *target, *query; in nxt_py_asgi_create_http_scope() local
H A Dnxt_python_asgi_lifespan.c104 nxt_python_target_t *target; in nxt_py_asgi_lifespan_startup() local
135 nxt_python_target_t *target) in nxt_py_asgi_lifespan_target_startup()
H A Dnxt_python_wsgi.c315 nxt_python_target_t *target; in nxt_python_request_handler() local
/unit/src/test/
H A Dnxt_http_parse_test.c13 nxt_str_t target; member
H A Dnxt_unit_websocket_chat.c57 const char* target = nxt_unit_sptr_get(&r->target); in ws_chat_request_handler() local
H A Dnxt_unit_websocket_echo.c20 const char *target; in ws_echo_request_handler() local
/unit/src/wasm-wasi-component/src/
H A Dlib.rs469 fn target(&self) -> &str { in target() method
/unit/test/
H A Dconftest.py575 def run_process(target, *args): argument