Home
last modified time | relevance | path

Searched defs:session_handler (Results 1 – 10 of 10) sorted by relevance

/dports/databases/dalmp/DALMP-3.1.0/src/DALMP/
H A DSessions.php20 private $session_handler; variable in DALMP\\Sessions
28 public function __construct($session_handler = false, $hash_algo = 'sha256')
/dports/net/freediameter/freeDiameter-1.5.0/libfdproto/
H A Dsessions.c68 struct session_handler { struct
86 struct session_handler *hdl; /* The handler for which this state was registered */ argument
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_interactive/
H A Dsessions.i62 struct session_handler { struct
67 session_handler(PyObject * PyCb) { in session_handler() function
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/session_test/src/Session/
H A DTestSessionHandlerProxy.php32 …public function __construct(\SessionHandlerInterface $session_handler, $optional_argument = NULL) {
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/session_test/src/Session/
H A DTestSessionHandlerProxy.php32 …public function __construct(\SessionHandlerInterface $session_handler, $optional_argument = NULL) {
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/
H A DHttp2ClientSession.h141 SessionHandler session_handler = nullptr; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libjingle_xmpp/xmpp/
H A Dxmppengineimpl.cc75 XmppSessionHandler* session_handler) { in SetSessionHandler()
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/xmpp/
H A Dxmppengineimpl.cc91 XmppSessionHandler* session_handler) { in SetSessionHandler()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libjingle_xmpp/xmpp/
H A Dxmppengineimpl.cc75 XmppSessionHandler* session_handler) { in SetSessionHandler()
/dports/security/kleopatra/kleopatra-21.12.3/src/uiserver/
H A Dassuanserverconnection.cpp349 static int session_handler(assuan_context_t ctx_, char *line) function in AssuanServerConnection::Private