Home
last modified time | relevance | path

Searched refs:code_buf (Results 1 – 1 of 1) sorted by last modified time

/unit/src/python/
H A Dnxt_python_asgi_websocket.c735 uint8_t code_buf[2], opcode; in nxt_py_asgi_websocket_pop_msg() local
818 nxt_unit_websocket_read(frame, code_buf, 2); in nxt_py_asgi_websocket_pop_msg()
819 code = ((uint16_t) code_buf[0]) << 8 | code_buf[1]; in nxt_py_asgi_websocket_pop_msg()