Home
last modified time | relevance | path

Searched defs:buffer (Results 126 – 150 of 200) sorted by last modified time

12345678

/trunk/main/sal/osl/w32/
H A Dfile.cxx384 sal_uInt8 * buffer = static_cast< sal_uInt8* >(pBuffer); in readFileAt() local
458 sal_uInt8 const * buffer = static_cast< sal_uInt8 const* >(pBuffer); in writeFileAt() local
H A Dfile_dirvol.cxx849 BYTE buffer[16384]; in osl_getNextNetResource() local
/trunk/main/sal/osl/unx/
H A Dosxlocale.cxx113 extern "C" int macxp_OSXConvertCFEncodingToIANACharSetName( char *buffer, unsigned int bufferLen, C… in macxp_OSXConvertCFEncodingToIANACharSetName()
H A Dprocess_impl.cxx86 char buffer[PATH_MAX]; in osl_bootstrap_getExecutableFile_Impl() local
433 char buffer[PATH_MAX]; in osl_getProcessWorkingDir() local
H A Dsignal.c338 sal_uInt8 buffer[4096]; in calc_md5_checksum() local
433 char buffer[100]; in callback() local
818 void *buffer[MAX_STACK_FRAMES]; in PrintStack() local
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()
H A Dtempfile.c105 char buffer[RAND_NAME_LENGTH]; in osl_gen_random_name_impl_() local
H A Dnlsupport.c101 static char * _compose_locale( rtl_Locale * pLocale, char * buffer, size_t n ) in _compose_locale()
/trunk/main/sal/osl/os2/
H A Dsecurity.c148 sal_Char buffer[32]; in osl_psz_getUserIdent() local
225 char buffer[8192]; in osl_psz_getHomeDir() local
H A Dtempfile.c94 char buffer[RAND_NAME_LENGTH]; in osl_gen_random_name_impl_() local
H A Dnlsupport.c93 static char * _compose_locale( rtl_Locale * pLocale, char * buffer, size_t n ) in _compose_locale()
H A Dprocess_impl.cxx350 char buffer[PATH_MAX]; in osl_getProcessWorkingDir() local
H A Dfile_url.cxx1607 oslFileError FileURLToPath(char * buffer, size_t bufLen, rtl_uString* ustrFileURL) in FileURLToPath()
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
H A Dfile.cxx484 sal_uInt8 * buffer = static_cast<sal_uInt8*>(pBuffer); in readFileAt() local
554 sal_uInt8 const * buffer = static_cast<sal_uInt8 const *>(pBuffer); in writeFileAt() local
886 char buffer[3]; in _osl_getNextDrive() local
1380 char buffer[PATH_MAX]; in osl_openFile() local
2093 char buffer[ 4096]; in oslDoCopyFile() local
3162 int UnicodeToText( char * buffer, size_t bufLen, const sal_Unicode * uniText, sal_Int32 uniTextLen ) in UnicodeToText()
/trunk/main/sal/inc/rtl/
H A Dstring.h752 sal_Char buffer[1]; member
H A Dustring.h1072 sal_Unicode buffer[1]; member
/trunk/main/rsc/source/rscpp/
H A Dcpp.h195 char buffer[1]; /* current input line */ member
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java1259 final StringBuffer buffer = new StringBuffer(); in sanitizeName() local
1367 final StringBuffer buffer = new StringBuffer(); in startImageProcessing() local
1390 final StringBuffer buffer = new StringBuffer(); in startImageProcessing() local
1408 final StringBuffer buffer = new StringBuffer(); in startImageProcessing() local
/trunk/main/registry/tools/
H A Doptions.cxx92 std::string buffer; in checkCommandFile() local
/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 …]
H A Dreflread.cxx137 BlopObject::BlopObject(const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer) in BlopObject()
216 sal_uInt16 StringCache::createString(const sal_uInt8* buffer) in createString()
247 ConstantPool(const sal_uInt8* buffer, sal_uInt16 numEntries) in ConstantPool()
593 FieldList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in FieldList()
762 ReferenceList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in ReferenceList()
856 MethodList(const sal_uInt8* buffer, sal_uInt16 numEntries, ConstantPool* pCP) in MethodList()
1102 const sal_uInt8* buffer, sal_uInt32 len, sal_Bool copyBuffer): in TypeRegistryEntry()
1158 void const * buffer, sal_uInt32 length, sal_Bool copy, in typereg_reader_create()
1188 static TypeReaderImpl TYPEREG_CALLTYPE createEntry(const sal_uInt8* buffer, sal_uInt32 len, sal_Boo… in createEntry()
H A Dreflwrit.cxx113 sal_uInt32 writeString(sal_uInt8* buffer, const sal_Unicode* v) in writeString()
127 sal_uInt32 readString(const sal_uInt8* buffer, sal_Unicode* v, sal_uInt32 maxSize) in readString()
147 sal_uInt32 writeFloat(sal_uInt8* buffer, float v) in writeFloat()
166 sal_uInt32 writeDouble(sal_uInt8* buffer, double v) in writeDouble()
293 sal_uInt32 CPInfo::toBlop(sal_uInt8* buffer) in toBlop()
/trunk/main/registry/inc/registry/
H A Dreader.hxx81 void const * buffer, sal_uInt32 length, bool copy, in Reader()
H A Dreflread.hxx321 inline RegistryTypeReader::RegistryTypeReader(const sal_uInt8* buffer, in RegistryTypeReader()

Completed in 239 milliseconds

12345678