Home
last modified time | relevance | path

Searched refs:PyBytes_AS_STRING (Results 1 – 5 of 5) sorted by path

/unit/src/python/
H A Dnxt_python.h30 #define PyBytes_AS_STRING PyString_AS_STRING macro
H A Dnxt_python_asgi.c1314 name_str = PyBytes_AS_STRING(name); in nxt_py_asgi_add_field()
1317 val_str = PyBytes_AS_STRING(val); in nxt_py_asgi_add_field()
H A Dnxt_python_asgi_http.c197 body_buf = PyBytes_AS_STRING(body); in nxt_py_asgi_http_read_msg()
384 body_str = PyBytes_AS_STRING(body); in nxt_py_asgi_http_response_body()
575 body_str = PyBytes_AS_STRING(http->send_body) + http->send_body_off; in nxt_py_asgi_http_drain()
H A Dnxt_python_asgi_websocket.c469 buf = PyBytes_AS_STRING(bytes); in nxt_py_asgi_websocket_send_frame()
811 buf = (char *) PyBytes_AS_STRING(data); in nxt_py_asgi_websocket_pop_msg()
H A Dnxt_python_wsgi.c1132 *buf = PyBytes_AS_STRING(str); in nxt_python_str_buf()
1142 *buf = PyBytes_AS_STRING(*bytes); in nxt_python_str_buf()
1224 buf = PyBytes_AS_STRING(content); in nxt_py_input_read()
1299 buf = PyBytes_AS_STRING(content); in nxt_py_input_getline()
1386 str_buf = PyBytes_AS_STRING(bytes); in nxt_python_write()