Searched refs:loop_create_future (Results 1 – 5 of 5) sorted by relevance
29 PyObject *loop_create_future; member
148 lifespan->startup_future = PyObject_CallObject(ctx_data->loop_create_future, in nxt_py_asgi_lifespan_target_startup()337 lifespan->shutdown_future = PyObject_CallObject(ctx_data->loop_create_future, in nxt_py_asgi_lifespan_target_shutdown()372 future = PyObject_CallObject(ctx_data->loop_create_future, NULL); in nxt_py_asgi_lifespan_receive()
138 future = PyObject_CallObject(ctx_data->loop_create_future, NULL); in nxt_py_asgi_http_receive()414 future = PyObject_CallObject(ctx_data->loop_create_future, in nxt_py_asgi_http_response_body()
229 { "create_future", &ctx_data->loop_create_future }, in nxt_python_asgi_ctx_data_alloc()283 obj = PyObject_CallObject(ctx_data->loop_create_future, NULL); in nxt_python_asgi_ctx_data_alloc()331 Py_XDECREF(ctx_data->loop_create_future); in nxt_python_asgi_ctx_data_free()
166 future = PyObject_CallObject(ctx_data->loop_create_future, NULL); in nxt_py_asgi_websocket_receive()