Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dvmbuf.h69 extern vchar_t *vrealloc __P((vchar_t *, size_t));
H A Dvmbuf.c75 vrealloc(vchar_t *ptr, size_t size) in vrealloc() function
H A Ddebugrm.h91 #define vrealloc(old, sz) \ macro
H A Ddebugrm.c234 p = vrealloc(ptr, size); in DRM_vrealloc()
H A Disakmp_frag.c402 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
H A Disakmp.c1482 result = vrealloc(result, result->l * 2);
2465 buf = vrealloc(buf0, oldlen + tlen);
2498 buf = vrealloc(buf0, oldlen + tlen);
H A Dipsec_doi.c3026 p = vrealloc(p, p->l + sizeof(*trns) + attrlen);
3165 iph2->sa = vrealloc(iph2->sa, iph2->sa->l + q->l);
3823 new = vrealloc(new, tlen + len);
H A Disakmp_inf.c1047 buf = vrealloc(buf0, buf0->l + tlen);
H A Doakley.c663 res = vrealloc(res, l + this->l);
H A Dpfkey.c358 buf = vrealloc(buf, bl + ml);
/netbsd-src/crypto/dist/ipsec-tools/
H A DChangeLog.old1183 * src/racoon/vmbuf.c: bugfix in vrealloc()