Lines Matching refs:held
651 * ("held") twice: this only results in uninteresting timeouts. We can't rely
658 * times a record has been held correctly. However, the only known reason
663 static unsigned char held[2048] = { 0 };
690 id = cur.len % sizeof(held);
728 held[id] < HOLD_MAX &&
730 ++held[id];
739 held[id] < HOLD_MAX &&
741 ++held[id];
852 memset(held, 0, sizeof(held));