Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 23 of 23) sorted by relevance

/unit/test/python/targets/
H A Dasgi.py1 async def application_201(scope, receive, send): argument
13 async def application_200(scope, receive, send): argument
25 async def application_prefix(scope, receive, send): argument
42 def legacy_application_200(scope): argument
58 def legacy_application_201(scope, receive=None, send=None): argument
/unit/test/python/lifespan/empty/
H A Dasgi.py4 async def handler(prefix, scope, receive, send): argument
32 async def application(scope, receive, send): argument
36 async def application2(scope, receive, send): argument
/unit/test/python/lifespan/error/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/lifespan/error_auto/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/mirror/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/empty/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/query_string/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/server_port/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/websockets/mirror/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/websockets/subprotocol/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/204_no_content/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/prefix/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/lifespan/failed/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/body_bytearray/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/legacy/
H A Dasgi.py1 def application(scope): argument
/unit/test/python/variables/
H A Dasgi.py1 async def application(scope, receive, send): argument
/unit/test/python/threads/
H A Dasgi.py5 async def application(scope, receive, send): argument
/unit/test/python/legacy_force/
H A Dasgi.py1 def application(scope, receive=None, send=None): argument
/unit/test/python/delayed/
H A Dasgi.py4 async def application(scope, receive, send): argument
/unit/test/python/threading/
H A Dasgi.py27 async def application(scope, receive, send): argument
/unit/src/nodejs/unit-http/
H A Dunit.cpp320 nxt_handle_scope scope(env()); in request_handler() local
364 nxt_handle_scope scope(env()); in websocket_handler() local
407 nxt_handle_scope scope(env()); in close_handler() local
453 nxt_handle_scope scope(env()); in shm_ack_handler() local
551 nxt_handle_scope scope(env()); in quit() local
/unit/src/python/
H A Dnxt_python_asgi.c452 PyObject *scope, *res, *task, *receive, *send, *done, *asgi; in nxt_py_asgi_request_handler() local
644 PyObject *scope, *v, *type, *scheme; in nxt_py_asgi_create_http_scope() local
1431 PyObject *scope, *asgi; in nxt_py_asgi_new_scope() local
H A Dnxt_python_asgi_lifespan.c137 PyObject *scope, *res, *py_task, *receive, *send, *done; in nxt_py_asgi_lifespan_target_startup() local