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

  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 56 * Creates an optionally-flushing deflater stream, writes some bytes to it,
67 private InflaterInputStream createInflaterStream(final boolean flushing)
75 OutputStream out = new DeflaterOutputStream(pout, flushing);
  /external/dropbear/
channel.h 87 int flushing; member in struct:Channel
common-channel.c 151 newchan->flushing = 0;
271 if (!channel->flushing && channel->type->check_close
274 channel->flushing = 1;
290 /* Special handling for flushing read data after an exit. We
293 if (channel->flushing) {
294 TRACE(("might send data, flushing"))
623 time we expect to receive EAGAIN is when we're flushing a FD,
641 /* If we receive less data than we requested when flushing, we've
643 if (channel->flushing && len < (ssize_t)maxlen)
645 TRACE(("closing from channel, flushing out.")
    [all...]
  /external/clearsilver/util/
skiplist.c 52 int flushing; /* TRUE if thread waiting to flush cached items */ member in struct:skipList_struct
211 if((list->cached > list->flushLimit) && (! list->flushing)) {
212 list->flushing = TRUE;
223 /* we are now flushing deleted items */
231 list->flushing = FALSE; /* done flushing */
  /external/blktrace/doc/
blktrace.tex 426 the vm flushing dirty data to disk or the file system syncing
    [all...]

Completed in 146 milliseconds