Symbol: NSLDAPI_MALLOC
usr/src/lib/libldap5/sources/ldap/common/abandon.c
245
if ( (ld->ld_abandoned = (int *)NSLDAPI_MALLOC( 2
usr/src/lib/libldap5/sources/ldap/common/cache.c
83
mods = (LDAPMod **)NSLDAPI_MALLOC( GRABSIZE * sizeof(LDAPMod *) );
usr/src/lib/libldap5/sources/ldap/common/charray.c
151
new = (char **)NSLDAPI_MALLOC( (i + 1) * sizeof(char *) );
usr/src/lib/libldap5/sources/ldap/common/charray.c
195
res = (char **)NSLDAPI_MALLOC( (i + 1) * sizeof(char *) );
usr/src/lib/libldap5/sources/ldap/common/charray.c
41
*a = (char **)NSLDAPI_MALLOC( 2 * sizeof(char *) );
usr/src/lib/libldap5/sources/ldap/common/charset.c
1072
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1609
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * len + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1732
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/charset.c
1786
if ( (o = oo = (Byte *)NSLDAPI_MALLOC( 2 * strlen( s ) + 64 )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/control.c
309
if ( ( ctrlp = (LDAPControl **)NSLDAPI_MALLOC( sizeof(LDAPControl *)
usr/src/lib/libldap5/sources/ldap/common/control.c
354
if (( *ldctrls = (LDAPControl **)NSLDAPI_MALLOC(( count + 1 ) *
usr/src/lib/libldap5/sources/ldap/common/control.c
384
if (( rctrl = (LDAPControl *)NSLDAPI_MALLOC( sizeof( LDAPControl )))
usr/src/lib/libldap5/sources/ldap/common/control.c
425
if (( ctrl_dst->ldctl_value.bv_val = NSLDAPI_MALLOC( len ))
usr/src/lib/libldap5/sources/ldap/common/control.c
463
if (( *ctrlp = (LDAPControl *)NSLDAPI_MALLOC( sizeof(LDAPControl)))
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
128
if (( buf = NSLDAPI_MALLOC( (size_t)len )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/disptmpl.c
403
if (( attrs = (char **)NSLDAPI_MALLOC( sizeof( char * ))) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/dsparse.c
136
if (( line = NSLDAPI_MALLOC( p - linestart )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/friendly.c
63
if ( (*map = (FriendlyMap)NSLDAPI_MALLOC( (entries + 1) *
usr/src/lib/libldap5/sources/ldap/common/getdn.c
161
if ( (rdns = (char **)NSLDAPI_MALLOC( 8 * sizeof(char *) )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/getdn.c
257
if (( rdns = (char **)NSLDAPI_MALLOC( 8
usr/src/lib/libldap5/sources/ldap/common/getdxbyname.c
100
if (( dxs = (char **)NSLDAPI_MALLOC( 2 * sizeof( char * ))) == NULL ||
usr/src/lib/libldap5/sources/ldap/common/getdxbyname.c
200
dxs = (char **)NSLDAPI_MALLOC( 2 * sizeof( char * ));
usr/src/lib/libldap5/sources/ldap/common/getfilter.c
76
if (( buf = NSLDAPI_MALLOC( (size_t)len )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
200
result = (_SubStringIndex *)NSLDAPI_MALLOC( sizeof(*result)
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
225
*langp = (char *)NSLDAPI_MALLOC( len + 1 );
usr/src/lib/libldap5/sources/ldap/common/getvalues.c
371
baseTarget = (char *)NSLDAPI_MALLOC( len + 1 );
usr/src/lib/libldap5/sources/ldap/common/open.c
477
if ( (ld = (LDAP*)NSLDAPI_MALLOC( sizeof(struct ldap) )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/open.c
484
if (( ld->ld_io_fns_ptr = (struct ldap_io_fns *)NSLDAPI_MALLOC(
usr/src/lib/libldap5/sources/ldap/common/open.c
698
*hostp = NSLDAPI_MALLOC( len + 1 );
usr/src/lib/libldap5/sources/ldap/common/open.c
797
(p = (char *)NSLDAPI_MALLOC( strlen( s ) + 1 )) == NULL )
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
1264
newpollfds = (struct pollfd *)NSLDAPI_MALLOC(
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
1382
newpollfds = (LDAP_X_PollFD *)NSLDAPI_MALLOC(
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
582
= NSLDAPI_MALLOC( ld->ld_dns_bufsize );
usr/src/lib/libldap5/sources/ldap/common/os-ip.c
587
ldhpbuf = ldhpbuf_allocd = NSLDAPI_MALLOC(
usr/src/lib/libldap5/sources/ldap/common/request.c
1079
*referralsp = (char *)NSLDAPI_MALLOC( strlen( s ) +
usr/src/lib/libldap5/sources/ldap/common/sasl.c
438
if ((sb->sb_sasl_ibuf = NSLDAPI_MALLOC(bufsiz)) == NULL) {
usr/src/lib/libldap5/sources/ldap/common/sort.c
216
if ( (et = (struct entrything *)NSLDAPI_MALLOC( count *
usr/src/lib/libldap5/sources/ldap/common/sort.c
95
kt = (keything_t**)NSLDAPI_MALLOC( count * (sizeof(keything_t*) + sizeof(keything_t)) );
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
318
new_key = (LDAPsortkey*)NSLDAPI_MALLOC(sizeof(LDAPsortkey));
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
324
new_key->sk_attrtype = (char *)NSLDAPI_MALLOC(attrdesc_size + 1);
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
326
new_key->sk_matchruleoid = (char *)NSLDAPI_MALLOC(
usr/src/lib/libldap5/sources/ldap/common/sortctrl.c
372
pointer_array = (LDAPsortkey**)NSLDAPI_MALLOC(sizeof(LDAPsortkey*)
usr/src/lib/libldap5/sources/ldap/common/srchpref.c
87
if (( buf = NSLDAPI_MALLOC( (size_t)len )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
1106
if (( members = (char **)NSLDAPI_MALLOC( (count + 1)
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
172
if (( buf = NSLDAPI_MALLOC( LDAP_DTMPL_BUFSIZ )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
468
if (( buf = NSLDAPI_MALLOC( LDAP_DTMPL_BUFSIZ )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/tmplout.c
649
if (( buf = NSLDAPI_MALLOC( LDAP_DTMPL_BUFSIZ )) == NULL ) {
usr/src/lib/libldap5/sources/ldap/common/ufn.c
155
if ( (dns = (char **)NSLDAPI_MALLOC(
usr/src/lib/libldap5/sources/ldap/common/ufn.c
176
if ( (dns = (char **)NSLDAPI_MALLOC(
usr/src/lib/libldap5/sources/ldap/common/ufn.c
305
if ( (pbuf = (char *)NSLDAPI_MALLOC( strlen( ld->ld_ufnprefix ) + 1 ))