Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 16 of 16) sorted by relevance

/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx74 char * address(std::vector< char > & blob) { in address() argument
75 return blob.empty() ? 0 : &blob[0]; in address()
138 std::vector< char >::size_type n = blob.size(); in align()
140 blob.resize(n + add); //TODO: overflow in align()
141 return address(blob) + n; in align()
205 std::vector< char > * blob = data.newBlob(); in marshalString() local
206 blob->insert( in marshalString()
208 *buffer = address(*blob); in marshalString()
294 add(blob, p, 4, offset); in marshal()
356 add(blob, p, 4, offset); in marshal()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java69 XBlob blob = getBlob(columnIndex); in getBinaryStream() local
70 if (blob != null) { in getBinaryStream()
71 return blob.getBinaryStream(); in getBinaryStream()
205 java.sql.Blob blob = ((java.sql.CallableStatement)jdbcStatement).getBlob(columnIndex); in getBlob() local
206 if (blob != null) { in getBlob()
207 return new JavaSQLBlob(logger, blob); in getBlob()
H A DJavaSQLResultSet.java417 java.sql.Blob blob = jdbcResultSet.getBlob(columnIndex); in getBlob() local
418 if (blob != null) { in getBlob()
419 return new JavaSQLBlob(logger, blob); in getBlob()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java455 XBlob blob = UnoRuntime.queryInterface(XBlob.class, object); in fill() local
456 if (blob != null) { in fill()
457 setAny(blob); in fill()
997 XBlob blob = UnoRuntime.queryInterface(XBlob.class, value); in getSequence() local
998 if (blob != null) { in getSequence()
999 xStream = blob.getBinaryStream(); in getSequence()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java239 private OfficeImage produceFromBlob(final Blob blob) in produceFromBlob() argument
243 final InputStream inputStream = blob.getBinaryStream(); in produceFromBlob()
244 final int length = (int) blob.length(); in produceFromBlob()
/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.cxx144 struct curl_blob blob; in CurlSession() local
145 blob.data = (void*) in CurlSession()
165 blob.len = strlen( (char*) blob.data ) + 1; in CurlSession()
166 blob.flags = CURL_BLOB_COPY; in CurlSession()
168 rc = curl_easy_setopt( m_pCurl, CURLOPT_CAINFO_BLOB, &blob ); in CurlSession()
/trunk/main/idlc/source/
H A Dastdump.cxx338 void const * blob = writer.getBlob(&size); in dump() local
340 emptyStr, RG_VALUETYPE_BINARY, const_cast< void * >(blob), in dump()
/trunk/main/oox/source/dump/
H A Doledumper.ini155 64=time-stamp,blob,stream,storage,stream-obj,storage-obj
156 70=blob-obj,clip-fmt,guid,vers-stream
157 0x0FFF=str8-blob
H A Ddffdumper.ini218 0x03A8=,group-metro-blob,group-rel-z-order,
H A Dbiffdumper.ini907 7=blob
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt288 MsiDigitalCertificate CertData N Binary A certificate context blob for a signer certificate
291 MsiDigitalSignature Hash Y Binary The encoded hash blob from the digital signature
/trunk/main/oox/source/token/
H A Dtokens.txt869 blob
/trunk/main/nss/
H A Dnss_win.patch168 /* https://github.com/BLAKE2/BLAKE2/blob/master/testvectors/blake2b-kat.txt */

Completed in 108 milliseconds