Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Ddebugrm.c63 static void DRM_setmsg(char *, size_t, const void *, size_t, const char *,
123 DRM_setmsg(char *buf, size_t buflen, const void *ptr, size_t size, in DRM_setmsg() function
146 DRM_setmsg(buf, sizeof(buf), p, size, file, line, func); in DRM_malloc()
162 DRM_setmsg(buf, sizeof(buf), p, number * size, file, line, func); in DRM_calloc()
179 DRM_setmsg(buf, sizeof(buf), p, size, file, line, func); in DRM_realloc()
203 DRM_setmsg(buf, sizeof(buf), p, strlen(p), file, line, func); in DRM_strdup()
221 DRM_setmsg(buf, sizeof(buf), p, size, file, line, func); in DRM_vmalloc()
239 DRM_setmsg(buf, sizeof(buf), p, size, file, line, func); in DRM_vrealloc()
262 DRM_setmsg(buf, sizeof(buf), p, 0, file, line, func); in DRM_vdup()