Home
last modified time | relevance | path

Searched refs:SET_ITEM (Results 1 – 2 of 2) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi.c652 #define SET_ITEM(dict, key, value) \ in nxt_py_asgi_create_http_scope() macro
694 SET_ITEM(scope, scheme, scheme) in nxt_py_asgi_create_http_scope()
703 SET_ITEM(scope, method, v) in nxt_py_asgi_create_http_scope()
713 SET_ITEM(scope, path, v) in nxt_py_asgi_create_http_scope()
732 SET_ITEM(scope, raw_path, v) in nxt_py_asgi_create_http_scope()
741 SET_ITEM(scope, query_string, v) in nxt_py_asgi_create_http_scope()
750 SET_ITEM(scope, client, v) in nxt_py_asgi_create_http_scope()
759 SET_ITEM(scope, server, v) in nxt_py_asgi_create_http_scope()
792 SET_ITEM(scope, subprotocols, v); in nxt_py_asgi_create_http_scope()
797 SET_ITEM(scope, headers, headers) in nxt_py_asgi_create_http_scope()
[all …]
H A Dnxt_python_asgi_http.c214 #define SET_ITEM(dict, key, value) \ in nxt_py_asgi_http_read_msg() macro
226 SET_ITEM(msg, body, body) in nxt_py_asgi_http_read_msg()
230 SET_ITEM(msg, more_body, Py_True) in nxt_py_asgi_http_read_msg()
233 #undef SET_ITEM in nxt_py_asgi_http_read_msg()