Searched refs:generation (Results 1 - 25 of 222) sorted by path

123456789

/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Dbdbread.mak112 # Compiler code generation options
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_dispatch.c436 headp->generation = 0;
445 headp->gen_array[0].generation = 0;
463 for (__i = 0; __i <= (hp)->generation; __i++) \
472 DB_ASSERT(env, __i <= (hp)->generation); \
473 gen = (hp)->gen_array[__i].generation; \
498 /* Find the most recent generation containing this ID */
499 FIND_GENERATION(hp, txnid, elp->u.t.generation);
600 * Checks to see if a txnid with the current generation is in the
688 u_int32_t generation, hash; local
699 FIND_GENERATION(hp, txnid, generation);
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_dispatch.h64 u_int32_t generation; /* Current generation number. */ member in struct:__db_txnhead
67 u_int32_t generation; member in struct:__db_txnhead::__anon287
82 u_int32_t generation; member in struct:__db_txnlist::__anon288::__anon289
H A Dlock.h103 u_int32_t generation; /* Generation of this object. */ member in struct:__db_lockobj
H A Drep.h200 u_int32_t egen; /* Replication election generation. */
201 u_int32_t gen; /* Replication generation number. */
202 u_int32_t recover_gen; /* Last generation number in log. */
240 * Latest generation whose NEWMASTER event the application has been
247 * notified of, expressed as the election generation number. This
278 u_int32_t w_gen; /* Winner generation. */
492 u_int32_t generation; member in struct:__db_rep
621 u_int32_t egen; /* Election generation. */
630 u_int32_t egen; /* Voter's election generation. */
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Drepmgr_auto.h19 u_int32_t generation; member in struct:___repmgr_ack_args
/macosx-10.9.5/BerkeleyDB-21/db/dist/brew/
H A Dbdbread.mak112 # Compiler code generation options
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock.c1241 /* Increment generation number. */
1284 sh_obj->generation++;
1757 * Bump the generation when removing an object from the
1760 obj->generation++;
1800 sh_obj->generation++;
H A Dlock_deadlock.c401 gen = op->generation;
404 if (op->generation != gen) {
533 gen = op->generation;
537 if (gen != op->generation) {
H A Dlock_region.c316 op->generation = 0;
/macosx-10.9.5/BerkeleyDB-21/db/repmgr/
H A Drepmgr_auto.c59 DB_HTONL_COPYOUT(env, bp, argp->generation);
78 DB_NTOHL_COPYIN(env, argp->generation, bp);
H A Drepmgr_msg.c67 u_int32_t generation; local
72 * Save initial generation number, in case it changes in a close race
75 generation = db_rep->generation;
117 if ((ret = ack_message(env, generation, &permlsn)) != 0)
189 ack_message(env, generation, lsn)
191 u_int32_t generation;
222 ack.generation = generation;
350 db_rep->generation
[all...]
H A Drepmgr_sel.c1361 if (ackp->generation < db_rep->generation) {
1364 (u_long)ackp->generation, (u_long)db_rep->generation,
1370 (u_long)ackp->lsn.offset, (u_long)ackp->generation,
1373 if (ackp->generation == db_rep->generation &&
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drep002.tcl206 set generation [stat_field $masterenv rep_stat "Generation number"]
208 error_check_good gen_unchanged $origgeneration $generation
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/
H A DBase.pm176 Set this to C<0> to turn off all POD generation.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/
H A DBase.pm331 Set this to C<0> to turn off all POD generation.
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/
H A DBase.pm176 Set this to C<0> to turn off all POD generation.
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A DUUID.pm61 The algorithm for UUID generation, used by this extension, is described in the
/macosx-10.9.5/CPANInternal-140/Data-UUID/
H A DUUID.pm92 The algorithm for UUID generation, used by this extension, is described in the
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DSender.pm2905 Mail::Sender and $Mail::Sender::NO_DATE turns off the Date: header generation.
/macosx-10.9.5/CPANInternal-140/Mail-Sender/
H A DSender.pm2602 Mail::Sender and $Mail::Sender::NO_DATE turns off the Date: header generation.
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/
H A Dperltidy1269 (B<-ce>), preclude the generation of some closing side comments.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/
H A DChanges265 ! fixed hex and hexBinary datatypes generation
482 + added script for stub generation (stubmaker.pl)
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/bin/
H A Dstubmaker.pl73 Turns on "verbose" output during the code stub generation process. To be honest, there is not much the program outputs, but if you must see something output to the console, then this fits the bill.
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DSchema.pm35 Parses the internal representation of the service description prior to the generation of stub routines to provide method-like access to the remote services.

Completed in 331 milliseconds

123456789