Home
last modified time | relevance | path

Searched refs:respLength (Results 1 – 16 of 16) sorted by relevance

/dports/sysutils/ipmitool/ipmitool-1.8.18/src/plugins/imb/
H A Dimbapi.c105 DWORD respLength; in open_imb() local
136 respLength = 16; in open_imb()
166 DWORD respLength; in open_imb() local
214 respLength = 16; in open_imb()
500 &respLength, NULL); in SendTimedEmpMessageResponse()
627 &respLength, NULL); in SendTimedEmpMessageResponse_Ex()
712 &respLength, NULL); in SendTimedLanMessageResponse()
899 respLength); in SendTimedImbpRequest()
1188 int respLength = 0; in IsAsyncMessageAvailable() local
1220 DWORD respLength ; in RegisterForImbAsyncMessageNotification() local
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/internal/transfer/
H A Dtransfer.go43 respLength, varintLength := binary.Uvarint(varintBytes)
50 if varintLength < 1 || varintLength+int(respLength) < n {
55 respBytes := make([]byte, respLength)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/rpc/
H A Dhttp_test.go104 const respLength = maxRequestContentLength * 3
108 s.RegisterName("test", largeRespService{respLength})
122 if len(r) != respLength {
123 t.Fatalf("response has wrong length %d, want %d", len(r), respLength)
H A Dwebsocket_test.go178 respLength := wsMessageSizeLimit - 50
179 srv.RegisterName("test", largeRespService{respLength})
190 if len(r) != respLength {
191 t.Fatalf("response has wrong length %d, want %d", len(r), respLength)
/dports/misc/gpsim/gpsim-0.31.0/examples/scripts/
H A Dclient_interface.cc41 char *response, int respLength) in Send() argument
44 if(!sd || !msg || !msgLength || !response || !respLength) in Send()
52 int bytes = recv(sd, response, respLength, 0); in Send()
H A Dclient_interface.h50 char *response, int respLength);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/
H A DAuthSchemesTest.java52 static final String respLength = Integer.toString(RESPONSE.length()); field in AuthSchemesTest.BasicServer
66 "Content-Length: " + respLength + "\r\n\r\n";
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/
H A DAuthSchemesTest.java52 static final String respLength = Integer.toString(RESPONSE.length());
66 "Content-Length: " + respLength + "\r\n\r\n";
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/
H A DAuthSchemesTest.java52 static final String respLength = Integer.toString(RESPONSE.length()); field in AuthSchemesTest.BasicServer
66 "Content-Length: " + respLength + "\r\n\r\n";
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/
H A DAuthSchemesTest.java52 static final String respLength = Integer.toString(RESPONSE.length()); field in AuthSchemesTest.BasicServer
66 "Content-Length: " + respLength + "\r\n\r\n";
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/
H A DAuthSchemesTest.java52 static final String respLength = Integer.toString(RESPONSE.length()); field in AuthSchemesTest.BasicServer
66 "Content-Length: " + respLength + "\r\n\r\n";
/dports/math/R-cran-quantreg/quantreg/R/
H A Dnlrq.R182 varIndex <- sapply(varNames, function(varName, data, respLength) { argument
183 length(eval(as.name(varName), data))%%respLength == 0
/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Dmodbus.py401 count_from=lambda pkt: (pkt.respLength - 1) // 2),
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Dnls.R550 respLength <- length(eval(formula[[2L]], data, env)) functionVar
553 varIndex <- n %% respLength == 0
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Dnls.R550 respLength <- length(eval(formula[[2L]], data, env)) functionVar
553 varIndex <- n %% respLength == 0
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DGraphColor.cpp3102 unsigned respLength = msgDesc->ResponseLength(); in updateDstMaskForGatherRaw() local
3103 if (respLength * numEltPerGRF<Type_UB>() != dst->getTopDcl()->getByteSize() && in updateDstMaskForGatherRaw()
3115 unsigned warpNum = respLength * numEltPerGRF<Type_UB>() / (execSize * elemSize); in updateDstMaskForGatherRaw()