Searched refs:truncate (Results 276 - 300 of 303) sorted by relevance

<<111213

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/build_windows/
H A Ddb.h1553 int (*truncate) __P((DB *, DB_TXN *, u_int32_t *, u_int32_t)); member in struct:__db
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/sh/
H A Dinterp.c1218 regs[0] = callback->truncate (callback, ptr (regs[5]), regs[6]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/sh/
H A Dinterp.c1218 regs[0] = callback->truncate (callback, ptr (regs[5]), regs[6]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/stl/
H A Ddbstl_map.h2079 BDBOP2(this->get_db_handle()->truncate(
2094 // In if branch, truncate is capable of
H A Ddbstl_vector.h2064 before the real operation, and by default we use Db::truncate to
2065 truncate the database rather than delete the key/data pairs one by
2066 one, but Db::truncate requirs no open cursors on the database handle,
2513 // support autocommit because DB->truncate internally supports it.
2528 BDBOP2(this->get_db_handle()->truncate(
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/sh/
H A Dinterp.c1218 regs[0] = callback->truncate (callback, ptr (regs[5]), regs[6]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/tcl/
H A Dtcl_db.c134 "truncate",
2883 { DB_TRUNCATE, "-truncate" },
3178 ret = dbp->truncate(dbp, txn, &count, 0);
3180 result = _ErrorSetup(interp, ret, "db truncate");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/tcl/
H A Dtcl_db.c134 "truncate",
2883 { DB_TRUNCATE, "-truncate" },
3178 ret = dbp->truncate(dbp, txn, &count, 0);
3180 result = _ErrorSetup(interp, ret, "db truncate");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/tcl/
H A Dtcl_db.c134 "truncate",
2883 { DB_TRUNCATE, "-truncate" },
3178 ret = dbp->truncate(dbp, txn, &count, 0);
3180 result = _ErrorSetup(interp, ret, "db truncate");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libxml2/
H A Dconfigure5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5163 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
16269 # A sed program that does not truncate output.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libxml2/
H A Dconfigure5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5163 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
16269 # A sed program that does not truncate output.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libxml2/
H A Dconfigure5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5163 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
16269 # A sed program that does not truncate output.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/btrfs/
H A Dinode.c2116 * wrong in the middle of an unlink/truncate.
2180 * We have done the truncate/delete so we can go ahead and remove the orphan
2304 /* if we have links, this was a truncate, lets do that */
2972 * this can truncate away extent items, csum items and directory items.
2979 * min_type is the minimum key type to truncate down to. If set to 0, this
3029 /* there are no items in the tree for us to truncate, we're
3115 * we can't truncate inline items that have had
5790 * protect against truncate races as the page could now be beyond EOF. Because
5935 * using truncate to replace the contents of the file will
6807 .truncate
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/libdb_csharp/
H A Ddb_csharp_wrap.c358 return self->truncate(self, txn, countp, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/btrfs/
H A Dinode.c2116 * wrong in the middle of an unlink/truncate.
2180 * We have done the truncate/delete so we can go ahead and remove the orphan
2304 /* if we have links, this was a truncate, lets do that */
2972 * this can truncate away extent items, csum items and directory items.
2979 * min_type is the minimum key type to truncate down to. If set to 0, this
3029 /* there are no items in the tree for us to truncate, we're
3115 * we can't truncate inline items that have had
5790 * protect against truncate races as the page could now be beyond EOF. Because
5935 * using truncate to replace the contents of the file will
6807 .truncate
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/libdb_csharp/
H A Ddb_csharp_wrap.c358 return self->truncate(self, txn, countp, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/libdb_csharp/
H A Ddb_csharp_wrap.c358 return self->truncate(self, txn, countp, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/common/
H A Dconfigure4414 for ac_func in mmap munmap lstat truncate ftruncate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/common/
H A Dconfigure4414 for ac_func in mmap munmap lstat truncate ftruncate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/common/
H A Dconfigure4414 for ac_func in mmap munmap lstat truncate ftruncate
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dconfigure5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5520 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
19226 # A sed program that does not truncate output.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dconfigure5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5520 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
19226 # A sed program that does not truncate output.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dconfigure5519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5520 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
19226 # A sed program that does not truncate output.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/libdb_java/
H A Ddb_java_wrap.c3067 errno = self->truncate(self, txnid, &count, flags);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S6849 # 8.4 K := (N-J)/64, M1 := truncate(K/2), M = K-M1, #

Completed in 1035 milliseconds

<<111213