From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- docs/api_reference/C/dbstream_size.html | 167 ++++++++++++++++++++++++++++++++ 1 file changed, 167 insertions(+) create mode 100644 docs/api_reference/C/dbstream_size.html (limited to 'docs/api_reference/C/dbstream_size.html') diff --git a/docs/api_reference/C/dbstream_size.html b/docs/api_reference/C/dbstream_size.html new file mode 100644 index 00000000..71770cb4 --- /dev/null +++ b/docs/api_reference/C/dbstream_size.html @@ -0,0 +1,167 @@ + + + + + + DB_STREAM->size() + + + + + + + + + +
+
+
+
+

DB_STREAM->size()

+
+
+
+
#include <db.h>
+
+int
+DB_STREAM->size(DB_STREAM *dbs, db_off_t *size, u_int32_t flags); 
+

+ The DB_STREAM->size() method returns the + size of the BLOB in bytes. +

+

+ Unless otherwise specified, the + DB_STREAM->size() + + method returns a non-zero error value on failure and 0 on success. + + + +

+
+
+
+
+

Parameters

+
+
+
+
+
+
+
+

size

+
+
+
+

+ The size parameter + references memory into which the size of the BLOB is + copied. +

+
+
+
+
+
+

flags

+
+
+
+

+ The flags parameter must be set to 0. +

+
+
+
+
+
+
+

Errors

+
+
+
+

+ The DB_STREAM->size() + + method may fail and return one of the following non-zero errors: + + + +

+
+
+
+
+

EINVAL

+
+
+
+

+ An invalid flag value or parameter was specified. +

+
+
+
+
+
+
+

Class

+
+
+
+

+ DB_STREAM +

+
+
+
+
+
+

See Also

+
+
+
+

+ BLOBs and Related Methods +

+
+
+ + + -- cgit v1.2.1