Home
last modified time | relevance | path

Searched refs:TEndpointTransportBase (Results 1 – 24 of 24) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/delphi/src/
H A DThrift.Transport.pas103 TEndpointTransportBase = class abstract( TTransportBase, ITransport) class
309 TStreamTransportImpl = class( TEndpointTransportBase, IStreamTransport)
544 constructor TEndpointTransportBase.Create( const aConfig : IThriftConfiguration);
556 function TEndpointTransportBase.Configuration : IThriftConfiguration; in Configuration()
562 function TEndpointTransportBase.MaxMessageSize : Integer; in MaxMessageSize()
569 procedure TEndpointTransportBase.ResetConsumedMessageSize( const newSize : Int64);
589 procedure TEndpointTransportBase.UpdateKnownMessageSize( const size : Int64);
600 procedure TEndpointTransportBase.CheckReadBytesAvailable( const numBytes : Int64);
608 procedure TEndpointTransportBase.CountConsumedMessageBytes( const numBytes : Int64);
H A DThrift.Transport.MsxmlHTTP.pas44 TMsxmlHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
H A DThrift.Transport.WinHTTP.pas40 TWinHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
/dports/devel/py-thrift/thrift-0.14.0/lib/delphi/src/
H A DThrift.Transport.pas103 TEndpointTransportBase = class abstract( TTransportBase, ITransport) class
309 TStreamTransportImpl = class( TEndpointTransportBase, IStreamTransport)
544 constructor TEndpointTransportBase.Create( const aConfig : IThriftConfiguration);
556 function TEndpointTransportBase.Configuration : IThriftConfiguration; in Configuration()
562 function TEndpointTransportBase.MaxMessageSize : Integer; in MaxMessageSize()
569 procedure TEndpointTransportBase.ResetConsumedMessageSize( const newSize : Int64);
589 procedure TEndpointTransportBase.UpdateKnownMessageSize( const size : Int64);
600 procedure TEndpointTransportBase.CheckReadBytesAvailable( const numBytes : Int64);
608 procedure TEndpointTransportBase.CountConsumedMessageBytes( const numBytes : Int64);
H A DThrift.Transport.MsxmlHTTP.pas44 TMsxmlHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
H A DThrift.Transport.WinHTTP.pas40 TWinHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/delphi/src/
H A DThrift.Transport.pas103 TEndpointTransportBase = class abstract( TTransportBase, ITransport) class
309 TStreamTransportImpl = class( TEndpointTransportBase, IStreamTransport)
544 constructor TEndpointTransportBase.Create( const aConfig : IThriftConfiguration);
556 function TEndpointTransportBase.Configuration : IThriftConfiguration; in Configuration()
562 function TEndpointTransportBase.MaxMessageSize : Integer; in MaxMessageSize()
569 procedure TEndpointTransportBase.ResetConsumedMessageSize( const newSize : Int64);
589 procedure TEndpointTransportBase.UpdateKnownMessageSize( const size : Int64);
600 procedure TEndpointTransportBase.CheckReadBytesAvailable( const numBytes : Int64);
608 procedure TEndpointTransportBase.CountConsumedMessageBytes( const numBytes : Int64);
H A DThrift.Transport.MsxmlHTTP.pas44 TMsxmlHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
H A DThrift.Transport.WinHTTP.pas40 TWinHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
/dports/devel/thrift-cpp/thrift-0.14.0/lib/delphi/src/
H A DThrift.Transport.pas103 TEndpointTransportBase = class abstract( TTransportBase, ITransport) class
309 TStreamTransportImpl = class( TEndpointTransportBase, IStreamTransport)
544 constructor TEndpointTransportBase.Create( const aConfig : IThriftConfiguration);
556 function TEndpointTransportBase.Configuration : IThriftConfiguration; in Configuration()
562 function TEndpointTransportBase.MaxMessageSize : Integer; in MaxMessageSize()
569 procedure TEndpointTransportBase.ResetConsumedMessageSize( const newSize : Int64);
589 procedure TEndpointTransportBase.UpdateKnownMessageSize( const size : Int64);
600 procedure TEndpointTransportBase.CheckReadBytesAvailable( const numBytes : Int64);
608 procedure TEndpointTransportBase.CountConsumedMessageBytes( const numBytes : Int64);
H A DThrift.Transport.MsxmlHTTP.pas44 TMsxmlHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
H A DThrift.Transport.WinHTTP.pas40 TWinHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
/dports/devel/thrift/thrift-0.14.0/lib/delphi/src/
H A DThrift.Transport.pas103 TEndpointTransportBase = class abstract( TTransportBase, ITransport) class
309 TStreamTransportImpl = class( TEndpointTransportBase, IStreamTransport)
544 constructor TEndpointTransportBase.Create( const aConfig : IThriftConfiguration);
556 function TEndpointTransportBase.Configuration : IThriftConfiguration; in Configuration()
562 function TEndpointTransportBase.MaxMessageSize : Integer; in MaxMessageSize()
569 procedure TEndpointTransportBase.ResetConsumedMessageSize( const newSize : Int64);
589 procedure TEndpointTransportBase.UpdateKnownMessageSize( const size : Int64);
600 procedure TEndpointTransportBase.CheckReadBytesAvailable( const numBytes : Int64);
608 procedure TEndpointTransportBase.CountConsumedMessageBytes( const numBytes : Int64);
H A DThrift.Transport.MsxmlHTTP.pas44 TMsxmlHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
H A DThrift.Transport.WinHTTP.pas40 TWinHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
/dports/devel/node-thrift/thrift-0.14.0/lib/delphi/src/
H A DThrift.Transport.pas103 TEndpointTransportBase = class abstract( TTransportBase, ITransport) class
309 TStreamTransportImpl = class( TEndpointTransportBase, IStreamTransport)
544 constructor TEndpointTransportBase.Create( const aConfig : IThriftConfiguration);
556 function TEndpointTransportBase.Configuration : IThriftConfiguration; in Configuration()
562 function TEndpointTransportBase.MaxMessageSize : Integer; in MaxMessageSize()
569 procedure TEndpointTransportBase.ResetConsumedMessageSize( const newSize : Int64);
589 procedure TEndpointTransportBase.UpdateKnownMessageSize( const size : Int64);
600 procedure TEndpointTransportBase.CheckReadBytesAvailable( const numBytes : Int64);
608 procedure TEndpointTransportBase.CountConsumedMessageBytes( const numBytes : Int64);
H A DThrift.Transport.MsxmlHTTP.pas44 TMsxmlHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
H A DThrift.Transport.WinHTTP.pas40 TWinHTTPClientImpl = class( TEndpointTransportBase, IHTTPClient)
/dports/devel/py-thrift/thrift-0.14.0/
H A DCHANGES.md128 …FT-5088](https://issues.apache.org/jira/browse/THRIFT-5088) - Memory leak in TEndpointTransportBase
/dports/devel/thrift-cpp/thrift-0.14.0/
H A DCHANGES.md128 …FT-5088](https://issues.apache.org/jira/browse/THRIFT-5088) - Memory leak in TEndpointTransportBase
/dports/devel/thrift-c_glib/thrift-0.14.0/
H A DCHANGES.md128 …FT-5088](https://issues.apache.org/jira/browse/THRIFT-5088) - Memory leak in TEndpointTransportBase
/dports/devel/thrift/thrift-0.14.0/
H A DCHANGES.md128 …FT-5088](https://issues.apache.org/jira/browse/THRIFT-5088) - Memory leak in TEndpointTransportBase
/dports/devel/node-thrift/thrift-0.14.0/
H A DCHANGES.md128 …FT-5088](https://issues.apache.org/jira/browse/THRIFT-5088) - Memory leak in TEndpointTransportBase
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/
H A DCHANGES.md161 …FT-5088](https://issues.apache.org/jira/browse/THRIFT-5088) - Memory leak in TEndpointTransportBase