OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldap_bv2dn_x
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
dn.c
442
rc =
ldap_bv2dn_x
( val, &dn, LDAP_DN_FORMAT_LDAP, ctx );
558
rc =
ldap_bv2dn_x
( val, &dn, LDAP_DN_FORMAT_LDAP, ctx );
677
rc =
ldap_bv2dn_x
( val, dn, LDAP_DN_FORMAT_LDAP, ctx );
734
rc =
ldap_bv2dn_x
( val, &dn, LDAP_DN_FORMAT_LDAP, ctx );
/src/external/bsd/openldap/dist/include/
ldap_pvt.h
236
LDAP_F( int )
ldap_bv2dn_x
LDAP_P((
/src/external/bsd/openldap/dist/libraries/libldap/
getdn.c
692
return
ldap_bv2dn_x
( &bv, dn, flags, NULL );
698
return
ldap_bv2dn_x
( bv, dn, flags, NULL );
702
ldap_bv2dn_x
( struct berval *bvin, LDAPDN *dn, unsigned flags, void *ctx )
function
/src/external/bsd/openldap/dist/servers/slapd/overlays/
autoca.c
147
ldap_bv2dn_x
( bv, &dn, LDAP_DN_FORMAT_LDAP, op->o_tmpmemctx );
Completed in 21 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026