Lines Matching defs:count
62 int count;
107 int count = 0, i = 0;
112 ip[count] = ip[count]*10 + (addr[i]-'0');
116 count++;
145 // decrement the ref count fora connection, if count reches ZERO then remove the node
154 head->count--;
156 if (!head->count) {
330 if (head && head->count >= TT.maxc) {
342 head->count++;
351 h[hash].head->count++;