Searched refs:adsource (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Ddisptmpl.c483 int i, j, tokcnt, samerow, adsource; local
616 adsource = LDAP_ADSRC_CONSTANTVALUE;
618 adsource = LDAP_ADSRC_ADDERSDN;
620 adsource = 0;
622 if ( adsource == 0 || tokcnt < 2 ||
623 ( adsource == LDAP_ADSRC_CONSTANTVALUE && tokcnt != 3 ) ||
624 ( adsource == LDAP_ADSRC_ADDERSDN && tokcnt != 2 )) {
636 adp->ad_source = adsource;
638 if ( adsource == LDAP_ADSRC_CONSTANTVALUE ) {
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c469 int i, j, tokcnt, samerow, adsource; local
600 adsource = LDAP_ADSRC_CONSTANTVALUE;
602 adsource = LDAP_ADSRC_ADDERSDN;
604 adsource = 0;
606 if ( adsource == 0 || tokcnt < 2 ||
607 ( adsource == LDAP_ADSRC_CONSTANTVALUE && tokcnt != 3 ) ||
608 ( adsource == LDAP_ADSRC_ADDERSDN && tokcnt != 2 )) {
620 adp->ad_source = adsource;
622 if ( adsource == LDAP_ADSRC_CONSTANTVALUE ) {

Completed in 16 milliseconds