Home
last modified time | relevance | path

Searched refs:nxt_app_conf (Results 1 – 1 of 1) sorted by relevance

/unit/src/
H A Dnxt_application.c84 static nxt_common_app_conf_t *nxt_app_conf; variable
516 nxt_app_conf = app_conf; in nxt_proto_setup()
622 process->name = nxt_mp_alloc(process->mem_pool, nxt_app_conf->name.length in nxt_proto_start_process_handler()
633 init->name = (const char *) nxt_app_conf->name.start; in nxt_proto_start_process_handler()
637 p = nxt_cpymem(p, nxt_app_conf->name.start, nxt_app_conf->name.length); in nxt_proto_start_process_handler()
643 process->data.app = nxt_app_conf; in nxt_proto_start_process_handler()