HomeSort by relevance Sort by last modified time
    Searched refs:tdb (Results 1 - 25 of 42) sorted by null

1 2

  /external/e2fsprogs/lib/ext2fs/tdb/
build-tdb 3 # This file creates a stand-alone TDB based on a set of sources from
6 #BASE_DIR=/usr/projects/samba/samba-4.0.0tp4/source/lib/tdb
7 BASE_DIR=/usr/projects/samba/tdb
12 freelistcheck.c traverse.c dump.c tdb.c open.c"
15 echo "/*" > tdb.c
16 grep ^URL .svninfo >> tdb.c
17 grep "^Last Changed Rev" .svninfo | sed -e 's/Last Changed //' >> tdb.c
18 grep "^Last Changed Date" .svninfo >> tdb.c
19 echo "*/" >> tdb.c
21 cat $BASE_DIR/common/tdb_private.h >> tdb.
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 2 URL: svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/tdb/common
13 ** NOTE! The following LGPL license applies to the tdb
108 #include "tdb.h"
123 #define TDB_MAGIC_FOOD "TDB file\n"
138 #define TDB_HASHTABLE_SIZE(tdb) ((tdb->header.hash_size+1)*sizeof(tdb_off_t))
145 /* NB assumes there is a local variable called "tdb" that is the
148 #define TDB_LOG(x) tdb->log.log_fn x
160 #define BUCKET(hash) ((hash) % tdb->header.hash_size)
162 #define DOCONV() (tdb->flags & TDB_CONVERT
3811 struct tdb_context *tdb; local
4115 struct tdb_context *tdb; local
    [all...]
tdb.h 11 ** NOTE! The following LGPL license applies to the tdb
51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret)
79 /* ext2fs tdb renames */
151 void tdb_set_max_dead(struct tdb_context *tdb, int max_dead);
153 int tdb_reopen(struct tdb_context *tdb);
155 void tdb_set_logging_function(struct tdb_context *tdb, const struct tdb_logging_context *log_ctx);
156 enum TDB_ERROR tdb_error(struct tdb_context *tdb);
157 const char *tdb_errorstr(struct tdb_context *tdb);
158 TDB_DATA tdb_fetch(struct tdb_context *tdb, TDB_DATA key);
159 int tdb_parse_record(struct tdb_context *tdb, TDB_DATA key
    [all...]
  /external/clang/test/CodeGen/
builtins-systemz.c 12 void test_htm1(struct __htm_tdb *tdb, int reg, int *mem, uint64_t *mem64) {
19 __builtin_tbegin (tdb);
28 __builtin_tbegin_nofloat (tdb);
39 __builtin_tbegin_retry (tdb, 6);
52 __builtin_tbegin_retry_nofloat (tdb, 6);
115 void * const tdb = &tdb_struct; local
121 result = __TM_begin (tdb);
131 result = __TM_nesting_depth (tdb);
134 result = __TM_is_user_abort (tdb);
135 result = __TM_is_named_user_abort (tdb, &code)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 50 self.tdb = dbtables.bsdTableDB(
54 self.tdb.close()
65 self.tdb.Drop(tabname)
68 self.tdb.CreateTable(tabname, [colname])
71 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159, 1)})
73 self.tdb.Insert(tabname, {colname: pickle.dumps(3.14159,
77 self.tdb._db_print()
79 values = self.tdb.Select(
115 self.tdb.Drop(tabname)
118 self.tdb.CreateTable(tabname, [col0, col1, col2]
    [all...]
  /external/clang/lib/Headers/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
htmintrin.h 179 __builtin_tbegin_retry_tdb (void *tdb, int retry)
183 while ((cc = __builtin_tbegin(tdb)) == _HTM_TBEGIN_TRANSIENT
190 #define __builtin_tbegin_retry(tdb, retry) \
191 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \
193 __builtin_tbegin_retry_tdb(tdb, retry))
208 __builtin_tbegin_retry_nofloat_tdb (void *tdb, int retry)
212 while ((cc = __builtin_tbegin_nofloat(tdb)) == _HTM_TBEGIN_TRANSIENT
219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \
220 (__builtin_constant_p(tdb == 0) && tdb == 0 ?
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
htmintrin.h 179 __builtin_tbegin_retry_tdb (void *tdb, int retry)
183 while ((cc = __builtin_tbegin(tdb)) == _HTM_TBEGIN_TRANSIENT
190 #define __builtin_tbegin_retry(tdb, retry) \
191 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \
193 __builtin_tbegin_retry_tdb(tdb, retry))
208 __builtin_tbegin_retry_nofloat_tdb (void *tdb, int retry)
212 while ((cc = __builtin_tbegin_nofloat(tdb)) == _HTM_TBEGIN_TRANSIENT
219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \
220 (__builtin_constant_p(tdb == 0) && tdb == 0 ?
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
htmintrin.h 179 __builtin_tbegin_retry_tdb (void *tdb, int retry)
183 while ((cc = __builtin_tbegin(tdb)) == _HTM_TBEGIN_TRANSIENT
190 #define __builtin_tbegin_retry(tdb, retry) \
191 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \
193 __builtin_tbegin_retry_tdb(tdb, retry))
208 __builtin_tbegin_retry_nofloat_tdb (void *tdb, int retry)
212 while ((cc = __builtin_tbegin_nofloat(tdb)) == _HTM_TBEGIN_TRANSIENT
219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \
220 (__builtin_constant_p(tdb == 0) && tdb == 0 ?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
htmintrin.h 179 __builtin_tbegin_retry_tdb (void *tdb, int retry)
183 while ((cc = __builtin_tbegin(tdb)) == _HTM_TBEGIN_TRANSIENT
190 #define __builtin_tbegin_retry(tdb, retry) \
191 (__builtin_constant_p(tdb == 0) && tdb == 0 ? \
193 __builtin_tbegin_retry_tdb(tdb, retry))
208 __builtin_tbegin_retry_nofloat_tdb (void *tdb, int retry)
212 while ((cc = __builtin_tbegin_nofloat(tdb)) == _HTM_TBEGIN_TRANSIENT
219 #define __builtin_tbegin_retry_nofloat(tdb, retry) \
220 (__builtin_constant_p(tdb == 0) && tdb == 0 ?
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
htmxlintrin.h 230 __TM_begin (void* const tdb)
232 return __builtin_tbegin_nofloat (tdb);
263 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
268 if (tdb->format != 1)
270 return tdb->nesting_depth;
278 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
280 if (tdb->format != 1)
283 return !!(tdb->abort_code >= _HTM_FIRST_USER_ABORT_CODE);
289 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
291 if (tdb->format != 1
305 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
315 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
325 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
333 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
349 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
356 struct __htm_tdb *tdb = (struct __htm_tdb*)tdb_ptr; local
    [all...]
  /external/e2fsprogs/misc/
e2undo.c 22 #include "ext2fs/tdb.h"
39 static int check_filesystem(TDB_CONTEXT *tdb, io_channel channel)
57 tdb_data = tdb_fetch(tdb, tdb_key);
59 retval = EXT2_ET_TDB_SUCCESS + tdb_error(tdb);
61 _("Failed tdb_fetch %s\n"), tdb_errorstr(tdb));
78 tdb_data = tdb_fetch(tdb, tdb_key);
80 retval = EXT2_ET_TDB_SUCCESS + tdb_error(tdb);
82 _("Failed tdb_fetch %s\n"), tdb_errorstr(tdb));
95 static int set_blk_size(TDB_CONTEXT *tdb, io_channel channel)
103 tdb_data = tdb_fetch(tdb, tdb_key)
123 TDB_CONTEXT *tdb; local
    [all...]

Completed in 1328 milliseconds

1 2