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

  /src/external/bsd/openldap/dist/libraries/libldap/
free.c 70 return LDAP_REALLOC( p, s );
charray.c 54 new = (char **) LDAP_REALLOC( (char *) *a,
92 aa = (char **) LDAP_REALLOC( (char *) *a, (n + nn + 1) * sizeof(char *) );
dnssrv.c 80 ndomain = LDAP_REALLOC( domain.bv_val,
96 ndomain = LDAP_REALLOC( domain.bv_val,
155 dntmp = (char *) LDAP_REALLOC(dn, loc + sizeof(",dc=") + len );
352 hostent_head = (srv_record *) LDAP_REALLOC(hostent_head, (hostent_count+1)*(sizeof(srv_record)));
390 hostlist = (char *) LDAP_REALLOC(hostlist, cur+buflen+1);
vc.c 150 tctrls = !tctrl ? NULL : LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *));
controls.c 206 LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *));
schema.c 188 temp = LDAP_REALLOC(ss->val, ss->size);
1216 res1 = LDAP_REALLOC(res,size*sizeof(char *));
1394 res1 = LDAP_REALLOC(res,size*sizeof(char *));
1464 tmp = LDAP_REALLOC(*extensions,
request.c 1245 lc->lconn_rebind_queue = (char ***) LDAP_REALLOC(
1513 *referralsp = (char *)LDAP_REALLOC( *referralsp,
ldap-int.h 665 #define LDAP_REALLOC(p,s) (ber_memrealloc_x((p),(s),NULL))
tpool.c 591 wqs = LDAP_REALLOC(pool->ltp_wqs, numqs * sizeof(struct ldap_int_thread_poolq_s *));
util-int.c 785 tmpbuf = LDAP_REALLOC( *buf, len );
tls2.c 1617 oidbuf = LDAP_REALLOC( oidbuf, oidsize*2 );

Completed in 23 milliseconds