Home
last modified time | relevance | path

Searched refs:raw_write_function (Results 1 – 14 of 14) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_console.c59 stream.raw_write_function(&stream, (uint8_t *) raw_data, sizeof(raw_data)); in FST_TEST_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_console.h52 s.raw_write_function = switch_console_stream_raw_write; \
H A Dswitch_module_interfaces.h97 switch_stream_handle_raw_write_function_t raw_write_function; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/freetdm/src/include/private/
H A Dftdm_core.h258 ftdm_stream_handle_raw_write_function_t raw_write_function; member
277 s.raw_write_function = ftdm_console_stream_raw_write; \
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_shout/
H A Dmod_shout.c1327 if (stream->raw_write_function(stream, mp3buf, rlen)) { in do_telecast()
1429 if (stream->raw_write_function(stream, mp3buf, rlen)) { in do_broadcast()
1437 if (stream->raw_write_function(stream, mp3buf, rlen)) { in do_broadcast()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_memcache/
H A Dmod_memcache.c298 stream->raw_write_function(stream, (uint8_t*)val, (int)string_length); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_rpc/
H A Dmod_xml_rpc.c843 stream.raw_write_function = http_stream_raw_write; in handler_hook()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_cpp.cpp590 stream_p->raw_write_function(stream_p, (uint8_t *)data, len); in SWITCH_DECLARE()
H A Dswitch_core.c3384 stream->raw_write_function(stream, (unsigned char *)buffer, bytes); in switch_stream_system()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_voicemail/
H A Dmod_voicemail.c4200 holder->stream->raw_write_function(holder->stream, chunk, flen); in play_callback()
4549 stream->raw_write_function(stream, (uint8_t *) profile->web_head, strlen(profile->web_head)); in do_web()
4567 stream->raw_write_function(stream, (uint8_t *) profile->web_tail, strlen(profile->web_tail)); in do_web()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c1682 stream.raw_write_function = http_stream_raw_write; in http_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c6419 stream->raw_write_function(stream, (unsigned char *) buf, strlen(buf)); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx25853 if (arg1) (arg1)->raw_write_function = arg2; in CSharp_FreeSWITCHfNative_switch_stream_handle_raw_write_function_set___()
25863 result = (switch_stream_handle_raw_write_function_t) ((arg1)->raw_write_function); in CSharp_FreeSWITCHfNative_switch_stream_handle_raw_write_function_get___()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs45910 …TYPE_p_f_p_switch_stream_handle_p_unsigned_char_switch_size_t__switch_status_t raw_write_function { property in FreeSWITCH.Native.switch_stream_handle