Home
last modified time | relevance | path

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

/dports/security/stunnel/stunnel-5.60/src/
H A Dprototypes.h887 void str_detach_debug(void *, const char *, int);
888 #define str_detach(a) str_detach_debug((a), __FILE__, __LINE__)
H A Dstr.c373 void str_detach_debug(void *ptr, const char *file, int line) { in str_detach_debug() function
413 str_detach_debug(ptr, file, line); in str_free_debug()