Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dserver.h456 #define serverAssertWithInfo(_c,_o,_e) ((_e)?(void)0 : (_serverAssertWithInfo(_c,_o,#_e,__FILE__,__…
2144 void _serverAssertWithInfo(const client *c, const robj *o, const char *estr, const char *file, int …
H A Ddebug.c702 void _serverAssertWithInfo(const client *c, const robj *o, const char *estr, const char *file, int … in _serverAssertWithInfo() function