HomeSort by: relevance | last modified time | path
    Searched refs:ldap_dn2bv_x (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
dn.c 460 rc = ldap_dn2bv_x( dn, out,
577 rc = ldap_dn2bv_x( dn, out,
749 rc = ldap_dn2bv_x( dn, pretty,
765 rc = ldap_dn2bv_x( dn, normal,
sasl.c 2010 rc = ldap_dn2bv_x( DN, dn, LDAP_DN_FORMAT_LDAPV3,
  /src/external/bsd/openldap/dist/include/
ldap_pvt.h 238 LDAP_F( int ) ldap_dn2bv_x LDAP_P((
  /src/external/bsd/openldap/dist/libraries/libldap/
getdn.c 3008 rc = ldap_dn2bv_x( dn, &bv, flags, NULL );
3015 return ldap_dn2bv_x( dn, bv, flags, NULL );
3018 int ldap_dn2bv_x( LDAPDN dn, struct berval *bv, unsigned flags, void *ctx ) function
tls2.c 1695 rc = ldap_dn2bv_x( newDN, bv, LDAP_DN_FORMAT_LDAPV3, NULL );

Completed in 48 milliseconds