Home
last modified time | relevance | path

Searched refs:toApp (Results 1 – 25 of 39) sorted by relevance

12

/dports/devel/sope/SOPE/sope-appserver/mod_ngobjweb/
H A Dhandler.c260 NGBufferedDescriptor *toApp = NULL; local
412 if (toApp == NULL) {
649 if (toApp) {
651 toApp = NULL;
665 if (toApp) {
666 NGBufferedDescriptor_free(toApp);
667 toApp = NULL;
686 if (toApp) {
688 toApp = NULL;
761 if (toApp) {
[all …]
/dports/devel/sope2/SOPE/sope-appserver/mod_ngobjweb/
H A Dhandler.c260 NGBufferedDescriptor *toApp = NULL; local
412 if (toApp == NULL) {
649 if (toApp) {
651 toApp = NULL;
665 if (toApp) {
666 NGBufferedDescriptor_free(toApp);
667 toApp = NULL;
686 if (toApp) {
688 toApp = NULL;
761 if (toApp) {
[all …]
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DApplication.h56 virtual void toApp( Message&, const SessionID& )
89 void toApp( Message& message, const SessionID& sessionID ) in toApp() function
91 { Locker l( m_mutex ); app().toApp( message, sessionID ); } in toApp()
117 void toApp( Message&, const SessionID& ) in toApp() function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-static-1.6.1.0/Yesod/EmbeddedStatic/
H A DInternal.hs108 toApp :: (Request -> IO Response) -> Application
109 toApp f req g = f req >>= g function
112 tryExtraDevelFiles = toApp . tryExtraDevelFiles'
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-static-1.6.0.1/Yesod/EmbeddedStatic/
H A DInternal.hs108 toApp :: (Request -> IO Response) -> Application
109 toApp f req g = f req >>= g function
112 tryExtraDevelFiles = toApp . tryExtraDevelFiles'
/dports/finance/quickfix/quickfix-1.15.1/src/
H A Dat_application.cs45 public void toApp( Message message, SessionID sessionID ) {} in toApp() method in at_application
H A DApplicationImpl.cs28 public void toApp(Message message, SessionID sessionId) {} in toApp() method in ApplicationImpl
H A Dat_application.rb28 def toApp(sessionID, message) method in Application
H A Dat_application.py16 def toApp(self, sessionID, message): return member in Application
H A Dat_application.h181 void toApp( FIX::Message& message, const FIX::SessionID& ) in toApp() function
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.h28 virtual void toApp(FIX::Message &arg0, FIX::SessionID const &arg1) throw(FIX::DoNotSend);
H A Dquickfix.i94 %feature("director:except") FIX::Application::toApp {
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/C++/
H A DApplication.h49 void toApp( FIX::Message&, const FIX::SessionID& )
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A DQuickfixPython.h27 virtual void toApp(FIX::Message &arg0, FIX::SessionID const &arg1) throw(FIX::DoNotSend);
H A Dquickfix.i134 %feature("director:except") FIX::Application::toApp {
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A DQuickfixPython.h27 virtual void toApp(FIX::Message &arg0, FIX::SessionID const &arg1) throw(FIX::DoNotSend);
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A DQuickfixPython.h27 virtual void toApp(FIX::Message &arg0, FIX::SessionID const &arg1) throw(FIX::DoNotSend);
/dports/finance/quickfix/quickfix-1.15.1/examples/ordermatch/
H A DApplication.h51 void toApp( FIX::Message&, const FIX::SessionID& ) in toApp() function
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/ruby/
H A Dexecutor.rb26 def toApp(sessionID, message) method in Application
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/cn3d/
H A Dmessenger.hpp197 …void FileMessengerSend(const std::string& toApp, const std::string& command, const std::string& da…
H A Dstructure_window.hpp86 void SendCommand(const std::string& toApp, const std::string& command, const std::string& data);
H A Dmessenger.cpp599 void Messenger::FileMessengerSend(const std::string& toApp, in FileMessengerSend() argument
602 if (structureWindow) structureWindow->SendCommand(toApp, command, data); in FileMessengerSend()
/dports/lang/elm/compiler-0.19.1/builder/src/Deps/
H A DSolver.hs154 (\s a _ -> return $ Ok (toApp s pkg outline allDeps a))
159 toApp :: State -> Pkg.Name -> Outline.AppOutline -> Map.Map Pkg.Name V.Version -> Map.Map Pkg.Name …
160 toApp (State _ _ _ constraints) pkg (Outline.AppOutline elm srcDirs direct _ testDirect _) old new = function
/dports/finance/quickfix/quickfix-1.15.1/examples/tradeclient/
H A DApplication.h83 void toApp( FIX::Message&, const FIX::SessionID& )
/dports/finance/quickfix/quickfix-1.15.1/examples/executor/python/
H A Dexecutor.py14 def toApp(self, sessionID, message): return member in Application

12