Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dnetworking.c1595 unsigned long lol = 0, bib = 0; in getClientsMaxBuffers() local
1601 if (listLength(c->reply) > lol) lol = listLength(c->reply); in getClientsMaxBuffers()
1604 *longest_output_list = lol; in getClientsMaxBuffers()