Searched refs:PyBytes_AS_STRING (Results 1 – 5 of 5) sorted by relevance
30 #define PyBytes_AS_STRING PyString_AS_STRING macro
197 body_buf = PyBytes_AS_STRING(body); in nxt_py_asgi_http_read_msg()386 body_str = PyBytes_AS_STRING(body); in nxt_py_asgi_http_response_body()568 body_str = PyBytes_AS_STRING(http->send_body) + http->send_body_off; in nxt_py_asgi_http_drain()
1105 *buf = PyBytes_AS_STRING(str); in nxt_python_str_buf()1115 *buf = PyBytes_AS_STRING(*bytes); in nxt_python_str_buf()1197 buf = PyBytes_AS_STRING(content); in nxt_py_input_read()1272 buf = PyBytes_AS_STRING(content); in nxt_py_input_getline()1359 str_buf = PyBytes_AS_STRING(bytes); in nxt_python_write()
469 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()
1314 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()