Home
last modified time | relevance | path

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

/dports/security/samhain/samhain-4.4.3/src/
H A Dsamhain.c1568 typedef void assert_handler_tp(const char * error, const char *file, int line); in main() typedef
1569 extern assert_handler_tp *dnmalloc_set_handler(assert_handler_tp *new); in main()
H A Ddnmalloc.c296 typedef void assert_handler_tp(const char * error, const char *file, int line); typedef
337 static assert_handler_tp *assert_handler = default_assert_handler;
349 static assert_handler_tp *assert_handler = NULL;
357 assert_handler_tp *dnmalloc_set_handler(assert_handler_tp *new) in dnmalloc_set_handler()
359 assert_handler_tp *old = assert_handler; in dnmalloc_set_handler()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsamhain.c1568 typedef void assert_handler_tp(const char * error, const char *file, int line); in main() typedef
1569 extern assert_handler_tp *dnmalloc_set_handler(assert_handler_tp *new); in main()
H A Ddnmalloc.c296 typedef void assert_handler_tp(const char * error, const char *file, int line); typedef
337 static assert_handler_tp *assert_handler = default_assert_handler;
349 static assert_handler_tp *assert_handler = NULL;
357 assert_handler_tp *dnmalloc_set_handler(assert_handler_tp *new) in dnmalloc_set_handler()
359 assert_handler_tp *old = assert_handler; in dnmalloc_set_handler()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsamhain.c1568 typedef void assert_handler_tp(const char * error, const char *file, int line); in main() typedef
1569 extern assert_handler_tp *dnmalloc_set_handler(assert_handler_tp *new); in main()
H A Ddnmalloc.c296 typedef void assert_handler_tp(const char * error, const char *file, int line); typedef
337 static assert_handler_tp *assert_handler = default_assert_handler;
349 static assert_handler_tp *assert_handler = NULL;
357 assert_handler_tp *dnmalloc_set_handler(assert_handler_tp *new) in dnmalloc_set_handler()
359 assert_handler_tp *old = assert_handler; in dnmalloc_set_handler()