Searched refs:nxt_py_asgi_str (Results 1 – 3 of 3) sorted by relevance
21 PyObject *nxt_py_asgi_str; variable76 { nxt_string("asgi"), &nxt_py_asgi_str },
16 extern PyObject *nxt_py_asgi_str;
1352 if (nxt_slow_path(PyDict_SetItem(scope, nxt_py_asgi_str, asgi) == -1)) { in nxt_py_asgi_new_scope()