Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_presence.c851 struct rfc4235_helper *h4235 = {0}; in do_dialog_probe() local
902 h4235 = switch_core_alloc(pool, sizeof(*h4235)); in do_dialog_probe()
903 h4235->pool = pool; in do_dialog_probe()
904 h4235->profile = profile; in do_dialog_probe()
905 switch_core_hash_init(&h4235->hash); in do_dialog_probe()
906 …ia_glue_execute_sql_callback(profile, profile->dbh_mutex, sql, sofia_dialog_probe_callback, h4235); in do_dialog_probe()
934 …_execute_sql_callback(profile, profile->dbh_mutex, sql, sofia_dialog_probe_notify_callback, h4235); in do_dialog_probe()
938 switch_core_hash_destroy(&h4235->hash); in do_dialog_probe()
939 h4235 = NULL; in do_dialog_probe()