Searched refs:PyBytes_GET_SIZE (Results 1 – 5 of 5) sorted by relevance
29 #define PyBytes_GET_SIZE PyString_GET_SIZE macro
919 fields_size += PyBytes_GET_SIZE(string); in nxt_py_start_resp()931 fields_size += PyBytes_GET_SIZE(string); in nxt_py_start_resp()1065 *len = PyBytes_GET_SIZE(str); in nxt_python_str_buf()1075 *len = PyBytes_GET_SIZE(*bytes); in nxt_python_str_buf()1262 if (PyBytes_GET_SIZE(line) == 0) { in nxt_py_input_readlines()1301 if (PyBytes_GET_SIZE(line) == 0) { in nxt_py_input_next()1319 str_length = PyBytes_GET_SIZE(bytes); in nxt_python_write()
387 body_len = PyBytes_GET_SIZE(body); in nxt_py_asgi_http_response_body()569 body_len = PyBytes_GET_SIZE(http->send_body) - http->send_body_off; in nxt_py_asgi_http_drain()
1188 ctx->fields_size += PyBytes_GET_SIZE(name) + PyBytes_GET_SIZE(val); in nxt_py_asgi_calc_size()1205 name_len = PyBytes_GET_SIZE(name); in nxt_py_asgi_add_field()1208 val_len = PyBytes_GET_SIZE(val); in nxt_py_asgi_add_field()
470 buf_size = PyBytes_GET_SIZE(bytes); in nxt_py_asgi_websocket_send_frame()