Home
last modified time | relevance | path

Searched defs:SessionObject (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtxclient/crypto/
H A Dobjects.hpp149 struct SessionObject struct
151 using olm_type = OlmSession;
153 static olm_type *allocate() { return olm_session(new uint8_t[olm_session_size()]); } in allocate()
155 static size_t pickle_length(olm_type *session) { return olm_pickle_session_length(session); } in pickle_length()
157 static size_t pickle(olm_type *session, in pickle()
166 static size_t unpickle(olm_type *session, in unpickle()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession_object.h49 SessionObject (Session& session, const std::string& name) in SessionObject() function
H A Dplugin.h58 class SessionObject; variable
/dports/www/py-turbogears2/TurboGears2-2.3.12/tg/appwrappers/
H A Dsession.py9 SessionObject = None variable
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/
H A DSessionTest.java33 protected abstract class SessionObject<T> { class in SessionTest
37 public SessionObject(int index, T... items) { in SessionObject() method in SessionTest.SessionObject
/dports/security/softhsm2/softhsm-2.6.1/src/lib/object_store/
H A DSessionObject.cpp38 SessionObject::SessionObject(SessionObjectStore* inParent, CK_SLOT_ID inSlotID, CK_SESSION_HANDLE i… in SessionObject() function in SessionObject
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/
H A DSessionTest.java38 protected abstract class SessionObject<T> { class in SessionTest
42 public SessionObject(int index, T... items) { in SessionObject() method in SessionTest.SessionObject
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/beaker/
H A Dsession.py736 class SessionObject(object): class
/dports/www/py-beaker/Beaker-1.11.0/beaker/
H A Dsession.py779 class SessionObject(object): class