Home
last modified time | relevance | path

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

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