Home
last modified time | relevance | path

Searched refs:SocketRecvFailed (Results 1 – 18 of 18) sorted by relevance

/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DThreadedSocketConnection.cpp111 if ( size <= 0 ) { throw SocketRecvFailed( size ); } in read()
120 throw SocketRecvFailed( result ); in read()
126 catch ( SocketRecvFailed& e ) in read()
146 throw( SocketRecvFailed ) in readMessage()
H A DSocketConnection.cpp115 catch( SocketRecvFailed& e ) in read()
174 catch ( SocketRecvFailed& e ) in read()
198 throw( SocketRecvFailed ) in readFromSocket()
201 if( size <= 0 ) throw SocketRecvFailed( size ); in readFromSocket()
H A DThreadedSSLSocketConnection.cpp284 throw SocketRecvFailed(size); in read()
297 throw SocketRecvFailed(result); in read()
307 catch (SocketRecvFailed &e) in read()
327 SocketRecvFailed) in readMessage()
H A DSSLSocketConnection.cpp248 catch( SocketRecvFailed& e ) in read()
307 catch ( SocketRecvFailed& e ) in read()
331 throw( SocketRecvFailed ) in readFromSocket()
383 throw SocketRecvFailed(size); in readFromSocket()
H A DExceptions.h278 struct SocketRecvFailed : public SocketException struct
280 SocketRecvFailed( ssize_t size ) in SocketRecvFailed() argument
282 SocketRecvFailed( const std::string& what ) in SocketRecvFailed() function
H A DThreadedSocketConnection.h63 bool readMessage( std::string& msg ) throw( SocketRecvFailed );
H A DThreadedSSLSocketConnection.h164 bool readMessage(std::string &msg) throw(SocketRecvFailed);
H A DSocketConnection.h83 void readFromSocket() throw( SocketRecvFailed );
H A DSSLSocketConnection.h183 void readFromSocket() throw( SocketRecvFailed );
H A DHttpConnection.h46 bool readMessage( std::string& msg ) throw( SocketRecvFailed );
H A DHttpConnection.cpp70 if ( size <= 0 ) { throw SocketRecvFailed( size ); } in read()
80 throw SocketRecvFailed( result ); in read()
86 catch ( SocketRecvFailed& ) in read()
94 throw( SocketRecvFailed ) in readMessage()
/dports/finance/quickfix/quickfix-1.15.1/src/python2/
H A Dquickfix.py796 class SocketRecvFailed(SocketException): class
800 __setattr__ = lambda self, name, value: _swig_setattr(self, SocketRecvFailed, name, value)
804 __getattr__ = lambda self, name: _swig_getattr(self, SocketRecvFailed, name)
816 SocketRecvFailed_swigregister(SocketRecvFailed)
H A DQuickfixPython.cpp11458 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_0()
11476 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed(arg1); in _wrap_new_SocketRecvFailed__SWIG_0()
11491 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_1()
11507 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed((std::string const &)*arg1); in _wrap_new_SocketRecvFailed__SWIG_1()
11571 FIX::SocketRecvFailed *arg1 = (FIX::SocketRecvFailed *) 0 ; in _wrap_delete_SocketRecvFailed()
11581 arg1 = reinterpret_cast< FIX::SocketRecvFailed * >(argp1); in _wrap_delete_SocketRecvFailed()
274754 return (void *)((FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__SocketException()
274766 return (void *)((FIX::Exception *) (FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__Exception()
/dports/finance/quickfix/quickfix-1.15.1/src/python/
H A Dquickfix.py796 class SocketRecvFailed(SocketException): class
800 __setattr__ = lambda self, name, value: _swig_setattr(self, SocketRecvFailed, name, value)
804 __getattr__ = lambda self, name: _swig_getattr(self, SocketRecvFailed, name)
816 SocketRecvFailed_swigregister(SocketRecvFailed)
H A DQuickfixPython.cpp11458 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_0()
11476 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed(arg1); in _wrap_new_SocketRecvFailed__SWIG_0()
11491 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_1()
11507 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed((std::string const &)*arg1); in _wrap_new_SocketRecvFailed__SWIG_1()
11571 FIX::SocketRecvFailed *arg1 = (FIX::SocketRecvFailed *) 0 ; in _wrap_delete_SocketRecvFailed()
11581 arg1 = reinterpret_cast< FIX::SocketRecvFailed * >(argp1); in _wrap_delete_SocketRecvFailed()
274754 return (void *)((FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__SocketException()
274766 return (void *)((FIX::Exception *) (FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__Exception()
/dports/finance/quickfix/quickfix-1.15.1/src/python3/
H A Dquickfix.py796 class SocketRecvFailed(SocketException): class
800 __setattr__ = lambda self, name, value: _swig_setattr(self, SocketRecvFailed, name, value)
804 __getattr__ = lambda self, name: _swig_getattr(self, SocketRecvFailed, name)
816 SocketRecvFailed_swigregister(SocketRecvFailed)
H A DQuickfixPython.cpp11458 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_0()
11476 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed(arg1); in _wrap_new_SocketRecvFailed__SWIG_0()
11491 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_1()
11507 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed((std::string const &)*arg1); in _wrap_new_SocketRecvFailed__SWIG_1()
11571 FIX::SocketRecvFailed *arg1 = (FIX::SocketRecvFailed *) 0 ; in _wrap_delete_SocketRecvFailed()
11581 arg1 = reinterpret_cast< FIX::SocketRecvFailed * >(argp1); in _wrap_delete_SocketRecvFailed()
274754 return (void *)((FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__SocketException()
274766 return (void *)((FIX::Exception *) (FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__Exception()
/dports/finance/quickfix/quickfix-1.15.1/src/ruby/
H A DQuickfixRuby.cpp9336 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_0()
9352 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed(arg1); in _wrap_new_SocketRecvFailed__SWIG_0()
9380 FIX::SocketRecvFailed *result = 0 ; in _wrap_new_SocketRecvFailed__SWIG_1()
9396 result = (FIX::SocketRecvFailed *)new FIX::SocketRecvFailed((std::string const &)*arg1); in _wrap_new_SocketRecvFailed__SWIG_1()
9452 FIX::SocketRecvFailed *arg1 = (FIX::SocketRecvFailed *)self; in free_FIX_SocketRecvFailed()
227031 return (void *)((FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__SocketException()
227043 return (void *)((FIX::Exception *) (FIX::SocketException *) ((FIX::SocketRecvFailed *) x)); in _p_FIX__SocketRecvFailedTo_p_FIX__Exception()