Lines Matching refs:ldap_first_attribute
160 26.5. Changes to ldap_first_attribute() and ldap_next_attribute...77
2929 The ldap_first_attribute() and ldap_next_attribute() calls are used to
2932 char *ldap_first_attribute(
2953 ptr In ldap_first_attribute(), the address of a pointer used inter-
2956 ldap_first_attribute(). The BerElement type itself is an opaque
2961 attribute type names returned by ldap_first_attribute() and
2973 ldap_first_attribute() and ldap_next_attribute() will return NULL when
2982 ldap_first_attribute() will allocate and return in ptr a pointer to a
2985 the entry's attributes. After a set of calls to ldap_first_attribute()
3037 ldap_first_attribute() or ldap_next_attribute(), or a caller-
4099 for ( a = ldap_first_attribute( ld, e, &ptr ); a != NULL;
4299 26.5. Changes to ldap_first_attribute() and ldap_next_attribute
4305 After the last call to ldap_first_attribute() or ldap_next_attribute(),