Home
last modified time | relevance | path

Searched defs:ctx (Results 26 – 50 of 63) sorted by path

123

/unit/src/
H A Dnxt_listen_socket.c386 nxt_listen_socket_log_handler(void *ctx, u_char *pos, u_char *end) in nxt_listen_socket_log_handler()
H A Dnxt_log.c47 nxt_log_set_ctx(nxt_log_t *log, nxt_log_ctx_handler_t handler, void *ctx) in nxt_log_set_ctx()
H A Dnxt_log.h32 void *ctx; member
H A Dnxt_mem_map.h46 #define nxt_mem_map_file_ctx_t(ctx) argument
49 #define nxt_mem_map(addr, ctx, len, protection, flags, fd, offset) \ argument
53 #define nxt_mem_unmap(addr, ctx, len) \ argument
H A Dnxt_openssl.c297 SSL_CTX *ctx; in nxt_openssl_server_init() local
450 nxt_openssl_chain_file(nxt_task_t *task, SSL_CTX *ctx, nxt_tls_conf_t *conf,
547 nxt_ssl_conf_commands(nxt_task_t *task, SSL_CTX *ctx, nxt_conf_value_t *conf,
629 nxt_tls_ticket_keys(nxt_task_t *task, SSL_CTX *ctx, nxt_tls_init_t *tls_init,
833 nxt_ssl_session_cache(SSL_CTX *ctx, size_t cache_size, time_t timeout)
1165 SSL_CTX *ctx; local
H A Dnxt_pcre2.c114 pcre2_general_context *ctx; in nxt_regex_match_create() local
H A Dnxt_php_sapi.c212 nxt_php_run_ctx_t *ctx; in ZEND_NAMED_FUNCTION() local
227 nxt_php_run_ctx_t *ctx; in PHP_FUNCTION() local
1010 nxt_php_run_ctx_t ctx; in nxt_php_request_handler() local
1040 nxt_php_dynamic_request(nxt_php_run_ctx_t *ctx, nxt_unit_request_t *r) in nxt_php_dynamic_request()
1153 nxt_php_execute(nxt_php_run_ctx_t *ctx, nxt_unit_request_t *r)
1296 nxt_php_run_ctx_t *ctx; local
1317 nxt_php_run_ctx_t *ctx; local
1393 nxt_php_run_ctx_t *ctx; local
1406 nxt_php_run_ctx_t *ctx; local
1421 nxt_php_run_ctx_t *ctx; local
[all …]
H A Dnxt_polarssl.c39 nxt_polarssl_ctx_t *ctx; in nxt_polarssl_server_init() local
H A Dnxt_port_socket.c1054 nxt_port_lvlhsh_frag_alloc(void *ctx, size_t size) in nxt_port_lvlhsh_frag_alloc()
1061 nxt_port_lvlhsh_frag_free(void *ctx, void *p) in nxt_port_lvlhsh_frag_free()
H A Dnxt_router_access_log.c171 nxt_router_access_log_ctx_t *ctx; in nxt_router_access_log_writer() local
206 nxt_router_access_log_ctx_t *ctx; in nxt_router_access_log_write_ready() local
H A Dnxt_script.c480 nxt_port_rpc_handler_t handler, void *ctx) in nxt_script_store_get()
H A Dnxt_sha1.c19 nxt_sha1_init(nxt_sha1_t *ctx) in nxt_sha1_init()
32 nxt_sha1_update(nxt_sha1_t *ctx, const void *data, size_t size) in nxt_sha1_update()
63 nxt_sha1_final(u_char result[20], nxt_sha1_t *ctx) in nxt_sha1_final()
156 nxt_sha1_body(nxt_sha1_t *ctx, const u_char *data, size_t size) in nxt_sha1_body()
H A Dnxt_thread_pool.c115 nxt_thread_pool_start(void *ctx) in nxt_thread_pool_start()
131 nxt_thread_pool_loop(void *ctx) in nxt_thread_pool_loop()
H A Dnxt_tls.h55 void *ctx; member
H A Dnxt_tstr.c42 void *ctx; member
225 nxt_tstr_cache_t *cache, void *ctx, nxt_mp_t *mp) in nxt_tstr_query_init()
H A Dnxt_unit.c288 nxt_unit_ctx_t ctx; member
432 nxt_unit_ctx_t *ctx; in nxt_unit_init() local
726 nxt_unit_ctx_use(nxt_unit_ctx_t *ctx) in nxt_unit_ctx_use()
737 nxt_unit_ctx_release(nxt_unit_ctx_t *ctx) in nxt_unit_ctx_release()
1244 nxt_unit_ctx_ready(nxt_unit_ctx_t *ctx) in nxt_unit_ctx_ready()
1471 nxt_unit_ctx_t *ctx; in nxt_unit_request_check_response_port() local
1791 nxt_unit_ctx_t *ctx; in nxt_unit_request_info_release() local
4534 nxt_unit_run(nxt_unit_ctx_t *ctx) in nxt_unit_run()
4561 nxt_unit_run_once(nxt_unit_ctx_t *ctx) in nxt_unit_run_once()
4851 nxt_unit_run_ctx(nxt_unit_ctx_t *ctx) in nxt_unit_run_ctx()
[all …]
H A Dnxt_unit.h97 nxt_unit_ctx_t *ctx; member
366 #define nxt_unit_debug(ctx, fmt, ARGS...) \ argument
374 #define nxt_unit_debug(ctx, fmt, ARGS...) argument
381 #define nxt_unit_warn(ctx, fmt, ARGS...) \ argument
387 #define nxt_unit_error(ctx, fmt, ARGS...) \ argument
393 #define nxt_unit_alert(ctx, fmt, ARGS...) \ argument
H A Dnxt_var.c36 void *ctx; member
219 nxt_var_cache_t *cache, nxt_var_ref_t *ref, void *ctx) in nxt_var_cache_value()
498 nxt_var_cache_t *cache, nxt_var_t *var, nxt_str_t *str, void *ctx, in nxt_var_interpreter()
578 nxt_str_t *name, void *ctx) in nxt_var_get()
H A Dnxt_websocket_accept.c57 nxt_sha1_t ctx; in nxt_websocket_accept() local
/unit/src/perl/
H A Dnxt_perl_psgi.c27 nxt_unit_ctx_t *ctx; member
1006 nxt_perl_psgi_io_ctx_t *ctx; in nxt_perl_psgi_io_read() local
1264 nxt_perl_psgi_ready_handler(nxt_unit_ctx_t *ctx) in nxt_perl_psgi_ready_handler()
1303 nxt_unit_ctx_t *ctx; in nxt_perl_psgi_thread_func() local
1382 nxt_perl_psgi_join_threads(nxt_unit_ctx_t *ctx, nxt_perl_app_conf_t *c) in nxt_perl_psgi_join_threads()
/unit/src/python/
H A Dnxt_python.c20 nxt_unit_ctx_t *ctx; member
637 nxt_python_ready_handler(nxt_unit_ctx_t *ctx) in nxt_python_ready_handler()
674 nxt_unit_ctx_t *ctx; in nxt_python_thread_func() local
712 nxt_python_join_threads(nxt_unit_ctx_t *ctx, nxt_python_app_conf_t *c) in nxt_python_join_threads()
H A Dnxt_python_asgi.c390 nxt_python_asgi_run(nxt_unit_ctx_t *ctx) in nxt_python_asgi_run()
415 nxt_py_asgi_remove_reader(nxt_unit_ctx_t *ctx, nxt_unit_port_t *port) in nxt_py_asgi_remove_reader()
1002 nxt_py_asgi_add_port(nxt_unit_ctx_t *ctx, nxt_unit_port_t *port) in nxt_py_asgi_add_port()
1026 nxt_py_asgi_add_reader(nxt_unit_ctx_t *ctx, nxt_unit_port_t *port) in nxt_py_asgi_add_reader()
1090 nxt_py_asgi_remove_port(nxt_unit_t *lib, nxt_unit_ctx_t *ctx, in nxt_py_asgi_remove_port()
1104 nxt_py_asgi_quit(nxt_unit_ctx_t *ctx) in nxt_py_asgi_quit()
1135 nxt_py_asgi_shm_ack_handler(nxt_unit_ctx_t *ctx) in nxt_py_asgi_shm_ack_handler()
1162 nxt_unit_ctx_t *ctx; in nxt_py_asgi_port_read() local
1293 nxt_py_asgi_calc_size_ctx_t *ctx; in nxt_py_asgi_calc_size() local
1312 nxt_py_asgi_add_field_ctx_t *ctx; in nxt_py_asgi_add_field() local
H A Dnxt_python_asgi_lifespan.c322 nxt_py_asgi_lifespan_shutdown(nxt_unit_ctx_t *ctx) in nxt_py_asgi_lifespan_shutdown()
H A Dnxt_python_wsgi.c281 nxt_python_wsgi_run(nxt_unit_ctx_t *ctx) in nxt_python_wsgi_run()
/unit/src/ruby/
H A Dnxt_ruby.c527 nxt_ruby_rack_parse_script(VALUE ctx) in nxt_ruby_rack_parse_script()
1332 nxt_ruby_ready_handler(nxt_unit_ctx_t *ctx) in nxt_ruby_ready_handler()
1383 nxt_unit_ctx_t *ctx; in nxt_ruby_thread_func() local
1425 nxt_ruby_unit_run(void *ctx) in nxt_ruby_unit_run()
1432 nxt_ruby_ubf(void *ctx) in nxt_ruby_ubf()
1483 nxt_ruby_join_threads(nxt_unit_ctx_t *ctx, nxt_ruby_app_conf_t *c) in nxt_ruby_join_threads()

123