Home
last modified time | relevance | path

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

/unit/src/perl/
H A Dnxt_perl_psgi.c488 char *run_module; in nxt_perl_psgi_ctx_init() local
505 run_module = NULL; in nxt_perl_psgi_ctx_init()
535 run_module = nxt_perl_psgi_module_create(script); in nxt_perl_psgi_ctx_init()
536 if (nxt_slow_path(run_module == NULL)) { in nxt_perl_psgi_ctx_init()
564 pctx->app = eval_pv(run_module, FALSE); in nxt_perl_psgi_ctx_init()
572 nxt_unit_free(NULL, run_module); in nxt_perl_psgi_ctx_init()
581 if (run_module != NULL) { in nxt_perl_psgi_ctx_init()
582 nxt_unit_free(NULL, run_module); in nxt_perl_psgi_ctx_init()