Home
last modified time | relevance | path

Searched refs:switch_xml_t (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_xml.h91 switch_xml_t next;
93 switch_xml_t sibling;
95 switch_xml_t ordered;
97 switch_xml_t child;
99 switch_xml_t parent;
180 switch_xml_t switch_xml_idx(_In_ switch_xml_t xml, _In_ int idx);
325 SWITCH_DECLARE(switch_xml_t) switch_xml_cut(_In_ switch_xml_t xml);
328 SWITCH_DECLARE(switch_xml_t) switch_xml_insert(_In_ switch_xml_t xml, _In_ switch_xml_t dest, _In_ …
392 _Out_ switch_xml_t *root, _Out_ switch_xml_t *domain, _Out_ switch_xml_t *user,
402 SWITCH_DECLARE(void) switch_xml_merge_user(switch_xml_t user, switch_xml_t domain, switch_xml_t gro…
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_config.h50 switch_status_t kazoo_config_loglevels(switch_memory_pool_t *pool, switch_xml_t cfg, kazoo_loglevel…
51 switch_status_t kazoo_config_filters(switch_memory_pool_t *pool, switch_xml_t cfg, kazoo_filter_ptr…
52 …nfig_fields(kazoo_config_ptr definitions, switch_memory_pool_t *pool, switch_xml_t cfg, kazoo_fiel…
54 …ig_event_handler(kazoo_config_ptr definitions, kazoo_config_ptr root, switch_xml_t cfg, kazoo_even…
55 …ig_fetch_handler(kazoo_config_ptr definitions, kazoo_config_ptr root, switch_xml_t cfg, kazoo_fetc…
56 kazoo_config_ptr kazoo_config_event_handlers(kazoo_config_ptr definitions, switch_xml_t cfg);
57 kazoo_config_ptr kazoo_config_fetch_handlers(kazoo_config_ptr definitions, switch_xml_t cfg);
58 kazoo_config_ptr kazoo_config_definitions(switch_xml_t cfg);
59 …onfig_field(kazoo_config_ptr definitions, switch_memory_pool_t *pool, switch_xml_t cfg, kazoo_fiel…
H A Dkazoo_config.c122 switch_xml_t xml_level, xml_logging; in kazoo_config_loglevels()
185 switch_xml_t filters, filter; in kazoo_config_filters()
351 switch_xml_t field; in kazoo_config_fields_loop()
374 switch_xml_t fields; in kazoo_config_fields()
396 kazoo_config_ptr kazoo_config_event_handlers(kazoo_config_ptr definitions, switch_xml_t cfg) in kazoo_config_event_handlers()
398 switch_xml_t xml_profiles = NULL, xml_profile = NULL; in kazoo_config_event_handlers()
433 kazoo_config_ptr kazoo_config_fetch_handlers(kazoo_config_ptr definitions, switch_xml_t cfg) in kazoo_config_fetch_handlers()
435 switch_xml_t xml_profiles = NULL, xml_profile = NULL; in kazoo_config_fetch_handlers()
471 switch_status_t kazoo_config_definition(kazoo_config_ptr root, switch_xml_t cfg) in kazoo_config_definition()
496 kazoo_config_ptr kazoo_config_definitions(switch_xml_t cfg) in kazoo_config_definitions()
[all …]
H A Dkazoo_utils.h37 SWITCH_DECLARE(switch_xml_t) kz_xml_child(switch_xml_t xml, const char *name);
39 void kz_xml_process(switch_xml_t cfg);
H A Dkazoo_ei_config.c112 switch_status_t kazoo_ei_config(switch_xml_t cfg) { in kazoo_ei_config()
113 switch_xml_t child, param; in kazoo_ei_config()
403 switch_status_t kazoo_config_handlers(switch_xml_t cfg) in kazoo_config_handlers()
405 switch_xml_t def = NULL; in kazoo_config_handlers()
406 switch_xml_t child, param; in kazoo_config_handlers()
507 switch_xml_t cfg, xml; in kazoo_load_config()
527 …nfig_events(kazoo_config_ptr definitions, switch_memory_pool_t *pool, switch_xml_t cfg, kazoo_even… in kazoo_config_events()
529 switch_xml_t events, event; in kazoo_config_events()
559 …ig_fetch_handler(kazoo_config_ptr definitions, kazoo_config_ptr root, switch_xml_t cfg, kazoo_fetc… in kazoo_config_fetch_handler()
562 switch_xml_t params, param; in kazoo_config_fetch_handler()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_xml.c474 switch_xml_t switch_xml_idx(switch_xml_t xml, int idx) in switch_xml_idx()
518 static switch_xml_t switch_xml_vget(switch_xml_t xml, va_list ap) in switch_xml_vget()
536 SWITCH_DECLARE(switch_xml_t) switch_xml_get(switch_xml_t xml,...) in switch_xml_get()
539 switch_xml_t r; in switch_xml_get()
689 switch_xml_t xml; in switch_xml_open_tag()
1825 switch_xml_t *root, switch_xml_t *domain, switch_xml_t *group, switch_event_t *params) in switch_xml_locate_group()
1934 SWITCH_DECLARE(switch_xml_t) switch_xml_dup(switch_xml_t xml) in switch_xml_dup()
1976 SWITCH_DECLARE(void) switch_xml_merge_user(switch_xml_t user, switch_xml_t domain, switch_xml_t gro… in switch_xml_merge_user()
2166switch_xml_t *domain, switch_xml_t *user, switch_xml_t *ingroup, switch_event_t *params) in switch_xml_locate_user()
2886 SWITCH_DECLARE(switch_xml_t) switch_xml_insert(switch_xml_t xml, switch_xml_t dest, switch_size_t o… in switch_xml_insert()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dcli.cpp377 switch_xml_t xk3lapi = switch_xml_add_child_d(root, "k3lapi",0); in execute()
412 switch_xml_t xk3lapi = switch_xml_add_child_d(root, "k3lapi",0); in execute()
446 switch_xml_t xmod_khomp = switch_xml_add_child_d(root,"mod_khomp",0); in execute()
453 switch_xml_t xfs = switch_xml_add_child_d(root,"freeswitch",0); in execute()
456 switch_xml_t xfs_rev = switch_xml_add_child_d(xfs,"revision",0); in execute()
1328 switch_xml_t xboard = NULL; in execute()
1501 switch_xml_t xchannel = switch_xml_add_child_d(xdev,"channel",0); in showChannel()
1509 switch_xml_t xcall = switch_xml_add_child_d(xchannel,"call",0); in showChannel()
1725 switch_xml_t xlinks = switch_xml_add_child_d(xdev,"links",0); in showLinks()
1728 switch_xml_t xlink = switch_xml_add_child_d(xlinks,"link",0); in showLinks()
[all …]
H A Dopt.cpp233 switch_xml_t cfg, xml, settings; in loadConfiguration()
390 switch_xml_t Opt::processSimpleXML(switch_xml_t &xml, const std::string& child_name) in processSimpleXML()
392 switch_xml_t param, child; in processSimpleXML()
423 void Opt::processGroupXML(switch_xml_t &xml) in processGroupXML()
425 switch_xml_t param, child; in processGroupXML()
454 void Opt::processCadenceXML(switch_xml_t &xml) in processCadenceXML()
456 switch_xml_t param, child; in processCadenceXML()
518 switch_xml_t param, child; in processFXSBranchesXML()
602 switch_xml_t param, child; in processFXSHotlines()
640 void Opt::processFXSOptions(switch_xml_t &xml) in processFXSOptions()
[all …]
H A Dkhomp_pvt.cpp410 switch_xml_t Board::KhompPvt::getStatisticsXML(Statistics::Type type) in getStatisticsXML()
471 switch_xml_t Board::KhompPvt::PvtStatistics::getDetailedRatesXML() in getDetailedRatesXML()
473 switch_xml_t xrates = switch_xml_new("rates"); in getDetailedRatesXML()
494 switch_xml_t xoccupation = switch_xml_add_child_d(xrates,"oucpation",0); in getDetailedRatesXML()
542 switch_xml_t Board::KhompPvt::PvtStatistics::getDetailedXML() in getDetailedXML()
544 switch_xml_t xch = _pvt->call()->statistics()->getDetailedXML(); in getDetailedXML()
611 switch_xml_t Board::KhompPvt::PvtStatistics::getNode() in getNode()
639 switch_xml_t xchn = switch_xml_new("channel"); in getNode()
643 switch_xml_t xdetails = switch_xml_add_child_d(xchn,"details",0); in getNode()
662 switch_xml_t xstate = switch_xml_add_child_d(xdetails,"state",0); in getNode()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/include/
H A Dfsxml.hpp48 switch_xml_t _xml;
56 …v8::Handle<v8::Value> GetJSObjFromXMLObj(const switch_xml_t xml, const v8::FunctionCallbackInfo<v8…
57 void StoreObjectInHash(switch_xml_t xml, FSXML *obj);
58 FSXML *FindObjectInHash(switch_xml_t xml);
59 void DeleteObjectInHash(switch_xml_t xml);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/include/
H A Dopt.h255 static switch_xml_t processSimpleXML(switch_xml_t &xml, const std::string& child_name);
256 static void processGroupXML(switch_xml_t &xml);
257 static void processCadenceXML(switch_xml_t &xml);
258 static void processFXSBranchesXML(switch_xml_t &xml);
259 static void processFXSHotlines(switch_xml_t &xml);
260 static void processFXSOptions(switch_xml_t &xml);
H A Dkhomp_pvt.h224 switch_xml_t getDetailedXML() in getDetailedXML()
234 switch_xml_t xtotal = switch_xml_new("total"); in getDetailedXML()
237 switch_xml_t xin_time = switch_xml_add_child_d(xtotal,"incoming_time",0); in getDetailedXML()
241 switch_xml_t xout_time = switch_xml_add_child_d(xtotal,"outgoing_time",0); in getDetailedXML()
245 switch_xml_t xidle_time = switch_xml_add_child_d(xtotal,"idle_time",0); in getDetailedXML()
249 switch_xml_t xchannel_fails = switch_xml_add_child_d(xtotal,"channel_fails",0); in getDetailedXML()
420 switch_xml_t getDetailedRatesXML();
423 switch_xml_t getDetailedXML();
426 switch_xml_t getNode();
607 virtual switch_xml_t getStatisticsXML(Statistics::Type type);
H A Dcli.h109 void insertXML(switch_xml_t xml) in insertXML()
130 switch_xml_t root; /* for commands that ouput as xml */
212 switch_xml_t xdevs; /* support xml needed to help the interation */
324 switch_xml_t xdevs; /* support xml needed to help the interation */
361 switch_xml_t xdev; /* support xml needed to help the interation */
405 switch_xml_t xdev; /* support xml needed to help the interation */
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_v8/src/
H A Dfsxml.cpp94 switch_xml_t xml; in Construct()
112 Handle<Value> FSXML::GetJSObjFromXMLObj(const switch_xml_t xml, const v8::FunctionCallbackInfo<Valu… in GetJSObjFromXMLObj()
152 void FSXML::StoreObjectInHash(switch_xml_t xml, FSXML *obj) in StoreObjectInHash()
163 FSXML *FSXML::FindObjectInHash(switch_xml_t xml) in FindObjectInHash()
176 void FSXML::DeleteObjectInHash(switch_xml_t xml) in DeleteObjectInHash()
223 switch_xml_t xml = NULL; in JS_XML_FUNCTION_IMPL()
264 switch_xml_t xml; in JS_XML_FUNCTION_IMPL()
293 switch_xml_t xml; in JS_XML_FUNCTION_IMPL()
365 switch_xml_t xml; in JS_XML_FUNCTION_IMPL()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_radius/
H A Dmod_xml_radius.c36 switch_xml_t auth_invite_configs;
37 switch_xml_t auth_reg_configs;
38 switch_xml_t auth_app_configs;
39 switch_xml_t acct_start_configs;
40 switch_xml_t acct_end_configs;
68 switch_xml_t server, param; in mod_xml_radius_new_handle()
347 switch_xml_t param; in mod_xml_radius_add_params()
863 switch_xml_t xml = NULL; in mod_xml_radius_directory_search()
891 switch_xml_t condition, param; in mod_xml_radius_check_conditions()
950 switch_xml_t fields, conditions; in mod_xml_radius_accounting_start()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_amqp/
H A Dmod_amqp.h202 switch_status_t mod_amqp_connection_create(mod_amqp_connection_t **conn, switch_xml_t cfg, switch_m…
209 switch_status_t mod_amqp_command_create(char *name, switch_xml_t cfg);
217 switch_status_t mod_amqp_producer_create(char *name, switch_xml_t cfg);
224 switch_status_t mod_amqp_logging_create(char *name, switch_xml_t cfg);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_http_cache/
H A Daws.c165 SWITCH_MOD_DECLARE(switch_status_t) aws_s3_config_profile(switch_xml_t xml, http_profile_t *profile) in aws_s3_config_profile()
168 switch_xml_t base_domain_xml = switch_xml_child(xml, "base-domain"); in aws_s3_config_profile()
182 switch_xml_t id = switch_xml_child(xml, "access-key-id"); in aws_s3_config_profile()
183 switch_xml_t secret = switch_xml_child(xml, "secret-access-key"); in aws_s3_config_profile()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_java/
H A Dmodjava.c192 switch_xml_t cfg, xml; in load_config()
199 switch_xml_t javavm; in load_config()
200 switch_xml_t options; in load_config()
201 switch_xml_t startup; in load_config()
202 switch_xml_t shutdown; in load_config()
231 switch_xml_t option; in load_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/xml_int/mod_xml_ldap/
H A Dmod_xml_ldap.c134 static switch_xml_t xml_ldap_search(const char *section, const char *tag_name, const char *key_name…
137 static switch_status_t trydir(switch_xml_t *, int *, LDAP *, char *, char *, xml_binding_t *, switc…
139 static switch_status_t trysearch(switch_xml_t *pxml, int *xoff, LDAP * ld, char *basedn, char *filt…
140 void rec(switch_xml_t *, int *, LDAP * ld, char *);
175 switch_xml_t cfg, xml, bindings_tag, binding_tag, param, tran; in do_config()
487 switch_xml_t xml = *pxml, params = NULL, param = NULL, vars = NULL, cur = NULL; in trydir()
584 static switch_status_t trysearch(switch_xml_t *pxml, int *xoff, LDAP * ld, char *basedn, char *filt… in trysearch()
592 switch_xml_t xml = *pxml; in trysearch()
641 void rec(switch_xml_t *pxml, int *xoff, LDAP * ld, char *dn) in rec()
647 switch_xml_t xml = *pxml, new; in rec()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/tests/unit/
H A Dswitch_xml.c54 switch_xml_t xml = switch_xml_parse_str_dynamic((char *)text, SWITCH_TRUE); in FST_SUITE_BEGIN()
74 switch_xml_t xml = switch_xml_parse_str_dynamic((char *)text, SWITCH_TRUE); in FST_SUITE_BEGIN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/loggers/mod_graylog2/
H A Dmod_graylog2.c228 switch_xml_t cfg, xml, settings; in do_config()
242 switch_xml_t param; in do_config()
243 switch_xml_t fields; in do_config()
290 switch_xml_t field; in do_config()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_abstraction/
H A Dmod_abstraction.c49 switch_xml_t cfg, xml, x_apis, x_api; in SWITCH_STANDARD_API()
111 switch_xml_t cfg, xml, x_apis, x_api; in SWITCH_MODULE_LOAD_FUNCTION()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_yaml/
H A Dmod_yaml.c86 static switch_xml_t parse_file(FILE * input, const char *file_name) in parse_file()
97 switch_xml_t xml, param, top, current = NULL; in parse_file()
182 static switch_xml_t yaml_fetch(const char *section, in yaml_fetch()
187 switch_xml_t xml = NULL; in yaml_fetch()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/dialplans/mod_dialplan_xml/
H A Dmod_dialplan_xml.c98 …exten(switch_core_session_t *session, switch_caller_profile_t *caller_profile, switch_xml_t xexten, in parse_exten()
101 switch_xml_t xcond, xaction, xexpression, xregex; in parse_exten()
601 …locate(switch_core_session_t *session, switch_caller_profile_t *caller_profile, switch_xml_t *root, in dialplan_xml_locate()
602 switch_xml_t *node) in dialplan_xml_locate()
622 switch_xml_t alt_root = NULL, cfg, xml = NULL, xcontext, xexten = NULL; in SWITCH_STANDARD_DIALPLAN()
643 switch_xml_t conf = NULL, tag = NULL; in SWITCH_STANDARD_DIALPLAN()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_cpa_detector.c267 switch_xml_t cfg, xml, cpa_xml; in do_config()
281 switch_xml_t detector_xml; in do_config()
284 switch_xml_t start_xml, stop_xml, event_xml; in do_config()
315 switch_xml_t signal_type_xml; in do_config()

1234567