Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dvmbuf.h69 extern vchar_t *vrealloc __P((vchar_t *, size_t));
Dvmbuf.c76 vrealloc(ptr, size) in vrealloc() function
Ddebugrm.h91 #define vrealloc(old, sz) \ macro
Disakmp_frag.c342 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
Disakmp.c1473 result = vrealloc(result, result->l * 2);
2415 buf = vrealloc(buf0, oldlen + tlen);
2448 buf = vrealloc(buf0, oldlen + tlen);
Dipsec_doi.c3071 p = vrealloc(p, p->l + sizeof(*trns) + attrlen);
3210 iph2->sa = vrealloc(iph2->sa, iph2->sa->l + q->l);
3948 new = vrealloc(new, tlen + len);
Disakmp_inf.c1072 buf = vrealloc(buf0, buf0->l + tlen);
Dpfkey.c332 buf = vrealloc(buf, bl + ml);
Doakley.c622 res = vrealloc(res, l + this->l);