Searched refs:compact (Results 1 - 25 of 42) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Ddb-4.4.t16 title "Testing compact";
44 ok $db->compact("red", "green", \%hash, 0, $end) == 0, " Compacted ok";
55 ok $db->compact() == 0, " Compacted ok";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat.i48 JAVA_STAT_CLASS(DB_COMPACT *, com.sleepycat.db.CompactStats, compact)
50 %typemap(in) DB_COMPACT * (DB_COMPACT compact) %{
51 memset(&compact, 0, sizeof (DB_COMPACT));
52 $1 = &compact;
H A Ddb.i115 db_ret_t compact(DB_TXN *txnid, DBT *start, DBT *stop,
117 return self->compact(self, txnid, start, stop, c_data, flags,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabase.java226 public CompactStats compact(final Transaction txn, method in class:Database
234 CompactStats compact = new CompactStats(config.getFillPercent(),
236 db.compact((txn == null) ? null : txn.txn,
237 start, stop, compact, config.getFlags(), end);
238 return compact;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_java_stat96 perl -w -p -e 's/get_(st|bt|hash|qs|compact)_/get_/;' \
325 jclass compact
326 jclass_toString compact CompactStats
333 jclass_jni compact __dbj_fill_compact
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest112.tcl17 # TEST cursor), dump, compact, and do the before/after check again.
136 set ret [$db compact -freespace]
220 set ret [$db compact -freespace]
H A Dtest113.tcl16 # TEST cursor), dump, compact, and do the before/after check again.
136 set ret [$db compact -freespace]
208 set ret [$db compact -freespace]
H A Drep051.tcl11 # TEST Delete a large number of entries and compact with -freespace.
180 set ret [eval {$db compact} $txn {-freespace}]
185 # There will be fewer pages in use after the compact -freespace call.
H A Dtest111.tcl14 # TEST cursor), dump, compact, and do the before/after check again.
195 set ret [$db compact -freespace]
290 set ret [$db compact -freespace]
H A Dtest114.tcl14 # TEST cursor), dump, compact, and do the before/after check again.
171 set ret [$db compact -freespace]
263 set ret [$db compact -freespace]
H A Dtest115.tcl15 # TEST cursor), dump, compact, and do the before/after check again.
166 set ret [$db compact -freespace]
278 set ret [$db compact -freespace]
H A Dtest117.tcl171 set ret [$db compact -fillpercent $fillpercent]
H A Dtestparams.tcl20 set test_names(compact) [list test111 test112 test113 test114 test115 test117]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dir2_block.c75 int compact; /* need to compact leaf ents */ local
177 compact = 0;
186 compact = 0;
189 * Will need to compact to make this work.
212 compact = 1;
245 if (compact) {
977 * Initialize the block leaf area. We compact out stale entries.
H A Dxfs_dir2_leaf.c115 * Could compact these but I think we always do the conversion
164 int compact; /* need to compact leaves */ local
268 compact = 1;
299 compact = 0;
317 * Need to compact the leaf entries, removing stale ones.
322 if (compact) {
458 * If we didn't compact before, we need to find the nearest
461 if (compact == 0) {
1533 * If this is the last data block then compact th
[all...]
H A Dxfs_dir2_node.c187 int compact; /* compacting stale leaves */ local
215 * a compact.
221 compact = be16_to_cpu(leaf->hdr.stale) > 1;
223 compact = 0;
235 if (compact) {
263 * If we didn't do a compact then we need to figure out
266 if (compact == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC/
H A Dmetadata.h1552 * \param compact If \c false, behaves like FLAC__format_seektable_sort().
1563 FLAC_API FLAC__bool FLAC__metadata_object_seektable_template_sort(FLAC__StreamMetadata *object, FLAC__bool compact);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c268 * That's the compact form for determinists automatas
271 int *compact; member in struct:_xmlRegexp
449 * Switch to a compact representation
574 * the compact form can't be used !
639 ret->compact = transitions;
3284 if ((comp->compact == NULL) && (comp->states == NULL))
3300 if (comp->compact == NULL)
3458 * @comp: the precompiled exec with a compact table
3475 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL))
3482 if (comp->compact[stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c275 * That's the compact form for determinists automatas
278 int *compact; member in struct:_xmlRegexp
456 * Switch to a compact representation
581 * the compact form can't be used !
646 ret->compact = transitions;
3455 if ((comp->compact == NULL) && (comp->states == NULL))
3471 if (comp->compact == NULL)
3629 * @comp: the precompiled exec with a compact table
3646 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL))
3653 if (comp->compact[stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c268 * That's the compact form for determinists automatas
271 int *compact; member in struct:_xmlRegexp
449 * Switch to a compact representation
574 * the compact form can't be used !
639 ret->compact = transitions;
3284 if ((comp->compact == NULL) && (comp->states == NULL))
3300 if (comp->compact == NULL)
3458 * @comp: the precompiled exec with a compact table
3475 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL))
3482 if (comp->compact[stat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_db.cpp215 DB_METHOD(compact, (DbTxn *txnid, Dbt *start, Dbt *stop,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_method.c221 dbp->compact = __db_compact_pp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsetox.S66 | compact representation of |X| is used. This format is a
73 | is also in the compact form. Thus taking the branch
H A Dstan.S315 |--If compact form of abs(arg) in d0=$7ffeffff, argument is so large that
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDb.java299 public void compact(DbTxn txnid, com.sleepycat.db.DatabaseEntry start, com.sleepycat.db.DatabaseEntry stop, com.sleepycat.db.CompactStats c_data, int flags, com.sleepycat.db.DatabaseEntry end) throws com.sleepycat.db.DatabaseException { db_javaJNI.Db_compact(swigCPtr, this, DbTxn.getCPtr(txnid), txnid, start, stop, c_data, flags, end); } method in class:Db

Completed in 207 milliseconds

12