Searched refs:startup (Results 1 – 6 of 6) sorted by relevance
65 int (*startup)(void *data); member
276 if (nxt_py_proto.startup != NULL) { in nxt_python_start()277 if (nxt_py_proto.startup(python_init.ctx_data) != NXT_UNIT_OK) { in nxt_python_start()556 if (nxt_py_proto.startup != NULL) { in nxt_python_thread_func()557 if (nxt_py_proto.startup(ti->ctx_data) != NXT_UNIT_OK) { in nxt_python_thread_func()
54 .startup = nxt_python_asgi_startup,
5 # For example, to change options given to the unitd binary at startup,
2003 public void startup() throws ServletException2553 sr.startup();