Home
last modified time | relevance | path

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

12345678

/trunk/main/connectivity/source/drivers/hsqldb/
H A DStorageNativeInputStream.cxx105 (JNIEnv * env, jobject obj_this,jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
252 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring name, jbyteArray buffer) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeInputStream_read__Ljava_lang_String_2Ljava_lang_String_2_3B()
H A DStorageNativeOutputStream.cxx90 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3BII()
108 (JNIEnv * env, jobject obj_this, jstring key, jstring name, jbyteArray buffer) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageNativeOutputStream_write__Ljava_lang_String_2Ljava_lang_String_2_3B()
H A Daccesslog.hxx111 void write( const sal_Int8* buffer, sal_Int32 bytesRead ) in write()
H A DHStorageAccess.cxx218 …ffer( JNIEnv * env, jobject /*obj_this*/,jstring name, jstring key, jbyteArray buffer, jint off, j… in read_from_storage_stream_into_buffer()
276 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_read__Ljava_lang_String_2Ljava_lang_String_2_3BII()
426 …ffer( JNIEnv* env, jobject /*obj_this*/, jstring name, jstring key, jbyteArray buffer, jint off, j… in write_to_storage_stream_from_buffer()
477 (JNIEnv * env, jobject obj_this,jstring name, jstring key, jbyteArray buffer, jint off, jint len) in Java_com_sun_star_sdbcx_comp_hsqldb_NativeStorageAccess_write()
/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/configmgr/source/
H A Dbroadcaster.cxx54 rtl::OUStringBuffer & buffer, css::uno::Exception const & exception) in appendMessage()
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx81 void write(FileStream & file, void const * buffer, sal_uInt64 size) { in write()
H A Djavaoptions.cxx236 char buffer[512]; in initOptions() local
H A Djavatype.cxx76 std::vector< rtl::OString > const & arguments, rtl::OStringBuffer * buffer) in appendUnoName()
/trunk/main/codemaker/test/cppumaker/
H A Dtest_codemaker_cppumaker.cxx389 boost::scoped_array< char > buffer( in TEST() local
/trunk/main/codemaker/source/codemaker/
H A Dglobal.cxx400 bool FileStream::write(void const * buffer, sal_uInt64 size) { in write()
/trunk/main/codemaker/source/cppumaker/
H A Dcppuoptions.cxx286 char buffer[512]; in initOptions() local
/trunk/main/codemaker/source/cunomaker/
H A Dcunooptions.cxx270 char buffer[512]; in initOptions() local
H A Dcunotype.cxx2019 sal_Char buffer[53]; in dumpCGetCunoType() local
/trunk/main/codemaker/source/idlmaker/
H A Didloptions.cxx190 char buffer[512]; in initOptions() local
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbaoptions.cxx198 char buffer[512]; in initOptions() local
/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/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx244 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString()
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx445 void * buffer; in get_vtable() local
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx250 void appendCString(OUStringBuffer & buffer, char const * text) { in appendCString()
/trunk/main/binaryurp/source/
H A Dwriter.cxx423 void Writer::sendMessage(std::vector< unsigned char > const & buffer) { in sendMessage()
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 …]
H A Dunmarshal.cxx74 std::vector< BinaryAny >::iterator const & it, void * buffer) throw () in copyMemberValues()
102 Unmarshal::Unmarshal( in Unmarshal()
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx104 void * buffer; member
197 SbxVariable * variable, bool special, MarshalData & data, void ** buffer) in marshalString()
/trunk/main/basic/source/comp/
H A Dcodegen.cxx500 SbiBuffer& buffer() in buffer() function in BufferTransformer

Completed in 117 milliseconds

12345678