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

  /src/external/bsd/openldap/dist/libraries/liblber/
lber-int.h 201 #define LBER_CALLOC(n,s) ber_memcalloc((n),(s))
memory.c 280 fprintf(stderr, "0x%08lx 0x%08lx -a- %ld ber_memcalloc %ld\n",
303 ber_memcalloc( ber_len_t n, ber_len_t s ) function
  /src/external/bsd/openldap/dist/libraries/librewrite/
rewrite-int.h 51 #define calloc(x,y) ber_memcalloc(x,y)
  /src/external/bsd/openldap/dist/libraries/libldap/
tls_g.c 108 ctx = ber_memcalloc ( 1, sizeof (*ctx) );
412 session = ber_memcalloc ( 1, sizeof (*session) );
ldif.c 55 #define ber_memcalloc calloc macro
cyrus.c 109 ber_memcalloc,
  /src/external/bsd/openldap/dist/include/
lber.h 610 ber_memcalloc LDAP_P((
  /src/external/bsd/openldap/dist/servers/slapd/
controls.c 308 extendedopsbv = ber_memcalloc( i + 1, sizeof( struct berval ) );
slap.h 98 #define SLAP_CALLOC(n,s) ber_memcalloc((n),(s))
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-ldap.c 161 *modlist = (LDAPMod **)ber_memcalloc(1, sizeof(LDAPMod *));

Completed in 30 milliseconds