Searched defs:outStream_writeByte (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/back/
H A DoutStream.c145 outStream_writeByte(PacketOutputStream *stream, jbyte val) function
195 return outStream_writeByte(stream, specificTypeKey(env, val));
337 (void)outStream_writeByte(out, specificTypeKey(env, value.l));
339 (void)outStream_writeByte(out, typeKey);
346 return outStream_writeByte(out, value.b);
386 (void)outStream_writeByte(stream, 0);

Completed in 31 milliseconds