Searched refs:remove_port (Results 1 – 6 of 6) sorted by relevance
/unit/go/ |
H A D | nxt_cgo_lib.c | 29 init.callbacks.remove_port = nxt_go_remove_port; in nxt_cgo_run()
|
/unit/src/nodejs/unit-http/ |
H A D | unit.h | 44 static void remove_port(nxt_unit_t *unit, nxt_unit_ctx_t *ctx,
|
H A D | unit.cpp | 274 unit_init.callbacks.remove_port = remove_port; in create_server() 522 Unit::remove_port(nxt_unit_t *unit, nxt_unit_ctx_t *ctx, nxt_unit_port_t *port) in remove_port() function in Unit
|
/unit/src/ |
H A D | nxt_unit.h | 139 void (*remove_port)(nxt_unit_t *, nxt_unit_ctx_t *, member
|
H A D | nxt_unit.c | 5665 if (lib->callbacks.remove_port != NULL && port != NULL) { in nxt_unit_remove_port() 5666 lib->callbacks.remove_port(&lib->unit, ctx, port); in nxt_unit_remove_port() 5742 if (lib->callbacks.remove_port != NULL) { in nxt_unit_remove_process() 5743 lib->callbacks.remove_port(&lib->unit, NULL, &port->port); in nxt_unit_remove_process() 5787 if (cb->remove_port != NULL) { in nxt_unit_quit() 5788 cb->remove_port(&lib->unit, ctx, lib->shared_port); in nxt_unit_quit()
|
/unit/src/python/ |
H A D | nxt_python_asgi.c | 198 init->callbacks.remove_port = nxt_py_asgi_remove_port; in nxt_python_asgi_init()
|