Home
last modified time | relevance | path

Searched refs:bsByteSeq (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/qa/osl/socket/
H A Dsockethelper.cxx208 void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen ) in printByteSequence_IP() argument
212 if ( bsByteSeq[i] < 0 ) in printByteSequence_IP()
213 printf("%d ", 256 + bsByteSeq[i] ); in printByteSequence_IP()
215 printf("%d ", bsByteSeq[i] ); in printByteSequence_IP()
H A Dsockethelper.hxx135 void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen );
H A Dosl_Socket.cxx231 inline void printByteSequence_IP( const ::rtl::ByteSequence & bsByteSeq, sal_Int32 nLen ) in printByteSequence_IP() argument
235 if ( bsByteSeq[i] < 0 ) in printByteSequence_IP()
236 printf("%d ", 256 + bsByteSeq[i] ); in printByteSequence_IP()
238 printf("%d ", bsByteSeq[i] ); in printByteSequence_IP()

Completed in 146 milliseconds