Home
last modified time | relevance | path

Searched refs:pctx (Results 1 – 2 of 2) sorted by path

/unit/src/perl/
H A Dnxt_perl_psgi.c234 pctx->req = NULL; in nxt_perl_psgi_cb_request_done()
541 sv_setptrref(pctx->arg_input.rv, &pctx->arg_input); in nxt_perl_psgi_ctx_init()
553 sv_setptrref(pctx->arg_error.rv, &pctx->arg_error); in nxt_perl_psgi_ctx_init()
588 pctx->my_perl = NULL; in nxt_perl_psgi_ctx_init()
1213 pctx->req = req; in nxt_perl_psgi_request_handler()
1225 pctx->req = NULL; in nxt_perl_psgi_request_handler()
1254 pctx->req = NULL; in nxt_perl_psgi_request_handler()
1280 pctx->ctx = ctx; in nxt_perl_psgi_ready_handler()
1306 pctx = data; in nxt_perl_psgi_thread_func()
1310 ctx = nxt_unit_ctx_alloc(pctx->ctx, pctx); in nxt_perl_psgi_thread_func()
[all …]
/unit/src/python/
H A Dnxt_python_wsgi.c231 pctx->write = NULL; in nxt_python_wsgi_ctx_data_alloc()
232 pctx->environ = NULL; in nxt_python_wsgi_ctx_data_alloc()
242 pctx->write = PyCFunction_New(nxt_py_write_method, (PyObject *) pctx); in nxt_python_wsgi_ctx_data_alloc()
254 *pdata = pctx; in nxt_python_wsgi_ctx_data_alloc()
271 pctx = data; in nxt_python_wsgi_ctx_data_free()
276 Py_XDECREF(pctx); in nxt_python_wsgi_ctx_data_free()
286 pctx = ctx->data; in nxt_python_wsgi_run()
321 pctx->req = req; in nxt_python_request_handler()
383 while (pctx->bytes_sent < pctx->content_length) { in nxt_python_request_handler()
450 pctx->req = NULL; in nxt_python_request_handler()
[all …]