Searched refs:ber_memcalloc (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dlber-int.h201 #define LBER_CALLOC(n,s) ber_memcalloc((n),(s))
H A Dmemory.c280 fprintf(stderr, "0x%08lx 0x%08lx -a- %ld ber_memcalloc %ld\n",
303 ber_memcalloc( ber_len_t n, ber_len_t s ) function
/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Drewrite-int.h46 #define calloc(x,y) ber_memcalloc(x,y)
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_g.c108 ctx = ber_memcalloc ( 1, sizeof (*ctx) );
392 session = ber_memcalloc ( 1, sizeof (*session) );
H A Dldif.c55 #define ber_memcalloc calloc macro
H A Dcyrus.c109 ber_memcalloc,
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlber.h610 ber_memcalloc LDAP_P((
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dcontrols.c307 extendedopsbv = ber_memcalloc( i + 1, sizeof( struct berval ) );
H A Dslap.h98 #define SLAP_CALLOC(n,s) ber_memcalloc((n),(s))
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-ldap.c161 *modlist = (LDAPMod **)ber_memcalloc(1, sizeof(LDAPMod *));

Completed in 196 milliseconds