Home
last modified time | relevance | path

Searched refs:isSock (Results 1 – 14 of 14) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/Conc/
H A DWindows.hs74 asyncRead (I# fd) (I# isSock) (I# len) (Ptr buf) =
75 IO $ \s -> case asyncRead# fd isSock len buf s of
79 asyncWrite (I# fd) (I# isSock) (I# len) (Ptr buf) =
80 IO $ \s -> case asyncWrite# fd isSock len buf s of
95 asyncReadBA fd isSock len off bufB =
96 asyncRead fd isSock len ((Ptr (byteArrayContents# (unsafeCoerce# bufB))) `plusPtr` off)
99 asyncWriteBA fd isSock len off bufB =
100 asyncWrite fd isSock len ((Ptr (byteArrayContents# (unsafeCoerce# bufB))) `plusPtr` off)
/dports/lang/ghc/ghc-8.10.7/rts/win32/
H A DAsyncIO.h13 bool isSock,
H A DAsyncIO.c110 bool isSock, in addIORequest() argument
121 return AddIORequest(fd,forWriting,isSock,len,buf,onIOComplete); in addIORequest()
/dports/lang/ghc/ghc-8.10.7/libraries/base/cbits/
H A DinputReady.c154 fdReady(int fd, bool write, int64_t msecs, bool isSock) in fdReady() argument
259 if (isSock) { in fdReady()
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DSftpATTRS.java269 public boolean isSock(){ in isSock() method in SftpATTRS
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSftpATTRS.java269 public boolean isSock(){ in isSock() method in SftpATTRS
H A DChangeLog218 boolean isSock()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSftpATTRS.java269 public boolean isSock(){ in isSock() method in SftpATTRS
H A DChangeLog218 boolean isSock()
/dports/lang/ghc/ghc-8.8.4-boot/libraries/base/include/
H A DHsBase.h156 extern int fdReady(int fd, bool write, int64_t msecs, bool isSock);
/dports/lang/ghc/ghc-8.10.7/libraries/base/include/
H A DHsBase.h156 extern int fdReady(int fd, bool write, int64_t msecs, bool isSock);
/dports/lang/polyml/polyml-5.8.2/basis/
H A DPosix.sml267 val isSock : stat -> bool value
1141 and isSock({ kind, ...} : stat) = kind = 6 function
/dports/net/jsch/jsch-0.1.55/
H A DChangeLog252 boolean isSock()
/dports/x11-fm/worker/worker-4.10.0/
H A DChangeLog2547 isSock(): test for socket