Searched refs:bib (Results 1 – 1 of 1) sorted by relevance
1595 unsigned long lol = 0, bib = 0; in getClientsMaxBuffers() local1602 if (sdslen(c->querybuf) > bib) bib = sdslen(c->querybuf); in getClientsMaxBuffers()1605 *biggest_input_buffer = bib; in getClientsMaxBuffers()