Home
last modified time | relevance | path

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 Dws.h53 WSOC_TEXT = 0x1, enumerator
H A Dws.c428 case WSOC_TEXT: in ws_read_frame()
H A Dmod_xml_rpc.c571 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 Dws.h83 WSOC_TEXT = 0x1, enumerator
H A Dtport_type_ws.c327 wrote = ws_write_frame(&wstp->ws, WSOC_TEXT, wstp->wstp_buffer, wstp->wstp_buflen); in tport_send_stream_ws()
H A Dws.c822 case WSOC_TEXT: in ws_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dws.h80 WSOC_TEXT = 0x1, enumerator
H A Dws.c841 case WSOC_TEXT: in ws_read_frame()
H A Dmod_verto.c611 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 Dws.h86 WSOC_TEXT = 0x1, enumerator
H A Dtport_type_ws.c327 wrote = ws_write_frame(&wstp->ws, WSOC_TEXT, wstp->wstp_buffer, wstp->wstp_buflen); in tport_send_stream_ws()
H A Dws.c882 case WSOC_TEXT: in ws_read_frame()
/dports/audio/pianod2/pianod2-329/src/libfootball/
H A Dfb_http.c53 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()