Home
last modified time | relevance | path

Searched defs:SContext (Results 1 – 25 of 37) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/netstorage/
H A Dstate.hpp109 struct SContext : CObject struct
111 CNetICacheClientExt icache_client;
112 SFileTrackAPI filetrack_api;
113 CCompoundIDPool compound_id_pool;
114 TNetStorageFlags default_flags = 0;
115 string app_domain;
116 size_t relocate_chunk;
117 CRandom random;
123 CNetStorageObjectLoc Create(TNetStorageFlags flags) in Create()
128 CNetStorageObjectLoc Create(const string& key, TNetStorageFlags flags) in Create()
H A Dstate.cpp724 SContext::SContext(const SCombinedNetStorageConfig& config, TNetStorageFlags flags) in SContext() function in NDirectNetStorageImpl::SContext
735 SContext::SContext(const string& service_name, const string& domain, in SContext() function in NDirectNetStorageImpl::SContext
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DMachineContext.h15 typedef CONTEXT SContext; typedef
82 typedef x86_thread_state64_t SContext; typedef
114 typedef mcontext_t SContext; typedef
139 typedef mcontext_t SContext; typedef
157 typedef sigcontext SContext; typedef
167 typedef sigcontext SContext; typedef
182 typedef ucontext_t SContext; typedef
215 typedef mcontext_t SContext; typedef
248 typedef mcontext_t SContext; typedef
281 typedef mcontext_t SContext; typedef
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DMachineContext.h15 typedef CONTEXT SContext; typedef
82 typedef x86_thread_state64_t SContext; typedef
114 typedef mcontext_t SContext; typedef
139 typedef mcontext_t SContext; typedef
157 typedef sigcontext SContext; typedef
167 typedef sigcontext SContext; typedef
182 typedef ucontext_t SContext; typedef
215 typedef mcontext_t SContext; typedef
248 typedef mcontext_t SContext; typedef
281 typedef mcontext_t SContext; typedef
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DMachineContext.h15 typedef CONTEXT SContext; typedef
82 typedef x86_thread_state64_t SContext; typedef
114 typedef mcontext_t SContext; typedef
139 typedef mcontext_t SContext; typedef
157 typedef sigcontext SContext; typedef
167 typedef sigcontext SContext; typedef
182 typedef ucontext_t SContext; typedef
215 typedef mcontext_t SContext; typedef
248 typedef mcontext_t SContext; typedef
281 typedef mcontext_t SContext; typedef
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Core/
H A DMachineContext.h14 typedef FakeGenericContext SContext; typedef
17 typedef CONTEXT SContext; typedef
52 typedef x86_thread_state64_t SContext; typedef
75 typedef _STRUCT_MCONTEXT64 SContext; typedef
97 typedef mcontext_t SContext; typedef
127 typedef ucontext_t SContext; typedef
151 typedef mcontext_t SContext; typedef
175 typedef mcontext_t SContext; typedef
204 typedef mcontext_t SContext; typedef
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/
H A Dexception.hpp146 struct NCBI_DBAPIDRIVER_EXPORT SContext : public CObject { struct in CDB_Exception
147 SContext() { } in SContext() argument
152 string server_name;
153 string username;
154 string database_name;
155 string extra_msg;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/dbapi/driver/
H A Dexception.hpp146 struct NCBI_DBAPIDRIVER_EXPORT SContext : public CObject { struct in CDB_Exception
147 SContext() { } in SContext() argument
152 string server_name;
153 string username;
154 string database_name;
155 string extra_msg;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dnetstorage_rpc.cpp509 struct SContext struct
511 string locator;
512 const SNetStorage::SConfig::EErrMode m_ErrMode;
513 CRef<INetServerConnectionListener> m_Listener;
514 mutable CJsonNode m_OriginalRequest;
515 mutable CNetServerConnection m_Connection;
517 SContext(SNetStorageRPC* netstorage_rpc, const string& object_loc) : in SContext() argument
524 void TrapErrors(const CJsonNode& reply) in TrapErrors()
529 CJsonNode ReadMessage() in ReadMessage()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dnetstorage_rpc.cpp509 struct SContext struct
511 string locator;
512 const SNetStorage::SConfig::EErrMode m_ErrMode;
513 CRef<INetServerConnectionListener> m_Listener;
514 mutable CJsonNode m_OriginalRequest;
515 mutable CNetServerConnection m_Connection;
517 SContext(SNetStorageRPC* netstorage_rpc, const string& object_loc) : in SContext() function
524 void TrapErrors(const CJsonNode& reply) in TrapErrors()
529 CJsonNode ReadMessage() in ReadMessage()
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DContext.java298 public class SContext extends ContextHandler.SContext class in Context
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/servlet/
H A DContext.java298 public class SContext extends ContextHandler.SContext class in Context
/dports/devel/hadoop/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/handler/
H A DContextHandler.java1199 public class SContext implements ServletContext class in ContextHandler
1202 protected SContext() in SContext() method in ContextHandler.SContext
/dports/devel/hadoop2/jetty-6.1.14/modules/jetty/src/main/java/org/mortbay/jetty/handler/
H A DContextHandler.java1199 public class SContext implements ServletContext class in ContextHandler
1202 protected SContext() in SContext() method in ContextHandler.SContext
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/sample/app/serial/
H A Dseqannot_splicer_util.cpp89 } SContext; typedef
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/tools/
H A Dqlocale_win.cpp120 SContext, enumerator
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Dexception.cpp59 CDB_Exception::SContext::SContext(const CDBConnParams& params) in SContext() function in CDB_Exception::SContext
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Dexception.cpp59 CDB_Exception::SContext::SContext(const CDBConnParams& params) in SContext() function in CDB_Exception::SContext
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_win.cpp138 SContext, enumerator
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_win.cpp138 SContext, enumerator
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_win.cpp138 SContext, enumerator
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_win.cpp138 SContext, enumerator
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_win.cpp138 SContext, enumerator
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_win.cpp138 SContext, enumerator
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/text/
H A Dqlocale_win.cpp138 SContext, enumerator

12