Home
last modified time | relevance | path

Searched refs:vrealloc (Results 1 – 10 of 10) 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.c1471 result = vrealloc(result, result->l * 2);
2410 buf = vrealloc(buf0, oldlen + tlen);
2443 buf = vrealloc(buf0, oldlen + tlen);
Dipsec_doi.c3067 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);
Disakmp_inf.c1072 buf = vrealloc(buf0, buf0->l + tlen);
Dpfkey.c332 buf = vrealloc(buf, bl + ml);
Doakley.c618 res = vrealloc(res, l + this->l);
/external/valgrind/main/coregrind/
Dvgdb.c169 void *vrealloc(void *ptr,size_t size) in vrealloc() function
2350 commands[last_command] = vrealloc (commands[last_command], in parse_options()