Searched refs:CLIENT_LUA_DEBUG_SYNC (Results 1 – 2 of 2) sorted by relevance
1546 c->flags |= CLIENT_LUA_DEBUG_SYNC; in scriptCommand()1598 c->flags &= ~(CLIENT_LUA_DEBUG|CLIENT_LUA_DEBUG_SYNC); in ldbDisable()1660 ldb.forked = (c->flags & CLIENT_LUA_DEBUG_SYNC) == 0; in ldbStartSession()
258 #define CLIENT_LUA_DEBUG_SYNC (1<<26) /* EVAL debugging without fork() */ macro