Home
last modified time | relevance | path

Searched refs:first_session (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/net/tcpslice/tcpslice-f73194c/
H A Dsessions.c337 first_session = first_session->next; in sessions_init()
400 first_session->addr.dest); in sessions_exit()
404 first_session = first_session->next; in sessions_exit()
405 free(first_session->prev); in sessions_exit()
406 first_session->prev = NULL; in sessions_exit()
408 free(first_session); in sessions_exit()
409 first_session = NULL; in sessions_exit()
467 elt->next = first_session; in sessions_add()
471 first_session = elt; in sessions_add()
500 first_session = elt->next; in sessions_del()
[all …]
/dports/net-mgmt/py-msrest/msrest-0.6.21/tests/
H A Dtest_client.py89 self.first_session = None
95 if self.first_session:
96 assert self.first_session is session
98 self.first_session = session
126 self.first_session = None
132 if self.first_session:
133 assert self.first_session is session
135 self.first_session = session
164 self.first_session = None
170 if self.first_session:
[all …]
/dports/net/trafshow/trafshow-5.2.3/
H A Dsession.c49 static SESSION *first_session = 0; /* first network session in table */ variable
70 for (sd = first_session; sd; sd = sd->next) {
94 if (!first_session) first_session = sd;
319 sd = first_session;
327 else first_session = next;
359 for (sd = first_session; sd; sd = sd->next) {
558 for (sd = first_session; sd; sd = sd->next) {
617 for (sd = first_session; sd; sd = sd->next) {
668 for (sd = first_session; sd; sd = sd->next) { in session_timeout()
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dhistoryapp.py72 first_session = inputs[0][0]
74 'output_history WHERE session >= ?', (first_session,)))
76 'sessions WHERE session >= ?', (first_session,)))
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dhistoryapp.py73 first_session = inputs[0][0]
75 'output_history WHERE session >= ?', (first_session,)))
77 'sessions WHERE session >= ?', (first_session,)))
/dports/emulators/bochs/bochs-2.7/iodev/hdimage/
H A Dcdrom_osx.cc86 u_char first_session; member
356 buf[2] = toc->first_session; in read_toc()
359 if (start_track < toc->first_session) in read_toc()
360 start_track = toc->first_session; in read_toc()
/dports/lang/ruby26/ruby-2.6.9/test/openssl/
H A Dtest_ssl_session.rb199 first_session = nil
204 server_connect_with_session(port, cctx, first_session) { |ssl|
206 first_session ||= ssl.session
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/audio/test/
H A Ddebug_recording_session_unittest.cc206 std::unique_ptr<DebugRecordingSession> first_session = in TEST_F() local
215 DestroyDebugRecordingSession(std::move(first_session)); in TEST_F()
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/ext/srtp/
H A Dgstsrtpenc.h82 gboolean first_session; member

123456789