Home
last modified time | relevance | path

Searched defs:opcode (Results 1 – 10 of 10) sorted by path

/unit/src/java/
H A Dnxt_jni_Request.c813 uint8_t opcode, uint8_t fin) in nxt_java_Request_websocket()
/unit/src/nodejs/unit-http/
H A Dunit.cpp1050 uint32_t opcode, sc; in websocket_send_frame() local
/unit/src/
H A Dnxt_unit.c3321 nxt_unit_websocket_send(nxt_unit_request_info_t *req, uint8_t opcode, in nxt_unit_websocket_send()
3331 nxt_unit_websocket_sendv(nxt_unit_request_info_t *req, uint8_t opcode, in nxt_unit_websocket_sendv()
H A Dnxt_websocket_header.h18 uint8_t opcode:4; member
25 uint8_t opcode:4; member
/unit/src/python/
H A Dnxt_python_asgi_websocket.c420 uint8_t opcode; in nxt_py_asgi_websocket_send_frame() local
491 uint8_t opcode; in nxt_py_asgi_websocket_handler() local
735 uint8_t code_buf[2], opcode; in nxt_py_asgi_websocket_pop_msg() local
/unit/src/test/
H A Dnxt_unit_websocket_echo.c54 uint8_t opcode; in ws_echo_websocket_handler() local
/unit/test/
H A Dtest_asgi_websockets.py47 def check_frame(frame, fin, opcode, payload, decode=True): argument
1340 def check_payload(opcode, length, chopsize=None): argument
1350 def check_message(opcode, f_size): argument
H A Dtest_java_websockets.py44 def check_frame(frame, fin, opcode, payload, decode=True): argument
1268 def check_payload(opcode, length, chopsize=None): argument
1278 def check_message(opcode, f_size): argument
H A Dtest_node_websockets.py44 def check_frame(frame, fin, opcode, payload, decode=True): argument
1288 def check_payload(opcode, length, chopsize=None): argument
1298 def check_message(opcode, f_size): argument
/unit/test/unit/applications/
H A Dwebsockets.py145 opcode, argument