Searched refs:vrealloc (Results 1 – 9 of 9) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | vmbuf.h | 69 extern vchar_t *vrealloc __P((vchar_t *, size_t));
|
D | vmbuf.c | 76 vrealloc(ptr, size) in vrealloc() function
|
D | debugrm.h | 91 #define vrealloc(old, sz) \ macro
|
D | isakmp_frag.c | 342 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
|
D | isakmp.c | 1473 result = vrealloc(result, result->l * 2); 2415 buf = vrealloc(buf0, oldlen + tlen); 2448 buf = vrealloc(buf0, oldlen + tlen);
|
D | ipsec_doi.c | 3071 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);
|
D | isakmp_inf.c | 1072 buf = vrealloc(buf0, buf0->l + tlen);
|
D | pfkey.c | 332 buf = vrealloc(buf, bl + ml);
|
D | oakley.c | 622 res = vrealloc(res, l + this->l);
|