Home
last modified time | relevance | path

Searched refs:bufsize (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/extensions/source/oooimprovement/
H A Dsoapsender.cxx127 const sal_Int32 bufsize = 1024; in send() local
129 Sequence<sal_Int8> buf(bufsize); in send()
130 char buf2[bufsize]; in send()
133 bytes_read = temp_stream->readBytes(buf, bufsize); in send()
141 } while(bytes_read == bufsize); in send()
146 const sal_Int32 bufsize = 1024; in send() local
147 char buf[bufsize]; in send()
148 sal_Int32 bytes_read = socket->read(buf, bufsize); in send()
H A Dlogpacker.cxx93 const sal_Int32 bufsize = 1024; in pack() local
96 Sequence<sal_Int8> buf(bufsize); in pack()
99 read_bytes = unzipped_stream->readBytes(buf, bufsize); in pack()
103 } while(read_bytes == bufsize); in pack()
H A Dsoaprequest.cxx118 const sal_Int32 bufsize = 3; in writeFile() local
120 Sequence<sal_Int8> buf(bufsize); in writeFile()
123 bytes_read = file->readBytes(buf, bufsize); in writeFile()
126 } while(bytes_read == bufsize); in writeFile()
/aoo4110/main/sal/qa/sal/
H A Dtest_types.cxx39 std::size_t const bufsize = 1000; in testPrintf() local
40 char buf[bufsize]; in testPrintf()
41 int n = snprintf(buf, bufsize, format, argument); in testPrintf()
42 CPPUNIT_ASSERT(n >= 0 && sal::static_int_cast< unsigned int >(n) < bufsize); in testPrintf()
/aoo4110/main/tools/source/fsys/
H A Dunx.cxx103 int bufsize; in GetMountEntry() local
104 if (mntctl (MCTL_QUERY, sizeof bufsize, (char*) &bufsize)) in GetMountEntry()
107 char* buffer = (char *)malloc( bufsize * sizeof(char) ); in GetMountEntry()
108 if (mntctl (MCTL_QUERY, bufsize, buffer) != -1) in GetMountEntry()
110 vmt < buffer + bufsize; in GetMountEntry()
/aoo4110/main/toolkit/src2xml/source/
H A Dsrclexer.py115 self.bufsize = len(self.chars)
449 if i < self.bufsize - 1 and self.chars[i+1] == '/':
453 while i < self.bufsize:
460 elif i < self.bufsize - 1 and self.chars[i+1] == '*':
463 while i < self.bufsize:
490 while i < self.bufsize:
/aoo4110/main/rsc/source/rscpp/
H A Dcpp6.c525 getfile(int bufsize, char* name) in getfile() argument
534 file = (FILEINFO *) getmem(sizeof (FILEINFO) + bufsize + size); in getfile()
H A Dcpp.h393 FILEINFO *getfile( int bufsize, char *name);
H A Dcpp3.c89 extern FILEINFO *getfile( int bufsize, char *filename ); /* BP */ in addfile()
/aoo4110/main/libtextcat/
H A Dlibtextcat-2.2.patch794 - tmp = prepbuffer( buffer, bufsize );
795 + tmp = prepbuffer( buffer, bufsize );

Completed in 58 milliseconds