Home
last modified time | relevance | path

Searched refs:nxt_py_type_str (Results 1 – 6 of 6) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi_str.c57 PyObject *nxt_py_type_str; variable
113 { nxt_string("type"), &nxt_py_type_str },
H A Dnxt_python_asgi_str.h52 extern PyObject *nxt_py_type_str;
H A Dnxt_python_asgi_lifespan.c465 type = PyDict_GetItem(dict, nxt_py_type_str); in nxt_py_asgi_lifespan_send()
H A Dnxt_python_asgi_http.c266 type = PyDict_GetItem(dict, nxt_py_type_str); in nxt_py_asgi_http_send()
H A Dnxt_python_asgi.c1414 if (nxt_slow_path(PyDict_SetItem(msg, nxt_py_type_str, type) == -1)) { in nxt_py_asgi_new_msg()
1442 if (nxt_slow_path(PyDict_SetItem(scope, nxt_py_type_str, type) == -1)) { in nxt_py_asgi_new_scope()
H A Dnxt_python_asgi_websocket.c216 type = PyDict_GetItem(dict, nxt_py_type_str); in nxt_py_asgi_websocket_send()