Home
last modified time | relevance | path

Searched defs:sessions (Results 1 – 25 of 1746) sorted by relevance

12345678910>>...70

/dports/net/yggdrasil/yggdrasil-go-0.3.11/src/yggdrasil/
H A Dsession.go26 sessions *sessions // member
117 type sessions struct { struct
118 router *router
119 listener *Listener
120 listenerMutex sync.Mutex
121 lastCleanup time.Time
130 func (ss *sessions) init(r *router) {
138 func (ss *sessions) reconfigure() {
225 func (ss *sessions) cleanup() {
344 func (ss *sessions) handlePing(ping *sessionPing) {
[all …]
/dports/net/mediastreamer/mediastreamer-2.16.1/src/crypto/
H A Dms_srtp.c90 static void check_and_create_srtp_context(MSMediaStreamSessions *sessions) { in check_and_create_srtp_context()
186 static MSSrtpStreamContext* get_stream_context(MSMediaStreamSessions *sessions, bool_t is_send, boo… in get_stream_context()
198 static int ms_media_stream_session_fill_srtp_context(MSMediaStreamSessions *sessions, bool_t is_sen… in ms_media_stream_session_fill_srtp_context()
238 int ms_media_stream_sessions_fill_srtp_context_all_stream(struct _MSMediaStreamSessions *sessions) { in ms_media_stream_sessions_fill_srtp_context_all_stream()
429 bool_t ms_media_stream_sessions_secured(const MSMediaStreamSessions *sessions,MediaStreamDir dir) { in ms_media_stream_sessions_secured()
475 int ms_media_stream_sessions_set_encryption_mandatory(MSMediaStreamSessions *sessions, bool_t yesno… in ms_media_stream_sessions_set_encryption_mandatory()
491 bool_t ms_media_stream_sessions_get_encryption_mandatory(const MSMediaStreamSessions *sessions) { in ms_media_stream_sessions_get_encryption_mandatory()
538 int ms_media_stream_session_set_encryption_mandatory(MSMediaStreamSessions *sessions, bool_t yesno)… in ms_media_stream_session_set_encryption_mandatory()
543 bool_t ms_media_stream_sessions_get_encryption_mandatory(const MSMediaStreamSessions *sessions) { in ms_media_stream_sessions_get_encryption_mandatory()
548 bool_t ms_media_stream_sessions_secured(const MSMediaStreamSessions *sessions,MediaStreamDir dir) { in ms_media_stream_sessions_secured()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dsessions_collection_mock.cpp58 Status MockSessionsCollectionImpl::refreshSessions(const LogicalSessionRecordSet& sessions) { in refreshSessions()
62 Status MockSessionsCollectionImpl::removeRecords(const LogicalSessionIdSet& sessions) { in removeRecords()
86 const MockSessionsCollectionImpl::SessionMap& MockSessionsCollectionImpl::sessions() const { in sessions() function in mongo::MockSessionsCollectionImpl
90 Status MockSessionsCollectionImpl::_refreshSessions(const LogicalSessionRecordSet& sessions) { in _refreshSessions()
99 Status MockSessionsCollectionImpl::_removeRecords(const LogicalSessionIdSet& sessions) { in _removeRecords()
109 OperationContext* opCtx, const LogicalSessionIdSet& sessions) { in findRemovedSessions()
H A Dsessions_collection_mock.h118 const LogicalSessionRecordSet& sessions) override { in refreshSessions()
122 Status removeRecords(OperationContext* opCtx, const LogicalSessionIdSet& sessions) override { in removeRecords()
127 OperationContext* opCtx, const LogicalSessionIdSet& sessions) override { in findRemovedSessions()
132 const LogicalSessionIdSet& sessions) override { in removeTransactionRecords()
H A Dsessions_collection_standalone.cpp109 const LogicalSessionRecordSet& sessions) { in refreshSessions()
117 const LogicalSessionIdSet& sessions) { in removeRecords()
125 OperationContext* opCtx, const LogicalSessionIdSet& sessions) { in findRemovedSessions()
133 const LogicalSessionIdSet& sessions) { in removeTransactionRecords()
H A Dsessions_collection_sharded.cpp90 const LogicalSessionRecordSet& sessions) { in refreshSessions()
113 const LogicalSessionIdSet& sessions) { in removeRecords()
137 OperationContext* opCtx, const LogicalSessionIdSet& sessions) { in findRemovedSessions()
181 const LogicalSessionIdSet& sessions) { in removeTransactionRecords()
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/openfire/multiplex/
H A DConnectionMultiplexerManager.java159 … Map<StreamID, LocalClientSession> sessions = sessionsByManager.get(connectionManagerDomain); in createClientSession() local
183 Map<StreamID, LocalClientSession> sessions = sessionsByManager.get(connectionManagerDomain); in closeClientSession() local
202 Map<StreamID, LocalClientSession> sessions = sessionsByManager.get(connectionManagerName); in multiplexerAvailable() local
222 … Map<StreamID, LocalClientSession> sessions = sessionsByManager.remove(connectionManagerName); in multiplexerUnavailable() local
243 Map<StreamID, LocalClientSession> sessions = sessionsByManager.get(connectionManagerDomain); in getClientSession() local
261 List<ConnectionMultiplexerSession> sessions = in getMultiplexerSession() local
348 … Map<StreamID, LocalClientSession> sessions = sessionsByManager.get(connectionManagerDomain); in removeSession() local
/dports/net-im/jicofo/jicofo-ec1b29e/src/main/java/org/jitsi/jicofo/recording/jibri/
H A DJibriSessionStats.java19 private static int countActive(List<JibriSession> sessions, in countActive()
35 List<JibriSession> sessions, in countJibris()
60 private static int countPending(List<JibriSession> sessions, in countPending()
110 public JibriSessionStats(List<JibriSession> sessions) in JibriSessionStats()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/v8/client/
H A Dsession.go18 type sessions struct { struct
19 Entries map[string]*session
20 mux sync.RWMutex
24 func (s *sessions) destroy() {
34 func (s *sessions) update(sess *session) {
54 func (s *sessions) get(realm string) (*session, bool) {
155 func (s *sessions) JSON() (string, error) {
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/jcmturner/gokrb5/v8/client/
H A Dsession.go18 type sessions struct { struct
19 Entries map[string]*session
20 mux sync.RWMutex
24 func (s *sessions) destroy() {
34 func (s *sessions) update(sess *session) {
54 func (s *sessions) get(realm string) (*session, bool) {
155 func (s *sessions) JSON() (string, error) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/v8/client/
H A Dsession.go18 type sessions struct { struct
19 Entries map[string]*session
20 mux sync.RWMutex
24 func (s *sessions) destroy() {
34 func (s *sessions) update(sess *session) {
54 func (s *sessions) get(realm string) (*session, bool) {
155 func (s *sessions) JSON() (string, error) {
/dports/net/rclone/rclone-1.57.0/vendor/github.com/jcmturner/gokrb5/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/security/vault/vault-1.8.2/vendor/github.com/jcmturner/gokrb5/v8/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/jcmturner/gokrb5/v8/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/jcmturner/gokrb5/v8/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/jcmturner/gokrb5/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/net/goreplay/goreplay-1.2.0/vendor/gopkg.in/jcmturner/gokrb5.v7/gokrb5-7.5.0/v8/client/
H A Dsession.go16 type sessions struct { struct
17 Entries map[string]*session
18 mux sync.RWMutex
22 func (s *sessions) destroy() {
32 func (s *sessions) update(sess *session) {
52 func (s *sessions) get(realm string) (*session, bool) {
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/storage/protocol/
H A DLegacyJsonSessionStore.java19 private final List<LegacySessionInfo> sessions; field in LegacyJsonSessionStore
21 private LegacyJsonSessionStore(final List<LegacySessionInfo> sessions) { in LegacyJsonSessionStore()
37 var sessions = new ArrayList<LegacySessionInfo>(); in deserialize() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/phonehub/
H A Dbrowser_tabs_model_provider_impl_unittest.cc140 std::vector<const sync_sessions::SyncedSession*>* sessions) { in MockGetAllForeignSessions()
155 std::vector<const sync_sessions::SyncedSession*>* sessions) { in set_synced_sessions()
210 std::vector<const sync_sessions::SyncedSession*> sessions; in TEST_F() local
245 std::vector<const sync_sessions::SyncedSession*> sessions({new_session}); in TEST_F() local
276 std::vector<const sync_sessions::SyncedSession*> sessions( in TEST_F() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/cmdline/
H A DBenchSpriteSort.cpp75 std::vector<RecordedPaintSession> sessions; in extract_paint_session() local
141 auto sessions = inputSessions; in BM_paint_session_arrange() local
164 std::vector<RecordedPaintSession> sessions(1); in cmdline_for_bench_sprite_sort() local
189 std::vector<RecordedPaintSession> sessions = extract_paint_session(argv[i]); in cmdline_for_bench_sprite_sort() local
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/general/
H A Dlogon_ok.php249 $sessions = db_get_all_rows_sql ($sql); variable
252 $sessions = array (); variable
446 $sessions = db_get_all_rows_sql ($sql); variable
449 $sessions = array (); variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/history/
H A Dmedia_history_browsertest.cc161 sessions) { in GetPlaybackSessionsSync()
409 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 1); in IN_PROC_BROWSER_TEST_P() local
483 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 1); in IN_PROC_BROWSER_TEST_P() local
529 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 1); in IN_PROC_BROWSER_TEST_P() local
544 auto sessions = in IN_PROC_BROWSER_TEST_P() local
579 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 1); in IN_PROC_BROWSER_TEST_P() local
625 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 2); in IN_PROC_BROWSER_TEST_P() local
642 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 1); in IN_PROC_BROWSER_TEST_P() local
829 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 2); in IN_PROC_BROWSER_TEST_P() local
1063 auto sessions = GetPlaybackSessionsSync(GetMediaHistoryService(browser), 1); in IN_PROC_BROWSER_TEST_P() local
[all …]

12345678910>>...70