Searched refs:WSOC_TEXT (Results 1 – 13 of 13) sorted by relevance
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_rpc/ |
H A D | ws.h | 53 WSOC_TEXT = 0x1, enumerator
|
H A D | ws.c | 428 case WSOC_TEXT: in ws_read_frame()
|
H A D | mod_xml_rpc.c | 571 ws_write_frame(wsh, WSOC_TEXT, json, strlen(json)); in event_handler() 641 case WSOC_TEXT: in websocket_hook()
|
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/tport/ |
H A D | ws.h | 83 WSOC_TEXT = 0x1, enumerator
|
H A D | tport_type_ws.c | 327 wrote = ws_write_frame(&wstp->ws, WSOC_TEXT, wstp->wstp_buffer, wstp->wstp_buflen); in tport_send_stream_ws()
|
H A D | ws.c | 822 case WSOC_TEXT: in ws_read_frame()
|
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/ |
H A D | ws.h | 80 WSOC_TEXT = 0x1, enumerator
|
H A D | ws.c | 841 case WSOC_TEXT: in ws_read_frame()
|
H A D | mod_verto.c | 611 r = ws_write_frame(&jsock->ws, WSOC_TEXT, json_text, strlen(json_text)); in ws_write_json() 1940 ws_write_frame(&jsock->ws, WSOC_TEXT, repl, strlen(repl)); in client_run() 1950 ws_write_frame(&jsock->ws, WSOC_TEXT, repl, 1024); in client_run() 1953 ws_write_frame(&jsock->ws, WSOC_TEXT, repl, rem); in client_run() 1964 ws_write_frame(&jsock->ws, WSOC_TEXT, repl, strlen(repl)); in client_run()
|
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/tport/ |
H A D | ws.h | 86 WSOC_TEXT = 0x1, enumerator
|
H A D | tport_type_ws.c | 327 wrote = ws_write_frame(&wstp->ws, WSOC_TEXT, wstp->wstp_buffer, wstp->wstp_buflen); in tport_send_stream_ws()
|
H A D | ws.c | 882 case WSOC_TEXT: in ws_read_frame()
|
/dports/audio/pianod2/pianod2-329/src/libfootball/ |
H A D | fb_http.c | 53 WSOC_TEXT = 0x01, enumerator 620 case WSOC_TEXT: in fb_read_websocket_input() 685 header [WS_OPCODE] = (fin ? WS_FIN : 0) | WSOC_TEXT; in fb_websocket_encode()
|