Home
last modified time | relevance | path

Searched refs:nxt_py_asgi_str (Results 1 – 3 of 3) sorted by last modified time

/unit/src/python/
H A Dnxt_python_asgi.c1462 if (nxt_slow_path(PyDict_SetItem(scope, nxt_py_asgi_str, asgi) == -1)) { in nxt_py_asgi_new_scope()
H A Dnxt_python_asgi_str.c21 PyObject *nxt_py_asgi_str; variable
77 { nxt_string("asgi"), &nxt_py_asgi_str },
H A Dnxt_python_asgi_str.h16 extern PyObject *nxt_py_asgi_str;