Searched refs:ber_strdup_x (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dch_malloc.c126 if ( (new = ber_strdup_x( string, NULL )) == NULL ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dreferral.c94 rs->sr_matched = ber_strdup_x(
H A Dadd.c142 rs->sr_matched = ber_strdup_x( p->e_name.bv_val,
205 rs->sr_matched = ber_strdup_x( p->e_name.bv_val,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dadd.c153 rs->sr_matched = ber_strdup_x( p->e_name.bv_val,
214 rs->sr_matched = ber_strdup_x( p->e_name.bv_val,
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlber_pvt.h137 ber_strdup_x LDAP_P((
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dmemory.c633 ber_strdup_x( LDAP_CONST char *s, void *ctx ) function
658 return ber_strdup_x( s, NULL );
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dldap-int.h667 #define LDAP_STRDUP(s) (ber_strdup_x((s),NULL))
675 #define LDAP_STRDUPX(s,x) (ber_strdup_x((s),(x)))
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c394 lb->lb_text = ber_strdup_x( rs->sr_text, op->o_tmpmemctx );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c700 dir_stack->list->name = ber_strdup_x( path, ctx );

Completed in 114 milliseconds