Home
last modified time | relevance | path

Searched refs:nxt_py_asgi_add_field (Results 1 – 4 of 4) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi.h43 PyObject *nxt_py_asgi_add_field(void *data, int i, PyObject *n, PyObject *v);
H A Dnxt_python_asgi_http.c339 res = nxt_py_asgi_enum_headers(headers, nxt_py_asgi_add_field, in nxt_py_asgi_http_response_start()
H A Dnxt_python_asgi_websocket.c327 res = nxt_py_asgi_enum_headers(headers, nxt_py_asgi_add_field, in nxt_py_asgi_websocket_accept()
H A Dnxt_python_asgi.c1305 nxt_py_asgi_add_field(void *data, int i, PyObject *name, PyObject *val) in nxt_py_asgi_add_field() function