Home
last modified time | relevance | path

Searched defs:SocketRead (Results 1 – 25 of 58) sorted by relevance

123

/dports/databases/postgresql12-docs/postgresql-12.9/src/pl/plpgsql/src/sql/
H A Dplpgsql_control.sql13 -- with BY, end matches exactly
14 for i in 1..10 by 3 loop
15 raise notice '1..10 by 3: i = %', i;
17 -- with BY, end does not match
18 for i in 1..11 by 3 loop
21 -- zero iterations
39 -- BY can't be zero or negative
40 do $$
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/may-0.3.17/src/io/sys/unix/net/
H A Dsocket_read.rs12 pub struct SocketRead<'a> { struct
18 impl<'a> SocketRead<'a> { argument
57 impl<'a> EventSource for SocketRead<'a> { implementation
/dports/www/aria2/aria2-1.36.0/src/
H A DAppleTLSSession.h117 static OSStatus SocketRead(SSLConnectionRef conn, void* data, size_t* len) in SocketRead() function
/dports/sysutils/webjob/webjob-1.9.0/src/
H A Dsocket.c183 SocketRead(SOCKET_CONTEXT *psSocketCTX, char *pcData, int iToRead, char *pcError) in SocketRead() function
/dports/security/ftimes/ftimes-3.11.0/src/
H A Dsocket.c183 SocketRead(SOCKET_CONTEXT *psSocketCTX, char *pcData, int iToRead, char *pcError) in SocketRead() function
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/_hist_gradient_boosting/tests/
H A Dtest_histogram.py202 0, sample_indices_left, binned_feature, ordered_gradients_left, hist_left
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/generic/threadshare/src/
H A Dsocket.rs48 pub trait SocketRead: Send + Unpin { trait
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/ec/cpp/
H A DECSocket.h202 uint32 SocketRead(void* ptr, size_t len) { return InternalRead(ptr,len); } in SocketRead() function
/dports/devel/p8-platform/platform-p8-platform-2.1.0.1/src/posix/
H A Dos-socket.h114 …inline ssize_t SocketRead(socket_t socket, int *iError, void* data, size_t len, uint64_t iTimeoutM… in SocketRead() function
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/event/io/
H A DIOEvent.java79 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/jdk/jfr/event/io/
H A DIOEvent.java81 public enum EventType { UnknownEvent, FileForce, FileRead, FileWrite, SocketRead, SocketWrite } enumConstant
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/services/
H A Dnetcache_rw.cpp185 void CNetCacheReader::SocketRead(void* buf, size_t count, size_t* bytes_read) in SocketRead() function in CNetCacheReader
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/services/
H A Dnetcache_rw.cpp185 void CNetCacheReader::SocketRead(void* buf, size_t count, size_t* bytes_read) in SocketRead() function in CNetCacheReader
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/lib/jdk/test/lib/jfr/
H A DEventNames.java166 public static final String SocketRead = PREFIX + "SocketRead"; field in EventNames
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/lib/jdk/test/lib/jfr/
H A DEventNames.java166 public static final String SocketRead = PREFIX + "SocketRead"; field in EventNames
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/jfr/
H A DEventNames.java167 public static final String SocketRead = PREFIX + "SocketRead"; field in EventNames
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/lib/jdk/test/lib/jfr/
H A DEventNames.java167 public static final String SocketRead = PREFIX + "SocketRead"; field in EventNames

123