Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_api.c60 if (my_matches) { in skinny_api_list_profiles()
61 *matches = my_matches; in skinny_api_list_profiles()
114 if (h.my_matches) { in skinny_api_list_devices()
160 if (my_matches) { in skinny_api_list_stimulus_instances()
161 *matches = my_matches; in skinny_api_list_stimulus_instances()
197 if (my_matches) { in skinny_api_list_line_instances()
198 *matches = my_matches; in skinny_api_list_line_instances()
213 if (my_matches) { in skinny_api_list_call_ids()
214 *matches = my_matches; in skinny_api_list_call_ids()
243 if (my_matches) { in skinny_api_list_settings()
[all …]
H A Dskinny_tables.h79 switch_console_callback_match_t *my_matches = NULL;\
82 switch_console_push_match(&my_matches, TABLE[x].name);\
84 if (my_matches) {\
85 *matches = my_matches;\
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_cpa_detector.c415 switch_console_callback_match_t *my_matches = NULL; in rayo_cpa_detector_signal_types() local
420 switch_console_push_match(&my_matches, (const char *) vvar); in rayo_cpa_detector_signal_types()
424 if (my_matches) { in rayo_cpa_detector_signal_types()
425 *matches = my_matches; in rayo_cpa_detector_signal_types()
H A Dmod_rayo.c5006 switch_console_callback_match_t *my_matches = NULL; in list_actors() local
5016 switch_console_push_match(&my_matches, (const char *) vvar); in list_actors()
5021 if (my_matches) { in list_actors()
5022 *matches = my_matches; in list_actors()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_console.c583 switch_console_callback_match_t *my_matches; member
590 switch_console_push_match(&h->my_matches, module_name);
602 if (h.my_matches) {
603 *matches = h.my_matches;
618 if (h.my_matches) {
619 *matches = h.my_matches;
642 if (h.my_matches) {
643 *matches = h.my_matches;
660 switch_console_push_match(&h->my_matches, argv[0]);
691 if (h.my_matches) {
[all …]
H A Dswitch_core_session.c296 switch_console_callback_match_t *my_matches = NULL;
327 switch_console_push_match(&my_matches, (const char *) np->str);
336 return my_matches;
422 switch_console_callback_match_t *my_matches = NULL;
430 switch_console_push_match(&my_matches, session->uuid_str);
437 return my_matches;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_api.c236 switch_console_callback_match_t *my_matches = NULL; in api_complete_erlang_node() local
243 switch_console_push_match(&my_matches, ei_node->peer_nodename); in api_complete_erlang_node()
248 if (my_matches) { in api_complete_erlang_node()
249 *matches = my_matches; in api_complete_erlang_node()
/dports/net-mgmt/cacti/cacti-1.2.19/
H A Dgraph_view.php48 $my_matches = array();
90 $my_matches[] = array_reverse($match);
100 foreach($my_matches as $match) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c160 switch_console_callback_match_t *my_matches = NULL; in list_streams_full() local
172 switch_console_push_match(&my_matches, (const char *) vvar); in list_streams_full()
176 if (my_matches) { in list_streams_full()
177 *matches = my_matches; in list_streams_full()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Dmod_rtmp.c1943 switch_console_callback_match_t *my_matches = NULL; in console_complete_hashtable() local
1948 switch_console_push_match(&my_matches, (const char *) vvar); in console_complete_hashtable()
1951 if (my_matches) { in console_complete_hashtable()
1952 *matches = my_matches; in console_complete_hashtable()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c5953 switch_console_callback_match_t *my_matches = NULL; in list_profiles_full() local
5971 if (my_matches) { in list_profiles_full()
5972 *matches = my_matches; in list_profiles_full()
5991 switch_console_callback_match_t *my_matches = NULL; in list_gateways() local
6002 switch_console_push_match(&my_matches, gp->name); in list_gateways()
6009 if (my_matches) { in list_gateways()
6010 *matches = my_matches; in list_gateways()
6021 switch_console_callback_match_t *my_matches = NULL; in list_profile_gateway() local
6041 switch_console_push_match(&my_matches, gp->name); in list_profile_gateway()
6046 if (my_matches) { in list_profile_gateway()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_dingaling/
H A Dmod_dingaling.c2677 switch_console_callback_match_t *my_matches = NULL; in list_profiles() local
2685 switch_console_push_match(&my_matches, profile->name); in list_profiles()
2690 switch_console_push_match(&my_matches, profile_name); in list_profiles()
2695 switch_console_push_match(&my_matches, profile->name); in list_profiles()
2698 switch_console_push_match(&my_matches, profile->name); in list_profiles()
2702 if (my_matches) { in list_profiles()
2703 *matches = my_matches; in list_profiles()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dmod_gsmopen.cpp249 switch_console_callback_match_t *my_matches = NULL; in list_interfaces() local
254 …switch_console_push_match(&my_matches, (const char *) globals.GSMOPEN_INTERFACES[interface_id].nam… in list_interfaces()
258 if (my_matches) { in list_interfaces()
259 *matches = my_matches; in list_interfaces()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_conference/
H A Dmod_conference.c1055 switch_console_callback_match_t *my_matches = NULL; in conference_list_conferences() local
1064 switch_console_push_match(&my_matches, (const char *) vvar); in conference_list_conferences()
1068 if (my_matches) { in conference_list_conferences()
1069 *matches = my_matches; in conference_list_conferences()