Searched refs:vrealloc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dvmbuf.h67 extern vchar_t *vrealloc (vchar_t *, size_t);
H A Dvmbuf.c76 vrealloc(ptr, size) function
H A Disakmp_frag.c403 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
H A Dipsec_doi.c2890 p = vrealloc(p, p->l + sizeof(*trns) + attrlen);
3037 sa = vrealloc(sa, sa->l + q->l);
3894 new = vrealloc(new, tlen + len);
H A Disakmp.c1260 * as we do vrealloc() in the following loop.
1301 result = vrealloc(result, result->l * 2);
2590 buf = vrealloc(buf0, oldlen + tlen);
2623 buf = vrealloc(buf0, oldlen + tlen);
H A Disakmp_inf.c1404 buf = vrealloc(buf0, buf0->l + tlen);
H A Doakley.c778 res = vrealloc(res, l + this->l);
H A Dpfkey_racoon.c388 buf = vrealloc(buf, bl + ml);

Completed in 235 milliseconds