Lines Matching refs:attrs
27 int ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls, int *msgidp);
29 int ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, LDAPControl ** serverctrls, LDAPControl **clientctrls);
31 int ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs );
32 int ldap_add_s( LDAP *ld, const char *dn, LDAPMod **attrs );
210 int ldap_search_ext(LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, int *msgidp);
212 int ldap_search_ext_s(LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *timeoutp, int sizelimit, LDAPMessage **res);
215 char **attrs, int attrsonly );
218 char **attrs, int attrsonly, LDAPMessage **res );
221 char **attrs, int attrsonly, struct timeval *timeout, LDAPMessage **res );
226 int ldap_ufn_search_c( LDAP *ld, char *ufn, char **attrs,
230 int ldap_ufn_search_ct( LDAP *ld, char *ufn, char **attrs,
234 int ldap_ufn_search_s( LDAP *ld, char *ufn, char **attrs,
312 char *ldap_dns_to_url(LDAP *ld, char *dns_name, char *attrs,