Lines Matching defs:attr
43 * attr and value) are supplied. The msgid of the response is returned.
50 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value )
60 if ( ldap_compare_ext( ld, dn, attr, &bv, NULL, NULL, &msgid )
70 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr,
93 if ( attr == NULL || bvalue == NULL || bvalue->bv_len == 0
112 LDAP_REQ_COMPARE, dn, attr, bvalue )) != 0 ) {
127 attr, bvalue->bv_val, (int)bvalue->bv_len /* XXX lossy cast */ )
150 ldap_compare_s( LDAP *ld, const char *dn, const char *attr,
158 return( ldap_compare_ext_s( ld, dn, attr, &bv, NULL, NULL ));
163 ldap_compare_ext_s( LDAP *ld, const char *dn, const char *attr,
170 if (( err = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls,