Searched refs:adsource (Results 1 – 1 of 1) sorted by relevance
469 int i, j, tokcnt, samerow, adsource; in read_next_tmpl() local600 adsource = LDAP_ADSRC_CONSTANTVALUE; in read_next_tmpl()602 adsource = LDAP_ADSRC_ADDERSDN; in read_next_tmpl()604 adsource = 0; in read_next_tmpl()606 if ( adsource == 0 || tokcnt < 2 || in read_next_tmpl()607 ( adsource == LDAP_ADSRC_CONSTANTVALUE && tokcnt != 3 ) || in read_next_tmpl()608 ( adsource == LDAP_ADSRC_ADDERSDN && tokcnt != 2 )) { in read_next_tmpl()620 adp->ad_source = adsource; in read_next_tmpl()622 if ( adsource == LDAP_ADSRC_CONSTANTVALUE ) { in read_next_tmpl()