Home
last modified time | relevance | path

Searched refs:nxt_py_asgi_enum_headers (Results 1 – 4 of 4) sorted by path

/unit/src/python/
H A Dnxt_python_asgi.c1220 nxt_py_asgi_enum_headers(PyObject *headers, nxt_py_asgi_enum_header_cb cb, in nxt_py_asgi_enum_headers() function
H A Dnxt_python_asgi.h39 PyObject *nxt_py_asgi_enum_headers(PyObject *headers,
H A Dnxt_python_asgi_http.c318 res = nxt_py_asgi_enum_headers(headers, nxt_py_asgi_calc_size, in nxt_py_asgi_http_response_start()
339 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.c295 res = nxt_py_asgi_enum_headers(headers, nxt_py_asgi_calc_size, in nxt_py_asgi_websocket_accept()
327 res = nxt_py_asgi_enum_headers(headers, nxt_py_asgi_add_field, in nxt_py_asgi_websocket_accept()