Home
last modified time | relevance | path

Searched refs:switch_event_serialize_json_obj (Results 1 – 6 of 6) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_event.h318 SWITCH_DECLARE(switch_status_t) switch_event_serialize_json_obj(switch_event_t *event, cJSON **json…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_event.c1817 SWITCH_DECLARE(switch_status_t) switch_event_serialize_json_obj(switch_event_t *event, cJSON **json) in switch_event_serialize_json_obj() function
1861 if (switch_event_serialize_json_obj(event, &cj) == SWITCH_STATUS_SUCCESS) { in switch_event_serialize_json()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_event_socket/
H A Dmod_event_socket.c1091 switch_event_serialize_json_obj(pevent, &cjevent); in SWITCH_STANDARD_API()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.c6100 switch_event_serialize_json_obj(event, &data); in event_handler()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/managed/
H A Dswig.cs12491 …public static switch_status_t switch_event_serialize_json_obj(switch_event arg0, SWIGTYPE_p_p_cJSO… in switch_event_serialize_json_obj() method in FreeSWITCH.Native.freeswitch
12492 …switch_status_t ret = (switch_status_t)freeswitchPINVOKE.switch_event_serialize_json_obj(switch_ev… in switch_event_serialize_json_obj()
24822 …public static extern int switch_event_serialize_json_obj(global::System.Runtime.InteropServices.Ha… in switch_event_serialize_json_obj() method in FreeSWITCH.Native.freeswitchPINVOKE
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx39320 result = (switch_status_t)switch_event_serialize_json_obj(arg1,arg2); in CSharp_FreeSWITCHfNative_switch_event_serialize_json_obj___()