Searched refs:canRead (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFStreamInternal.h54 _CFStreamCBCanReadV1 canRead; member in struct:_CFStreamCallBacksV1
H A DCFStreamAbstract.h35 /* During a stream's lifetime, the open callback will be called once, followed by any number of openCompleted calls (until openCompleted returns TRUE). Then any number of read/canRead or write/canWrite calls, then a single close call. copyProperty can be called at any time. prepareAsynch will be called exactly once when the stream's client is first configured.
42 - canRead will only be called once openCompleted reports that the stream has been successfully opened (or the initial open call succeeded). It should return whether there are bytes that can be read without blocking.
62 Boolean (*canRead)(CFReadStreamRef stream, CFErrorRef *error, void *info); member in struct:__anon517
159 Boolean (*canRead)(CFReadStreamRef stream, void *info); member in struct:__anon519
191 Boolean (*canRead)(CFReadStreamRef stream, void *info); member in struct:__anon521
H A DCFStreamPriv.h60 Boolean (*canRead)(CFReadStreamRef, CFErrorRef *error, void *info); member in struct:_CFStreamCallBacks
H A DCFStream.c451 cb->canRead = (Boolean (*)(CFReadStreamRef, CFErrorRef*, void*))cbV0->canRead;
471 cb->canRead = (Boolean (*)(CFReadStreamRef, CFErrorRef*, void*))cbV1->canRead;
490 cb->canRead = callbacks->canRead;
526 cb->canRead = NULL;
546 cb->canRead = NULL;
565 cb->canRead = NULL;
1040 if (cb->canRead
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DPath.cpp238 if (tmpPath.canRead())
246 if (tmpPath.canRead())
/macosx-10.9.5/llvmCore-3425.0.33/lib/Linker/
H A DLinker.cpp168 if (FilePath.canRead() &&
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DPathV1.h393 bool canRead() const;
497 /// available for reading so that the canRead() method will return true.
/macosx-10.9.5/WebCore-7537.78.1/platform/network/cf/
H A DFormDataStreamCFNet.cpp68 Boolean (*canRead)(CFReadStreamRef stream, void *info); member in struct:__anon5433
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/Unix/
H A DPath.inc235 if (tmpPath.canRead())
444 Path::canRead() const {

Completed in 147 milliseconds