Searched defs:actualBytesRead (Results 1 – 3 of 3) sorted by relevance
89 protected boolean readRequestBody(byte[] buffer, long requestedBytes, int[] actualBytesRead) { in readRequestBody()221 long nativeRequestHandle, byte[] buffer, long requestedBytes, int[] actualBytesRead); in readRequestBody()
397 byte[] buffer, long requestedBytes, int[] actualBytesRead) throws AbortRequestException { in doReadRequestBody()762 int[] actualBytesRead = new int[1]; in sendRequestBody() local970 int actualBytesRead = -1; in receiveResponseBody() local
124 protected boolean readRequestBody(byte[] buffer, long requestedBytes, int[] actualBytesRead) { in readRequestBody()