Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dredisassert.h44 #define panic(...) _serverPanic(__FILE__,__LINE__,__VA_ARGS__),_exit(1)
47 void _serverPanic(const char *file, int line, const char *msg, ...);
H A Dserver.h458 #define serverPanic(...) _serverPanic(__FILE__,__LINE__,__VA_ARGS__),_exit(1)
2146 void _serverPanic(const char *file, int line, const char *msg, ...);
H A Ddebug.c708 void _serverPanic(const char *file, int line, const char *msg, ...) { in _serverPanic() function