Searched refs:nxt_runtime_port_find (Results 1 – 8 of 8) sorted by relevance
/unit/src/ |
H A D | nxt_runtime.h | 117 NXT_EXPORT nxt_port_t *nxt_runtime_port_find(nxt_runtime_t *rt, nxt_pid_t pid,
|
H A D | nxt_main_process.c | 533 port = nxt_runtime_port_find(rt, msg->port_msg.pid, in nxt_main_start_process_handler() 560 port = nxt_runtime_port_find(rt, msg->port_msg.pid, in nxt_main_process_created_handler() 667 port = nxt_runtime_port_find(rt, pid, 0); in nxt_main_process_whoami_handler() 1037 port = nxt_runtime_port_find(task->thread->runtime, msg->port_msg.pid, in nxt_main_port_socket_handler() 1302 port = nxt_runtime_port_find(task->thread->runtime, msg->port_msg.pid, in nxt_main_port_modules_handler() 1590 port = nxt_runtime_port_find(task->thread->runtime, msg->port_msg.pid, in nxt_main_port_access_log_handler()
|
H A D | nxt_external.c | 81 my_port = nxt_runtime_port_find(rt, nxt_pid, 0); in nxt_external_start()
|
H A D | nxt_application.c | 652 port = nxt_runtime_port_find(rt, msg->port_msg.pid, in nxt_proto_start_process_handler() 1033 my_port = nxt_runtime_port_find(rt, nxt_pid, 0); in nxt_unit_default_init()
|
H A D | nxt_cert.c | 962 port = nxt_runtime_port_find(task->thread->runtime, msg->port_msg.pid, 1134 port = nxt_runtime_port_find(task->thread->runtime, msg->port_msg.pid, in nxt_cert_store_get_handler()
|
H A D | nxt_port.c | 275 port = nxt_runtime_port_find(rt, new_port_msg->pid, new_port_msg->id); in nxt_port_new_port_handler()
|
H A D | nxt_router.c | 766 port = nxt_runtime_port_find(task->thread->runtime, in nxt_router_conf_data_handler() 860 reply_port = nxt_runtime_port_find(task->thread->runtime, in nxt_router_app_restart_handler() 5900 port = nxt_runtime_port_find(rt, msg->port_msg.pid, in nxt_router_get_mmap_handler() 5970 reply_port = nxt_runtime_port_find(rt, msg->port_msg.pid, in nxt_router_get_port_handler() 5990 port = nxt_runtime_port_find(rt, get_port_msg->pid, get_port_msg->id); in nxt_router_get_port_handler()
|
H A D | nxt_runtime.c | 1711 nxt_runtime_port_find(nxt_runtime_t *rt, nxt_pid_t pid, in nxt_runtime_port_find() function
|