Searched refs:responseLength (Results 1 – 2 of 2) sorted by relevance
78 int responseLength = in.readInt();79 responseData = new byte[responseLength];
165 int responseLength = 4; // # of windows in listWindows() local167 responseLength += 4; // length of next window name in listWindows()168 responseLength += name.length() * 2; // window name in listWindows()171 ByteBuffer out = ByteBuffer.allocate(responseLength); in listWindows()