Home
last modified time | relevance | path

Searched refs:DRM_vrealloc (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddebugrm.h92 DRM_vrealloc(__FILE__, __LINE__, __func__, (old), (sz))
98 extern void *DRM_vrealloc(const char *, size_t, const char *, void *, size_t);
H A Ddebugrm.c229 DRM_vrealloc(const char *file, size_t line, const char *func, void *ptr, in DRM_vrealloc() function