Home
last modified time | relevance | path

Searched refs:writeTLS (Results 1 – 8 of 8) sorted by relevance

/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DTLSOutStream.java53 int n = writeTLS(b, sentUpTo, ptr - sentUpTo); in flush()
76 protected int writeTLS(byte[] data, int dataPtr, int length) in writeTLS() method in TLSOutStream
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/rdr/
H A DTLSOutStream.java53 int n = writeTLS(b, sentUpTo, ptr - sentUpTo); in flush()
76 protected int writeTLS(byte[] data, int dataPtr, int length) in writeTLS() method in TLSOutStream
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rdr/
H A DTLSOutStream.cxx109 size_t n = writeTLS(sentUpTo, ptr - sentUpTo); in flush()
136 size_t TLSOutStream::writeTLS(const U8* data, size_t length) in writeTLS() function in TLSOutStream
H A DTLSOutStream.h46 size_t writeTLS(const U8* data, size_t length);
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rdr/
H A DTLSOutStream.cxx109 size_t n = writeTLS(sentUpTo, ptr - sentUpTo); in flush()
136 size_t TLSOutStream::writeTLS(const U8* data, size_t length) in writeTLS() function in TLSOutStream
H A DTLSOutStream.h46 size_t writeTLS(const U8* data, size_t length);
/dports/cad/sumo/sumo-1.2.0/src/microsim/output/
H A DMSFullExport.h81 static void writeTLS(OutputDevice& of, SUMOTime timestep);
H A DMSFullExport.cpp52 writeTLS(of, timestep); in write()
116 MSFullExport::writeTLS(OutputDevice& of, SUMOTime /* timestep */) { in writeTLS() function in MSFullExport