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

  /system/extras/fatblock/
fdpool.c 25 #define INVALID_FD (-1)
29 .fd = INVALID_FD,
79 pfd->fd = INVALID_FD;
124 if (pfd->fd != INVALID_FD) {
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 49 private static final FileDescriptor INVALID_FD = new FileDescriptor();
635 NativeCrypto.SSL_do_handshake(s, INVALID_FD, null, 0, true, null);
    [all...]

Completed in 59 milliseconds