Searched refs:vrealloc (Results 1 – 10 of 10) 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 | 1471 result = vrealloc(result, result->l * 2); 2410 buf = vrealloc(buf0, oldlen + tlen); 2443 buf = vrealloc(buf0, oldlen + tlen);
|
D | ipsec_doi.c | 3067 p = vrealloc(p, p->l + sizeof(*trns) + attrlen); 3206 iph2->sa = vrealloc(iph2->sa, iph2->sa->l + q->l); 3944 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 | 618 res = vrealloc(res, l + this->l);
|
/external/valgrind/main/coregrind/ |
D | vgdb.c | 169 void *vrealloc(void *ptr,size_t size) in vrealloc() function 2350 commands[last_command] = vrealloc (commands[last_command], in parse_options()
|