Lines Matching defs:deref
767 int deref;
856 "deref",
859 deref = LDAP_DEREF_NEVER;
862 deref = LDAP_DEREF_NEVER;
864 deref = LDAP_DEREF_SEARCHING;
866 deref = LDAP_DEREF_FINDING;
868 deref = LDAP_DEREF_ALWAYS;
871 "\"deref\" element of \"",
933 ldap->ld_deref = deref;
957 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref);
982 deref = LDAP_DEREF_NEVER;
983 ldap_set_option(ldap, LDAP_OPT_DEREF, &deref);