Searched refs:nxt_py_body_str (Results 1 – 3 of 3) sorted by relevance
23 PyObject *nxt_py_body_str; variable79 { nxt_string("body"), &nxt_py_body_str },
18 extern PyObject *nxt_py_body_str;
365 body = PyDict_GetItem(dict, nxt_py_body_str); in nxt_py_asgi_http_response_body()