Searched refs:read_buf (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXToolkit.c655 static char read_buf[AWT_POLL_BUFSIZE + 1]; /* dummy buf to empty pipe */ local
699 count = read(AWT_READPIPE, read_buf, AWT_POLL_BUFSIZE );
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c109 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
554 * (See also read_buf()).
980 local int read_buf(strm, buf, size) function
1366 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_MToolkit.c205 static char read_buf[AWT_POLL_BUFSIZE + 1]; /* dummy buf to empty pipe */ variable
2022 count = read(fdAWTPipe, read_buf, AWT_POLL_BUFSIZE );
2094 count = read(AWT_READPIPE, read_buf, AWT_POLL_BUFSIZE );

Completed in 46 milliseconds