Home
last modified time | relevance | path

Searched refs:writeToChannel (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteBufferWriter.java98 } else if (!writeToChannel(buffer, output)) { in write()
145 private static boolean writeToChannel(ByteBuffer buffer, OutputStream output) throws IOException { in writeToChannel() method in ByteBufferWriter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteBufferWriter.java98 } else if (!writeToChannel(buffer, output)) { in write()
145 private static boolean writeToChannel(ByteBuffer buffer, OutputStream output) throws IOException { in writeToChannel() method in ByteBufferWriter
/dports/math/form/form-4.2.1/sources/
H A Dpre.c3863 return(writeToChannel(WRITEOUT,s,&h)); in DoPreWrite()
5824 ret=writeToChannel(EXTERNALCHANNELOUT,s,&h); in DoToExternal()
5875 int writeToChannel(int wtype, UBYTE *s, HANDLERS *h) in writeToChannel() function
H A Ddeclare.h1458 extern int writeToChannel(int,UBYTE *,HANDLERS*);