Searched refs:right (Results 1 - 25 of 1408) sorted by path

1234567891011>>

/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_rec.c76 REC_FGET(mpf, ip, argp->left, &lp, right);
77 right: REC_FGET(mpf, ip, argp->right, &rp, redo);
112 /* Allocate and initialize new left/right child pages. */
119 ISINTERNAL(sp) ? PGNO_INVALID : argp->right,
121 P_INIT(_rp, file_dbp->pgsize, argp->right,
127 ISINTERNAL(sp) ? PGNO_INVALID : argp->right,
129 P_INIT(_rp, file_dbp->pgsize, argp->right,
210 PREV_PGNO(np) = argp->right;
244 * right chil
[all...]
H A Dbtree.src26 * right: the page number for the high-order contents.
27 * rlsn: the right page's original LSN.
39 ARG right db_pgno_t lu
H A Dbtree_auto.c63 argp->right = (db_pgno_t)uinttmp;
108 __bam_split_log(dbp, txnp, ret_lsnp, flags, left, llsn, right, rlsn, indx,
116 db_pgno_t right;
242 uinttmp = (u_int32_t)right;
H A Dbtree_autop.c47 (void)printf("\tright: %lu\n", (u_long)argp->right);
/macosx-10.10/BerkeleyDB-21/db/db_printlog/
H A Dpgno.awk33 /right/{
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Dbtree_auto.h13 db_pgno_t right; member in struct:___bam_split_args
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbUI.cpp170 SetWindowPos(hDlg, HWND_TOP, 0, 0, rt.right, rt.bottom,
317 SetWindowPos(hDlg, HWND_TOP, 0, 0, rt.right, rt.bottom,
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm200 This is important for getting TODO tests right.
1334 todo() is pretty part about finding the right package to look for
1336 not set, it's pretty good at guessing the right package to look at.
H A DMore.pm626 If you pick the right test function, you'll usually get a good idea of
644 diag("Since there's no foo, check that /etc/bar is set up right");
650 # Since there's no foo, check that /etc/bar is set up right.
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm1984 therefore worth knowing the difference, so that you can pick the right
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest015.tcl149 set dvals($key) [partial_shift $data $off right]
/macosx-10.10/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.pm243 The only useful option right now is AP_OPTS_MUTUAL_REQUIRED, which forces
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/
H A DDBI.pm2389 Class::DBI should usually be able to do the right things, as long as all
2547 add_to_films will generally do the right thing as they are actually
2552 Similarly a cascading delete will also do the right thing as it will
/macosx-10.10/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm1320 Class::Std automatically arranges for that value to be the right one for each
1535 pull that entry out of the hash and store it in the right attribute:
2170 wrong method, or the right method from the wrong place?
2177 method, or the right method from the wrong place?
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm292 right at the end when it's tried all it could.
304 parsing to stop right there and not try any other parsers.
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DFibonacci.pm75 for( $ch = $ch1->{right}; $ch != $ch1; $ch = $ch->{right} ) {
90 $el = $el->{right};
107 $cur = $cur->{right};
202 } until ($cur = $cur->{right}) == $first;
210 if( $el->{right} == $el ) {
215 link_to_left_of $el->{left}, $$h = $el->{right};
226 $el->{left} = $el->{right} = $el->{p} = $el->{child} = $el->{val} =
320 right => undef,
322 $el->{left} = $el->{right}
[all...]
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DFibonacci.pm75 for( $ch = $ch1->{right}; $ch != $ch1; $ch = $ch->{right} ) {
90 $el = $el->{right};
107 $cur = $cur->{right};
202 } until ($cur = $cur->{right}) == $first;
210 if( $el->{right} == $el ) {
215 link_to_left_of $el->{left}, $$h = $el->{right};
226 $el->{left} = $el->{right} = $el->{p} = $el->{child} = $el->{val} =
320 right => undef,
322 $el->{left} = $el->{right}
[all...]
/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DFibonacci.pm63 for( $ch = $ch1->{right}; $ch != $ch1; $ch = $ch->{right} ) {
78 $el = $el->{right};
95 $cur = $cur->{right};
190 } until ($cur = $cur->{right}) == $first;
198 if( $el->{right} == $el ) {
203 link_to_left_of $el->{left}, $$h = $el->{right};
214 $el->{left} = $el->{right} = $el->{p} = $el->{child} = $el->{val} =
308 right => undef,
310 $el->{left} = $el->{right}
[all...]
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm210 # right family for the socket on BSD systems:
1938 point IO::Socket::SSL to the right place to look.
2560 you also have to make sure that the right person gets the data. To accomplish this
/macosx-10.10/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm944 vice versa. These mappings are designed to "do the right thing" in most
1349 The right fix for this is to use a proper JSON parser in your javascript
1555 security right).
/macosx-10.10/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm270 The only useful option right now is AP_OPTS_MUTUAL_REQUIRED, which forces
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/
H A DREADME592 right in the config file like this:
760 hierarchy is probably what they know right up front, so it's easy for
1385 system of the right to log lower-prio messages.
1410 "Log::Log4perl" is to let people use categories right from the start to
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1247 If those placeholders aren't enough, then you can define your own right in
1423 class hierarchy is probably what they know right up front, so it's easy
2092 to ERROR and therefore deprives every logger in the system of the right
2119 categories right from the start to get used to the concept. So, let's keep
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DFile.pm423 it makes sure that file permission problems get detected right away, and
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm24 Of course, after getting the basics right, features need to
37 Use C<Log::Log4perl> right from the start. C<Log::Log4perl>'s C<:easy>
147 the right side of the assignment is
175 but in this example, it's just done right after init for the
562 and decreasing it by 2 right afterwards. Also, the C<l4p_wrapper>
610 arbitrary Perl code) and take its return value as the right side
852 checks the log files, you need to get notified on your pager right away.
873 the appender will not send out messages right away but wait until a
1352 Log4perl user to step in right before a message gets logged and decide if
1374 Log4perl right ou
[all...]

Completed in 331 milliseconds

1234567891011>>