/dports/lang/solidity/solidity_0.8.11/libsolc/ |
H A D | libsolc.cpp | 75 ReadCallback::Callback wrapReadCallback(CStyleReadFileCallback _readCallback, void* _readContext) in wrapReadCallback() argument 78 if (_readCallback) in wrapReadCallback() 84 _readCallback(_readContext, _kind.data(), _data.data(), &contents_c, &error_c); in wrapReadCallback() 109 string compile(string _input, CStyleReadFileCallback _readCallback, void* _readContext) in compile() argument 111 StandardCompiler compiler(wrapReadCallback(_readCallback, _readContext)); in compile() 130 extern char* solidity_compile(char const* _input, CStyleReadFileCallback _readCallback, void* _read… in solidity_compile() argument 132 return solidityAllocations.emplace_back(compile(_input, _readCallback, _readContext)).data(); in solidity_compile()
|
H A D | libsolc.h | 91 char* solidity_compile(char const* _input, CStyleReadFileCallback _readCallback, void* _readContext…
|
/dports/astro/py-ro/RO-3.6.9/python/RO/Comm/ |
H A D | TwistedSocket.py | 46 self._readCallback = nullCallback 57 self._readCallback = readCallback 80 if self.__buffer and self._readCallback: 81 Timer(0, self._readCallback, self) 95 if self.__buffer and self._readCallback: 96 Timer(0, self._readCallback, self) 106 self._readCallback(self) 124 self._readCallback = nullCallback 327 if self._readCallback: 329 self._readCallback(self) [all …]
|
H A D | TkSerial.py | 186 self._readCallback = readCallback 293 self._readCallback = callFunc 337 self._readCallback = None 342 if self._readCallback: 344 self._readCallback(self) 346 … sys.stderr.write("%s read callback %s failed: %s\n" % (self, self._readCallback, e,)) 389 self._readCallback = None
|
H A D | TkSocket.py | 333 if self.__buffer and self._readCallback: 334 RO.TkUtil.Timer(0.000001, self._readCallback, self) 356 if self.__buffer and self._readCallback: 357 RO.TkUtil.Timer(0.000001, self._readCallback, self) 444 self._readCallback(self)
|
H A D | BaseSocket.py | 217 self._readCallback = readCallback or nullCallback 247 self._readCallback = callFunc or nullCallback 301 self._readCallback = nullCallback
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Security/src/System/Net/Security/Pal.OSX/ |
H A D | SafeDeleteSslContext.cs | 18 private Interop.AppleCrypto.SSLReadFunc _readCallback; field in System.Net.SafeDeleteSslContext 34 _readCallback = ReadFromConnection; in SafeDeleteSslContext() 42 _readCallback, in SafeDeleteSslContext() 121 _readCallback = null; in Dispose()
|
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mime/ |
H A D | MimePart.cs | 23 private AsyncCallback _readCallback; field in System.Net.Mime.MimePart 247 … readResult = Stream.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context); in WriteCallbackHandler() 280 _readCallback = new AsyncCallback(ReadCallback); in ContentStreamCallbackHandler() 282 … readResult = Stream.BeginRead(context._buffer, 0, context._buffer.Length, _readCallback, context); in ContentStreamCallbackHandler()
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/ |
H A D | IntersectionVisitor.cpp | 348 if( (!child.valid()) && (_readCallback.valid()) ) in apply() 355 … child = _readCallback->readNodeFile( plod.getDatabasePath() + plod.getFileName( validIndex ) ); in apply() 375 if (plod.getNumFileNames() != plod.getNumChildren() && _readCallback.valid()) in apply() 377 …highestResChild = _readCallback->readNodeFile( plod.getDatabasePath() + plod.getFileName(plod.getN… in apply()
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgUtil/ |
H A D | IntersectionVisitor.cpp | 348 if( (!child.valid()) && (_readCallback.valid()) ) in apply() 355 … child = _readCallback->readNodeFile( plod.getDatabasePath() + plod.getFileName( validIndex ) ); in apply() 375 if (plod.getNumFileNames() != plod.getNumChildren() && _readCallback.valid()) in apply() 377 …highestResChild = _readCallback->readNodeFile( plod.getDatabasePath() + plod.getFileName(plod.getN… in apply()
|
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/ |
H A D | StreamSocket.cs | 174 _readCallback = callback; in startRead() 463 _readCallback(e.UserToken); in ioCompleted() 524 AsyncCallback _readCallback; field in IceInternal.StreamSocket
|
H A D | UdpTransceiver.cs | 314 _readCallback = callback; in startRead() 322 _readCallback = callback; in startRead() 855 _readCallback(e.UserToken); in ioCompleted() 886 AsyncCallback _readCallback; field in IceInternal.UdpTransceiver
|
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/ |
H A D | StreamSocket.cs | 174 _readCallback = callback; in startRead() 463 _readCallback(e.UserToken); in ioCompleted() 524 AsyncCallback _readCallback; field in IceInternal.StreamSocket
|
H A D | UdpTransceiver.cs | 314 _readCallback = callback; in startRead() 322 _readCallback = callback; in startRead() 855 _readCallback(e.UserToken); in ioCompleted() 886 AsyncCallback _readCallback; field in IceInternal.UdpTransceiver
|
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/ |
H A D | StreamSocket.cs | 174 _readCallback = callback; in startRead() 463 _readCallback(e.UserToken); in ioCompleted() 524 AsyncCallback _readCallback; field in IceInternal.StreamSocket
|
H A D | UdpTransceiver.cs | 314 _readCallback = callback; in startRead() 322 _readCallback = callback; in startRead() 855 _readCallback(e.UserToken); in ioCompleted() 886 AsyncCallback _readCallback; field in IceInternal.UdpTransceiver
|
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgUtil/ |
H A D | IntersectionVisitor | 195 void setReadCallback(ReadCallback* rc) { _readCallback = rc; } 198 ReadCallback* getReadCallback() { return _readCallback.get(); } 201 const ReadCallback* getReadCallback() const { return _readCallback.get(); } 285 osg::ref_ptr<ReadCallback> _readCallback;
|
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ |
H A D | IntersectionVisitor | 202 void setReadCallback(ReadCallback* rc) { _readCallback = rc; } 205 ReadCallback* getReadCallback() { return _readCallback.get(); } 208 const ReadCallback* getReadCallback() const { return _readCallback.get(); } 292 osg::ref_ptr<ReadCallback> _readCallback;
|
/dports/devel/php-ice37/ice-3.7.2/csharp/src/IceSSL/ |
H A D | TransceiverI.cs | 135 _readCallback = callback; in startRead() 721 _readCallback(result.AsyncState); in readCompleted() 754 private IceInternal.AsyncCallback _readCallback; field in IceSSL.TransceiverI
|
/dports/devel/ice37/ice-3.7.2/csharp/src/IceSSL/ |
H A D | TransceiverI.cs | 135 _readCallback = callback; in startRead() 721 _readCallback(result.AsyncState); in readCompleted() 754 private IceInternal.AsyncCallback _readCallback; field in IceSSL.TransceiverI
|
/dports/devel/py-ice37/ice-3.7.2/csharp/src/IceSSL/ |
H A D | TransceiverI.cs | 135 _readCallback = callback; in startRead() 721 _readCallback(result.AsyncState); in readCompleted() 754 private IceInternal.AsyncCallback _readCallback; field in IceSSL.TransceiverI
|
/dports/games/flightgear-data/fgdata/Aircraft/Instruments-3d/cdu2/ |
H A D | boeing.nas | 1716 m._readCallback = readCb; 1723 return me._readCallback(me.tag);
|