Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c466 int i, j, tokcnt, samerow, adsource; in read_next_tmpl() local
597 adsource = LDAP_ADSRC_CONSTANTVALUE; in read_next_tmpl()
599 adsource = LDAP_ADSRC_ADDERSDN; in read_next_tmpl()
601 adsource = 0; in read_next_tmpl()
603 if ( adsource == 0 || tokcnt < 2 || in read_next_tmpl()
604 ( adsource == LDAP_ADSRC_CONSTANTVALUE && tokcnt != 3 ) || in read_next_tmpl()
605 ( adsource == LDAP_ADSRC_ADDERSDN && tokcnt != 2 )) { in read_next_tmpl()
617 adp->ad_source = adsource; in read_next_tmpl()
619 if ( adsource == LDAP_ADSRC_CONSTANTVALUE ) { in read_next_tmpl()