Searched refs:ber_strndup_x (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblber/
H A Dlber-int.h195 LBER_F (char *) ber_strndup_x( LDAP_CONST char *, ber_len_t, void *ctx );
H A Dmemory.c662 ber_strndup_x( LDAP_CONST char *s, ber_len_t l, void *ctx ) function
688 return ber_strndup_x( s, l, NULL );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldap-int.h609 #define LDAP_STRNDUP(s,l) (ber_strndup_x((s),(l),NULL))
617 #define LDAP_STRNDUPX(s,l,x) (ber_strndup_x((s),(l),(x)))

Completed in 83 milliseconds