Home
last modified time | relevance | path

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

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/test/suite/
H A Dtest_bug004.py64 tmp_session = self.conn.open_session(None)
65 tmp_session.begin_transaction("isolation=snapshot")
83 c1 = tmp_session.open_cursor(self.uri, None)
H A Dtest_truncate03.py56 tmp_session = self.conn.open_session(None)
57 tmp_session.begin_transaction("isolation=snapshot")
/dports/security/distcache/distcache-1.5.1/test/
H A Ddc_test.c366 SSL_SESSION *tmp_session; in do_client() local
370 if((tmp_session = int_new_ssl_session((idx < withcert) ? in do_client()
377 sessions_idlen[idx] = tmp_session->session_id_length; in do_client()
378 sessions_len[idx] = i2d_SSL_SESSION(tmp_session, NULL); in do_client()
384 SYS_memcpy_n(unsigned char, ptr, tmp_session->session_id, in do_client()
394 ret = i2d_SSL_SESSION(tmp_session, &ptr); in do_client()
396 SSL_SESSION_free(tmp_session); in do_client()
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dsshmasterconnection.cpp207 ssh_session tmp_session = ssh_new (); in SshMasterConnection() local
209 if (!tmp_session) { in SshMasterConnection()
221 if (ssh_options_parse_config (tmp_session, NULL) < 0) { in SshMasterConnection()
232 ssh_free (tmp_session); in SshMasterConnection()
842 ssh_session tmp_session = ssh_new (); local
844 if (!tmp_session) {
858 ssh_options_get_port (tmp_session, &inferred_port);
863 ssh_free (tmp_session);
2007 ssh_session tmp_session = ssh_new ();
2009 if (!tmp_session) {
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_log.c52 WT_SESSION_IMPL *tmp_session; in __logmgr_force_archive() local
60 "compatibility-reconfig", true, 0, &tmp_session)); in __logmgr_force_archive()
71 WT_RET(tmp_session->iface.checkpoint( in __logmgr_force_archive()
72 &tmp_session->iface, "force=1")); in __logmgr_force_archive()
81 WT_RET(WT_SESSION_CHECK_PANIC(tmp_session)); in __logmgr_force_archive()
82 WT_RET(__wt_log_truncate_files(tmp_session, NULL, true)); in __logmgr_force_archive()
84 WT_RET(tmp_session->iface.close(&tmp_session->iface, NULL)); in __logmgr_force_archive()
/dports/mail/spamdyke/spamdyke-5.0.1/spamdyke/
H A Dtls.c556 SSL *tmp_session; in tls_test() local
559 tmp_session = NULL; in tls_test()
561 return_value = tls_init_inner(current_settings, &tmp_context, &tmp_session); in tls_test()
562 tls_end_inner(current_settings, -1, &tmp_context, &tmp_session); in tls_test()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqofsession.h305 gboolean qof_session_export (QofSession *tmp_session,
H A Dqofsession.cpp680 qof_session_export (QofSession *tmp_session, in qof_session_export() argument
684 if ((!tmp_session) || (!real_session)) return FALSE; in qof_session_export()
685 return tmp_session->export_session (*real_session, percentage_func); in qof_session_export()
/dports/databases/pymongo/pymongo-3.12.0/pymongo/
H A Ddatabase.py784 session, close=False) as tmp_session:
788 session=tmp_session)["cursor"]
793 session=tmp_session,
/dports/www/interchange/interchange-5.6.3/lib/Vend/
H A DDispatch.pm1097 $Vend::tmp_session = 1;
1245 $Vend::tmp_session = $Vend::new_session = 1;
1290 $Vend::tmp_session = $Vend::new_session = 1;
1327 if($Vend::tmp_session) {
H A DServer.pm489 return '' if $Vend::tmp_session;
646 if ( ! $Vend::tmp_session
/dports/security/snort/snort-2.9.18/src/dynamic-preprocessors/appid/
H A Dfw_appid.c3534 tTmpAppIdData *tmp_session; in fwAppIdSearch() local
3538 tmp_session = tmp_app_id_free_list; in fwAppIdSearch()
3539 tmp_app_id_free_list = tmp_session->next; in fwAppIdSearch()
3542 …else if (!(tmp_session = _dpd.snortAlloc(1, sizeof(*tmp_session), PP_APP_ID, PP_MEM_CATEGORY_SESSI… in fwAppIdSearch()
3544 tmp_session->common.fsf_type.flow_type = APPID_SESSION_TYPE_TMP; in fwAppIdSearch()
3545 tmp_session->common.flags = flow_flags; in fwAppIdSearch()
3547 sfaddr_copy_to_raw(&tmp_session->common.initiator_ip, ip); in fwAppIdSearch()
3549tmp_session->common.initiator_port = (direction == APP_ID_FROM_INITIATOR) ? p->src_port : p->dst_p… in fwAppIdSearch()
3551 tmp_session->common.initiator_port = 0; in fwAppIdSearch()
3552 tmp_session->common.policyId = appIdPolicyId; in fwAppIdSearch()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dkhomp_pvt.cpp990 switch_core_session_t * tmp_session; in destroy() local
997 tmp_session = _session; in destroy()
1001 tmp_session = s; in destroy()
1005 switch_core_session_destroy(&tmp_session); in destroy()
/dports/www/interchange/interchange-5.6.3/
H A DWHATSNEW-4.9399 Sets $Vend::tmp_session so no cookie is issued.