Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1776 int skipme = 1; in clientCommand() local
1782 skipme = 0; /* With the old form, you can kill yourself. */ in clientCommand()
1807 skipme = 1; in clientCommand()
1809 skipme = 0; in clientCommand()
1832 if (c == client && skipme) continue; in clientCommand()