Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_schema.h328 ldap_attributetype2bv LDAP_P((
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dat.c1028 if ( ldap_attributetype2bv( latp, &bv ) == NULL ) { in at_unparse()
1057 if ( ldap_attributetype2bv( &at->sat_atype, &val ) == NULL ) { in at_schema_info()
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dschema.c867 if (ldap_attributetype2bv( at, &bv )) in ldap_attributetype2str()
874 ldap_attributetype2bv( LDAPAttributeType * at, struct berval *bv ) in ldap_attributetype2bv() function