Searched refs:constr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPMessageQueue.cpp58 const LDAPConstraints *constr=req->getConstraints(); local
61 if (constr->getReferralChase() ){
82 if(constr->getReferralChase()){
119 if(constr->getReferralChase()){
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader/lib/DBIx/Class/Schema/Loader/DBI/
H A DOracle.pm95 while(my $constr = $sth->fetchrow_arrayref) {
96 my $constr_name = lc $constr->[0];
97 my $constr_def = lc $constr->[1];
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.05003/lib/DBIx/Class/Schema/Loader/DBI/
H A DOracle.pm95 while(my $constr = $sth->fetchrow_arrayref) {
96 my $constr_name = lc $constr->[0];
97 my $constr_def = lc $constr->[1];
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/lib/DBIx/Class/Schema/Loader/DBI/
H A DOracle.pm124 while(my $constr = $sth->fetchrow_arrayref) {
125 my $constr_name = $self->_lc($constr->[0]);
126 my $constr_col = $self->_lc($constr->[1]);
H A DMSSQL.pm347 while (my ($constr, $col) = $sth->fetchrow_array) {
348 push @{ $uniq{$constr} }, $self->_lc($col);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl913 upvar 1 $data_var data $tag_var tag $tagtype_var tagtype $constr_var constr
934 set constr [expr {($type & 0x20) > 0}]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldap.tcl1355 asnPeekTag response tag type constr

Completed in 178 milliseconds