Searched refs:SET_ITEM (Results 1 – 2 of 2) sorted by path
/unit/src/python/ |
H A D | nxt_python_asgi.c | 585 #define SET_ITEM(dict, key, value) \ in nxt_py_asgi_create_http_scope() macro 616 SET_ITEM(scope, scheme, scheme) in nxt_py_asgi_create_http_scope() 625 SET_ITEM(scope, method, v) in nxt_py_asgi_create_http_scope() 635 SET_ITEM(scope, path, v) in nxt_py_asgi_create_http_scope() 654 SET_ITEM(scope, raw_path, v) in nxt_py_asgi_create_http_scope() 663 SET_ITEM(scope, query_string, v) in nxt_py_asgi_create_http_scope() 672 SET_ITEM(scope, client, v) in nxt_py_asgi_create_http_scope() 681 SET_ITEM(scope, server, v) in nxt_py_asgi_create_http_scope() 714 SET_ITEM(scope, subprotocols, v); in nxt_py_asgi_create_http_scope() 719 SET_ITEM(scope, headers, headers) in nxt_py_asgi_create_http_scope() [all …]
|
H A D | nxt_python_asgi_http.c | 214 #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()
|