Searched refs:LDAP_REALLOC (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | dnssrv.c | 80 ndomain = LDAP_REALLOC( domain.bv_val, in ldap_dn2domain() 96 ndomain = LDAP_REALLOC( domain.bv_val, in ldap_dn2domain() 155 dntmp = (char *) LDAP_REALLOC(dn, loc + sizeof(",dc=") + len ); in ldap_domain2dn() 352 hostent_head = (srv_record *) LDAP_REALLOC(hostent_head, (hostent_count+1)*(sizeof(srv_record))); in ldap_domain2hostlist() 390 hostlist = (char *) LDAP_REALLOC(hostlist, cur+buflen+1); in ldap_domain2hostlist()
|
| H A D | charray.c | 54 new = (char **) LDAP_REALLOC( (char *) *a, in ldap_charray_add() 92 aa = (char **) LDAP_REALLOC( (char *) *a, (n + nn + 1) * sizeof(char *) ); in ldap_charray_merge()
|
| H A D | free.c | 70 return LDAP_REALLOC( p, s ); in ldap_memrealloc()
|
| H A D | vc.c | 150 tctrls = !tctrl ? NULL : LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *)); in ldap_parse_verify_credentials()
|
| H A D | controls.c | 206 LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *)); in ldap_pvt_get_controls()
|
| H A D | schema.c | 188 temp = LDAP_REALLOC(ss->val, ss->size); in append_to_safe_string() 1216 res1 = LDAP_REALLOC(res,size*sizeof(char *)); in parse_qdescrs() 1394 res1 = LDAP_REALLOC(res,size*sizeof(char *)); in parse_oids() 1464 tmp = LDAP_REALLOC(*extensions, in add_extension()
|
| H A D | request.c | 1244 lc->lconn_rebind_queue = (char ***) LDAP_REALLOC( in ldap_chase_v3referrals() 1512 *referralsp = (char *)LDAP_REALLOC( *referralsp, in ldap_append_referral()
|
| H A D | ldap-int.h | 664 #define LDAP_REALLOC(p,s) (ber_memrealloc_x((p),(s),NULL)) macro
|
| H A D | util-int.c | 857 tmpbuf = LDAP_REALLOC( *buf, len ); in safe_realloc()
|
| H A D | tpool.c | 591 wqs = LDAP_REALLOC(pool->ltp_wqs, numqs * sizeof(struct ldap_int_thread_poolq_s *)); in ldap_pvt_thread_pool_queues()
|
| H A D | tls2.c | 1586 oidbuf = LDAP_REALLOC( oidbuf, oidsize*2 ); in ldap_X509dn2bv()
|