HomeSort by relevance Sort by last modified time
    Searched refs:sbytes (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
tftp.c 140 int sbytes; member in struct:tftp_state_data
449 size_t sbytes; local
496 sbytes = 4 + strlen(filename) + strlen(mode);
507 sbytes += tftp_option_add(state, sbytes,
508 (char *)state->spacket.data+sbytes,
510 sbytes += tftp_option_add(state, sbytes,
511 (char *)state->spacket.data+sbytes, buf);
514 sbytes += tftp_option_add(state, sbytes
583 ssize_t sbytes; local
705 ssize_t sbytes; local
    [all...]
  /prebuilts/go/darwin-x86/src/net/
sendfile_test.go 52 sbytes, err := io.Copy(conn, f)
58 if sbytes != twainLen {
59 errc <- fmt.Errorf("sent %d bytes; expected %d", sbytes, twainLen)
  /prebuilts/go/linux-x86/src/net/
sendfile_test.go 52 sbytes, err := io.Copy(conn, f)
58 if sbytes != twainLen {
59 errc <- fmt.Errorf("sent %d bytes; expected %d", sbytes, twainLen)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ByteArrayOutputStreamTest.java 115 byte[] sbytes = fileString.getBytes();
120 assertTrue("Error in byte array", bytes[i] == sbytes[i]);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
String2Test.java 352 byte[] sbytes = hw1.getBytes();
355 assertTrue("Returned incorrect bytes", sbytes[i] == (byte) hw1.charAt(i));
    [all...]
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 254 long long sbytes, stotal_bytes; variable
415 bytes = sbytes;
    [all...]

Completed in 281 milliseconds