Searched refs:chaining (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dcommon.h95 extern int chaining;
H A Dcommon.c116 int chaining = 0; variable
320 N_(" [!]chaining[=<resolveBehavior>[/<continuationBehavior>]]\n")
590 } else if ( strcasecmp( control, "chaining" ) == 0 ) {
591 chaining = 1 + crit;
610 "chaining behavior control "
627 "chaining behavior control "
1110 chaining ||
1626 || chaining
1789 if ( chaining ) {
1828 c[i].ldctl_iscritical = chaining >
[all...]
/macosx-10.10/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.pm60 codebook mode, the default), C<MODE_CBC> (cipher block chaining, the
70 chaining modes. It is not relevant for ECB mode.
/macosx-10.10/vim-55/runtime/syntax/
H A Djess.vim48 syn keyword jessFunc do-backward-chaining e
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dresolver.c4002 isc_boolean_t chaining; local
4059 * If chaining, we need to make sure that the right result code is
4073 chaining = ISC_TRUE;
4075 chaining = ISC_FALSE;
4085 if (!negative && !chaining &&
5781 isc_boolean_t done, external, chaining, aa, found, want_chaining; local
5800 chaining = ISC_FALSE;
5931 if (!chaining) {
5935 * we're not chaining (i.e.
5969 * CNAME chaining
[all...]
/macosx-10.10/CPANInternal-159.1/Tree-Simple-1.18/lib/Tree/
H A DSimple.pm717 that method call chaining can be possible. Such as:
733 to allow for method call chaining.

Completed in 234 milliseconds