Home
last modified time | relevance | path

Searched refs:nsession (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtc/
H A Dmod_rtc.c354 switch_core_session_t *nsession = NULL; in rtc_outgoing_channel() local
363 …if (!(nsession = switch_core_session_request_uuid(rtc_endpoint_interface, SWITCH_CALL_DIRECTION_OU… in rtc_outgoing_channel()
369 tech_pvt = rtc_new_pvt(nsession); in rtc_outgoing_channel()
371 nchannel = switch_core_session_get_channel(nsession); in rtc_outgoing_channel()
374 caller_profile = switch_caller_profile_clone(nsession, outbound_profile); in rtc_outgoing_channel()
386 rtc_attach_private(nsession, tech_pvt, NULL); in rtc_outgoing_channel()
394 *new_session = nsession; in rtc_outgoing_channel()
399 switch_ivr_transfer_variable(session, nsession, "rtc_video_fmtp"); in rtc_outgoing_channel()
/dports/mail/rspamd-devel/rspamd-93430bb/src/
H A Drspamd_proxy.c1175 struct rspamd_proxy_session *nsession; in proxy_session_refresh() local
1177 nsession = g_malloc0 (sizeof (*nsession)); in proxy_session_refresh()
1181 nsession); in proxy_session_refresh()
1184 nsession->ctx = session->ctx; in proxy_session_refresh()
1185 nsession->worker = session->worker; in proxy_session_refresh()
1189 nsession->mirror_conns = g_ptr_array_sized_new (nsession->ctx->mirrors->len); in proxy_session_refresh()
1193 if (nsession->ctx->sessions_cache) { in proxy_session_refresh()
1195 nsession->pool->tag.uid, &nsession->ref.refcount, nsession); in proxy_session_refresh()
1198 return nsession; in proxy_session_refresh()
1630 nsession = proxy_session_refresh (session); in proxy_backend_master_finish_handler()
[all …]
/dports/mail/rspamd/rspamd-3.1/src/
H A Drspamd_proxy.c1175 struct rspamd_proxy_session *nsession; in proxy_session_refresh() local
1177 nsession = g_malloc0 (sizeof (*nsession)); in proxy_session_refresh()
1181 nsession); in proxy_session_refresh()
1184 nsession->ctx = session->ctx; in proxy_session_refresh()
1185 nsession->worker = session->worker; in proxy_session_refresh()
1189 nsession->mirror_conns = g_ptr_array_sized_new (nsession->ctx->mirrors->len); in proxy_session_refresh()
1193 if (nsession->ctx->sessions_cache) { in proxy_session_refresh()
1195 nsession->pool->tag.uid, &nsession->ref.refcount, nsession); in proxy_session_refresh()
1198 return nsession; in proxy_session_refresh()
1630 nsession = proxy_session_refresh (session); in proxy_backend_master_finish_handler()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_kazoo/
H A Dkazoo_commands.c471 switch_core_session_t *nsession = NULL; in SWITCH_STANDARD_API() local
489 if ((nsession = switch_core_session_locate(uuid)) != NULL) { in SWITCH_STANDARD_API()
490 channel = switch_core_session_get_channel(nsession); in SWITCH_STANDARD_API()
516 if (nsession) { in SWITCH_STANDARD_API()
517 switch_core_session_rwunlock(nsession); in SWITCH_STANDARD_API()
H A Dkazoo_utils.c446 switch_core_session_t *nsession = NULL; in kz_expand() local
447 if ((nsession = switch_core_session_locate(uuid))) { in kz_expand()
448 switch_channel_event_set_data(switch_core_session_get_channel(nsession), event); in kz_expand()
449 switch_core_session_rwunlock(nsession); in kz_expand()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skinny/
H A Dskinny_server.c90 switch_core_session_t *nsession; in skinny_create_incoming_session() local
101 *session = nsession; in skinny_create_incoming_session()
104 switch_core_session_rwunlock(nsession); in skinny_create_incoming_session()
133 switch_core_session_add_stream(nsession, NULL); in skinny_create_incoming_session()
135 tech_init(tech_pvt, listener->profile, nsession); in skinny_create_incoming_session()
137 channel = switch_core_session_get_channel(nsession); in skinny_create_incoming_session()
176 skinny_session_set_variables(nsession, listener, *line_instance_p); in skinny_create_incoming_session()
190 skinny_log_ls_msg(listener, nsession, SWITCH_LOG_CRIT, in skinny_create_incoming_session()
197 if (nsession) { in skinny_create_incoming_session()
198 switch_core_session_destroy(&nsession); in skinny_create_incoming_session()
[all …]
H A Dmod_skinny.c1316 switch_core_session_t *nsession = NULL; in channel_outgoing_channel() local
1331 …if (!(nsession = switch_core_session_request(skinny_endpoint_interface, SWITCH_CALL_DIRECTION_OUTB… in channel_outgoing_channel()
1336 …if (!(tech_pvt = (struct private_object *) switch_core_session_alloc(nsession, sizeof(*tech_pvt)))… in channel_outgoing_channel()
1341 if(!(profile_name = switch_core_session_strdup(nsession, outbound_profile->destination_number))) { in channel_outgoing_channel()
1361 nchannel = switch_core_session_get_channel(nsession); in channel_outgoing_channel()
1364 tech_init(tech_pvt, profile, nsession); in channel_outgoing_channel()
1366 caller_profile = switch_caller_profile_clone(nsession, outbound_profile); in channel_outgoing_channel()
1376 switch_core_session_get_uuid(nsession), tech_pvt->call_id, SKINNY_ON_HOOK, dest in channel_outgoing_channel()
1394 *new_session = nsession; in channel_outgoing_channel()
1406 if (nsession) { in channel_outgoing_channel()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dmod_sofia.c4703 switch_core_session_t *nsession = NULL; in sofia_outgoing_channel() local
4734 tech_pvt = sofia_glue_new_pvt(nsession); in sofia_outgoing_channel()
4742 nchannel = switch_core_session_get_channel(nsession); in sofia_outgoing_channel()
4750 dest_to = switch_core_session_strdup(nsession, hval); in sofia_outgoing_channel()
4976 remote_host = switch_core_session_strdup(nsession, s); in sofia_outgoing_channel()
5002 switch_core_session_set_ice(nsession); in sofia_outgoing_channel()
5019 dest_num = switch_core_session_strdup(nsession, dest); in sofia_outgoing_channel()
5092 *new_session = nsession; in sofia_outgoing_channel()
5137 if (switch_core_session_compare(session, nsession)) { in sofia_outgoing_channel()
5188 if (nsession) { in sofia_outgoing_channel()
[all …]
H A Dsofia.c1073 switch_core_session_t *nsession = NULL; in sofia_handle_sip_i_bye() local
1075 switch_core_session_get_partner(session, &nsession); in sofia_handle_sip_i_bye()
1077 if (nsession) { in sofia_handle_sip_i_bye()
1079 switch_channel_t *nchannel = switch_core_session_get_channel(nsession); in sofia_handle_sip_i_bye()
1084 switch_core_session_rwunlock(nsession); in sofia_handle_sip_i_bye()
9833 switch_core_session_t *nsession = NULL; in sofia_handle_sip_i_info() local
9835 switch_core_session_get_partner(session, &nsession); in sofia_handle_sip_i_info()
9837 if (nsession) { in sofia_handle_sip_i_info()
9841 msg = switch_core_session_alloc(nsession, sizeof(*msg)); in sofia_handle_sip_i_info()
9848 switch_core_session_queue_message(nsession, msg); in sofia_handle_sip_i_info()
[all …]
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/satip/
H A Drtsp.c60 uint32_t nsession; member
177 rtsp_new_session(const char *ipstr, int delsys, uint32_t nsession, int session) in rtsp_new_session() argument
185 rs->nsession = nsession ?: session_number; in rtsp_new_session()
187 if (!nsession) { in rtsp_new_session()
587 mn2->mn_create_mux(mn2, (void *)(intptr_t)rs->nsession, in rtsp_start()
992 rs = rtsp_new_session(hc->hc_peer_ipstr, msys, rs->nsession, stream); in rtsp_parse_cmd()
1271 rs ? (unsigned long)rs->nsession : mono - 123, in rtsp_describe_header()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_dptools/
H A Dmod_dptools.c703 switch_core_session_t *nsession = NULL; in SWITCH_STANDARD_APP() local
705 switch_core_session_get_partner(session, &nsession); in SWITCH_STANDARD_APP()
707 if (nsession) { in SWITCH_STANDARD_APP()
708 switch_ivr_transfer_variable(session, nsession, argv[0]); in SWITCH_STANDARD_APP()
709 switch_core_session_rwunlock(nsession); in SWITCH_STANDARD_APP()
4037 switch_core_session_t *nsession; in pickup_outgoing_channel() local
4059 tech_pvt->key = switch_core_session_strdup(nsession, pickup); in pickup_outgoing_channel()
4062 switch_core_session_set_private(nsession, tech_pvt); in pickup_outgoing_channel()
4064 nchannel = switch_core_session_get_channel(nsession); in pickup_outgoing_channel()
4075 *new_session = nsession; in pickup_outgoing_channel()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/mohqueue/
H A Dmohq_funcs.c1813 int nsession; in reinvite_msg() local
1815 for (nsession = 0; (psession = get_sdp_session (pmsg, nsession)); nsession++) in reinvite_msg()
1819 for (nstream = 0; (pstream = get_sdp_stream (pmsg, nsession, nstream)); in reinvite_msg()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_commands/
H A Dmod_commands.c1672 switch_core_session_t *nsession = NULL; in SWITCH_STANDARD_API() local
1698 if ((nsession = switch_core_session_locate(uuid))) { in SWITCH_STANDARD_API()
1699 switch_channel_event_set_data(switch_core_session_get_channel(nsession), event); in SWITCH_STANDARD_API()
1700 switch_core_session_rwunlock(nsession); in SWITCH_STANDARD_API()
/dports/math/giacxcas/giac-1.6.0/src/
H A DGraph.cc5846 static int nsession=0; in latex_save_figure() local
5847 nsession++; in latex_save_figure()
5848 string thename="session"+print_INT_(nsession)+".tex"; in latex_save_figure()
7295 static int nsession=0; in latex_save_figure() local
7296 nsession++; in latex_save_figure()
7300 string thename="tortue"+print_INT_(nsession)+".tex"; in latex_save_figure()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/winport/
H A Dwin_setup_mysql_part1.sql218nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
289 ….\n\nThe rename operation is done atomically, which means that no other\nsession can access any of…
665 …resource usage for statements executed during the course of the current\nsession. It is used toget…
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/winport/
H A Dwin_setup_mysql_part1.sql218nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
289 ….\n\nThe rename operation is done atomically, which means that no other\nsession can access any of…
665 …resource usage for statements executed during the course of the current\nsession. It is used toget…
/dports/databases/mysql55-client/mysql-5.5.62/scripts/
H A Dfill_help_tables.sql104nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_core_media.c12986 switch_core_session_t *nsession; in switch_core_media_receive_message() local
13008 …if (msg->numeric_arg && switch_core_session_get_partner(session, &nsession) == SWITCH_STATUS_SUCCE… in switch_core_media_receive_message()
13010 switch_core_session_receive_message(nsession, msg); in switch_core_media_receive_message()
13011 switch_core_session_rwunlock(nsession); in switch_core_media_receive_message()
/dports/databases/mariadb103-server/mariadb-10.3.34/scripts/
H A Dfill_help_tables.sql110nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
184 ….\n\nThe rename operation is done atomically, which means that no other\nsession can access any of…
/dports/databases/mariadb103-client/mariadb-10.3.34/scripts/
H A Dfill_help_tables.sql110nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
184 ….\n\nThe rename operation is done atomically, which means that no other\nsession can access any of…
/dports/databases/percona56-server/percona-server-5.6.51-91.0/scripts/
H A Dfill_help_tables.sql269 …ts\nit to an internal Unix timestamp value in UTC. (Clients can set the\nsession time zone as desc…
584nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
620 …\nhas been expired. In restricted mode, operations performed within the\nsession result in an erro…
/dports/databases/percona56-client/percona-server-5.6.51-91.0/scripts/
H A Dfill_help_tables.sql269 …ts\nit to an internal Unix timestamp value in UTC. (Clients can set the\nsession time zone as desc…
584nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
620 …\nhas been expired. In restricted mode, operations performed within the\nsession result in an erro…
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/scripts/
H A Dfill_help_tables.sql269 …ts\nit to an internal Unix timestamp value in UTC. (Clients can set the\nsession time zone as desc…
584nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
620 …\nhas been expired. In restricted mode, operations performed within the\nsession result in an erro…
/dports/databases/mysql56-client/mysql-5.6.51/scripts/
H A Dfill_help_tables.sql269 …ts\nit to an internal Unix timestamp value in UTC. (Clients can set the\nsession time zone as desc…
584nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
620 …\nhas been expired. In restricted mode, operations performed within the\nsession result in an erro…
/dports/databases/percona57-server/percona-server-5.7.36-39/scripts/
H A Dfill_help_tables.sql273 …ts\nit to an internal Unix timestamp value in UTC. (Clients can set the\nsession time zone as desc…
644nsession requires exclusive access to them. A session can acquire or\nrelease locks only for itsel…
744 …om\nexecution of the most recent nondiagnostic statement in the current\nsession. If the most rece…

12