Home
last modified time | relevance | path

Searched refs:LDAP_REALLOC (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Ddnssrv.c80 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 Dcharray.c54 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 Dfree.c70 return LDAP_REALLOC( p, s ); in ldap_memrealloc()
H A Dvc.c150 tctrls = !tctrl ? NULL : LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *)); in ldap_parse_verify_credentials()
H A Dcontrols.c206 LDAP_REALLOC(*ctrls, (nctrls+2) * sizeof(LDAPControl *)); in ldap_pvt_get_controls()
H A Dschema.c188 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 Drequest.c1244 lc->lconn_rebind_queue = (char ***) LDAP_REALLOC( in ldap_chase_v3referrals()
1512 *referralsp = (char *)LDAP_REALLOC( *referralsp, in ldap_append_referral()
H A Dldap-int.h664 #define LDAP_REALLOC(p,s) (ber_memrealloc_x((p),(s),NULL)) macro
H A Dutil-int.c857 tmpbuf = LDAP_REALLOC( *buf, len ); in safe_realloc()
H A Dtpool.c591 wqs = LDAP_REALLOC(pool->ltp_wqs, numqs * sizeof(struct ldap_int_thread_poolq_s *)); in ldap_pvt_thread_pool_queues()
H A Dtls2.c1586 oidbuf = LDAP_REALLOC( oidbuf, oidsize*2 ); in ldap_X509dn2bv()