Searched refs:start_resp (Results 1 – 1 of 1) sorted by last modified time
47 PyObject *start_resp; member234 pctx->start_resp = PyCFunction_New(nxt_py_start_resp_method, in nxt_python_wsgi_ctx_data_alloc()236 if (nxt_slow_path(pctx->start_resp == NULL)) { in nxt_python_wsgi_ctx_data_alloc()273 Py_XDECREF(pctx->start_resp); in nxt_python_wsgi_ctx_data_free()358 Py_INCREF(pctx->start_resp); in nxt_python_request_handler()359 PyTuple_SET_ITEM(args, 1, pctx->start_resp); in nxt_python_request_handler()