Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 200) sorted by relevance

12345678

/trunk/main/binaryurp/source/
H A Dmarshal.cxx59 void write64(std::vector< unsigned char > * buffer, sal_uInt64 value) { in write64()
70 void writeCompressed(std::vector< unsigned char > * buffer, sal_uInt32 value) { in writeCompressed()
79 void writeString( in writeString()
109 void Marshal::write8(std::vector< unsigned char > * buffer, sal_uInt8 value) { in write8()
114 void Marshal::write16(std::vector< unsigned char > * buffer, sal_uInt16 value) { in write16()
126 void Marshal::writeValue( in writeValue()
137 void Marshal::writeType( in writeType()
160 void Marshal::writeOid( in writeOid()
179 void Marshal::writeTid( in writeTid()
196 void Marshal::writeValue( in writeValue()
[all …]
/trunk/main/registry/source/
H A Dreflcnst.hxx110 inline sal_uInt32 writeBYTE(sal_uInt8* buffer, sal_uInt8 v) in writeBYTE()
117 inline sal_uInt16 readBYTE(const sal_uInt8* buffer, sal_uInt8& v) in readBYTE()
124 inline sal_uInt32 writeINT16(sal_uInt8* buffer, sal_Int16 v) in writeINT16()
132 inline sal_uInt32 readINT16(const sal_uInt8* buffer, sal_Int16& v) in readINT16()
139 inline sal_uInt32 writeUINT16(sal_uInt8* buffer, sal_uInt16 v) in writeUINT16()
154 inline sal_uInt32 writeINT32(sal_uInt8* buffer, sal_Int32 v) in writeINT32()
164 inline sal_uInt32 readINT32(const sal_uInt8* buffer, sal_Int32& v) in readINT32()
176 inline sal_uInt32 writeUINT32(sal_uInt8* buffer, sal_uInt32 v) in writeUINT32()
198 inline sal_uInt32 writeINT64(sal_uInt8* buffer, sal_Int64 v) in writeINT64()
228 inline sal_uInt32 writeUINT64(sal_uInt8* buffer, sal_uInt64 v) in writeUINT64()
[all …]
/trunk/main/sal/osl/unx/
H A Dbacktrace.c65 int backtrace( void **buffer, int max_frames ) in backtrace()
103 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
151 int backtrace( void **buffer, int max_frames ) in backtrace()
172 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
230 int backtrace( void **buffer, int max_frames ) in backtrace()
257 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
304 int backtrace( void **buffer, int max_frames ) in backtrace()
323 void backtrace_symbols_fd( void **buffer, int size, int fd ) in backtrace_symbols_fd()
H A Dsystem.c32 struct passwd *getpwnam_r(const char* name, struct passwd* s, char* buffer, int size ) in getpwnam_r()
87 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buffer, in getpwuid_r()
150 struct tm *localtime_r(const time_t *timep, struct tm *buffer) in localtime_r()
167 struct tm *gmtime_r(const time_t *timep, struct tm *buffer) in gmtime_r()
190 struct spwd *getspnam_r(const char *name, struct spwd* s, char* buffer, int size ) in getspnam_r()
223 struct passwd *getpwnam_r(const char* name, struct passwd* s, char* buffer, int size ) in getpwnam_r()
290 char *buffer, int buflen, int *h_errnop) in gethostbyname_r()
/trunk/main/desktop/win32/source/
H A Dextendloaderenvironment.hxx39 WCHAR * buffer, WCHAR const * text, std::size_t length) in commandLineAppend()
45 inline WCHAR * commandLineAppend(WCHAR * buffer, WCHAR const * text) { in commandLineAppend()
49 inline WCHAR * commandLineAppendEncoded(WCHAR * buffer, WCHAR const * text) { in commandLineAppendEncoded()
/trunk/main/oox/source/helper/
H A Dopenssl_wrapper.cxx43 OUStringBuffer* buffer = (OUStringBuffer*) userData; in error_cb() local
55 OUStringBuffer buffer; in throwOpenSSLException() local
/trunk/main/sal/systools/win32/uwinapi/
H A Dsntprintf.c71 static _TCHAR *GetLastBufferChar( _TCHAR *buffer, size_t count ) in GetLastBufferChar()
91 _SNPRINTF_DLLIMPORT int __cdecl vsntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, va_… in vsntprintf()
129 _SNPRINTF_DLLIMPORT int __cdecl sntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, ... ) in sntprintf()
/trunk/main/connectivity/source/drivers/jdbc/
H A DConnectionLog.cxx100 char buffer[ 30 ]; in convertLogArgToString() local
110 char buffer[ 30 ]; in convertLogArgToString() local
120 char buffer[ 30 ]; in convertLogArgToString() local
/trunk/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DGSIWriter.java109 StringBuffer buffer=new StringBuffer(""); in writeData() local
150 StringBuffer buffer =new StringBuffer(200); in getSourceLine() local
185 StringBuffer buffer =new StringBuffer(200); in getTargetLine() local
/trunk/main/sal/workben/
H A Dtgetpwnam.cxx57 char buffer[256]; in workfunc1() local
76 char buffer[256]; in workfunc2() local
98 char buffer[256]; in main() local
H A Dt_random.c53 unsigned char buffer[1000]; in main() local
/trunk/main/idlc/source/
H A Doptions.cxx139 std::string buffer; in checkCommandFile() local
268 OStringBuffer buffer; in initOptions() local
290 OStringBuffer buffer(m_options["-I"]); in initOptions() local
306 OStringBuffer buffer(m_options["-D"]); in initOptions() local
/trunk/main/ucb/source/ucp/webdav/
H A DCurlRequest.cxx119 size_t CurlRequest::Curl_SendMoreBody( char *buffer, size_t size, size_t nitems, void *userdata ) in Curl_SendMoreBody()
126 size_t CurlRequest::curlSendMoreBody( char *buffer, size_t len ) in curlSendMoreBody()
300 size_t CurlRequest::Curl_HeaderReceived( char *buffer, size_t size, size_t nitems, void *userdata ) in Curl_HeaderReceived()
308 void CurlRequest::curlHeaderReceived( const char *buffer, size_t size ) in curlHeaderReceived()
377 size_t CurlRequest::Curl_MoreBodyReceived( char *buffer, size_t size, size_t nitems, void *userdata… in Curl_MoreBodyReceived()
384 void CurlRequest::curlMoreBodyReceived( const char *buffer, size_t size ) in curlMoreBodyReceived()
/trunk/main/shell/source/unix/sysshell/
H A Drecently_used_file.cxx118 size_t recently_used_file::read(char* buffer, size_t size) const in read()
129 void recently_used_file::write(const char* buffer, size_t size) const in write() argument
/trunk/main/tools/bootstrp/
H A Dmd5.cxx47 void normalize_pe_image(sal_uInt8* buffer, size_t nBufferSize) in normalize_pe_image()
108 sal_uInt8 buffer[BUFFER_SIZE]; in calc_md5_checksum() local
/trunk/main/setup_native/source/win32/customactions/shellextensions/
H A Dcheckpatches.cxx57 CHAR buffer[1024]; in OutputDebugStringFormat() local
79 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() local
H A Dvistaspecial.cxx58 CHAR buffer[1024]; in OutputDebugStringFormat() local
81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty() local
/trunk/main/jurt/source/pipe/wrapper/
H A Dwrapper.c75 JNIEnv * env, jobject obj_this, jobjectArray buffer, jint len) in Java_com_sun_star_lib_connections_pipe_PipeConnection_readJNI()
83 JNIEnv * env, jobject obj_this, jbyteArray buffer) in Java_com_sun_star_lib_connections_pipe_PipeConnection_writeJNI()
/trunk/main/sal/osl/os2/
H A Dmodule.c55 char buffer[PATH_MAX]; in osl_loadModule() local
73 char buffer[PATH_MAX]; in osl_loadAsciiModule() local
146 char buffer[PATH_MAX]; in osl_getModuleHandle() local
/trunk/main/ucb/source/ucp/ftp/
H A Dftpcfunc.cxx43 int file_write(void *buffer,size_t size,size_t nmemb,void *stream) in file_write()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_environment.h54 System::Text::StringBuilder* buffer = new System::Text::StringBuilder(256); in Cli_environment() local
/trunk/main/shell/inc/internal/
H A Dutilities.hxx104 CHAR buffer[1024]; in OutputDebugStringFormat() local
/trunk/main/setup_native/source/win32/customactions/tools/
H A Dseterror.cxx45 TCHAR buffer[1024]; in OutputDebugStringFormat() local
/trunk/main/shell/source/unix/exec/
H A Durltest.cxx83 char buffer[BUFSIZ]; in main() local
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java141 public void append(byte[] buffer, int off, int len) in append()
159 public void read(byte[] buffer, int off, int len) throws IOException { in read()

Completed in 92 milliseconds

12345678