HomeSort by relevance Sort by last modified time
    Searched refs:vrealloc (Results 1 - 10 of 10) sorted by null

  /external/ipsec-tools/src/racoon/
vmbuf.h 69 extern vchar_t *vrealloc __P((vchar_t *, size_t));
debugrm.h 91 #define vrealloc(old, sz) \ macro
vmbuf.c 76 vrealloc(ptr, size) function
isakmp_frag.c 342 if ((buf = vrealloc(buf, len + sizeof(cap))) == NULL) {
isakmp_inf.c 1073 buf = vrealloc(buf0, buf0->l + tlen);
    [all...]
ipsec_doi.c     [all...]
isakmp.c     [all...]
pfkey.c 332 buf = vrealloc(buf, bl + ml);
    [all...]
oakley.c 618 res = vrealloc(res, l + this->l);
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 170 void *vrealloc(void *ptr,size_t size) function
    [all...]

Completed in 143 milliseconds