Searched refs:nxt_py_asgi_calc_size (Results 1 – 4 of 4) sorted by last modified time
/unit/src/python/ |
H A D | nxt_python_asgi.c | 1181 nxt_py_asgi_calc_size(void *data, int i, PyObject *name, PyObject *val) in nxt_py_asgi_calc_size() function
|
H A D | nxt_python_asgi_websocket.c | 295 res = nxt_py_asgi_enum_headers(headers, nxt_py_asgi_calc_size, in nxt_py_asgi_websocket_accept()
|
H A D | nxt_python_asgi.h | 42 PyObject *nxt_py_asgi_calc_size(void *data, int i, PyObject *n, PyObject *v);
|
H A D | nxt_python_asgi_http.c | 318 res = nxt_py_asgi_enum_headers(headers, nxt_py_asgi_calc_size, in nxt_py_asgi_http_response_start()
|