Lines Matching defs:sockcount
141 int sockcount = 0;
1759 INSIST(sockcount == 0);
1799 sockcount--;
1800 debug("sockcount=%d", sockcount);
3049 sockcount++;
3060 sockcount++;
3061 debug("sockcount=%d", sockcount);
3164 sockcount++;
3165 debug("sockcount=%d", sockcount);
3327 sockcount--;
3328 debug("sockcount=%d", sockcount);
3329 INSIST(sockcount >= 0);
3386 sockcount--;
3387 debug("sockcount=%d", sockcount);
3388 INSIST(sockcount >= 0);
3471 INSIST(sockcount > 0);
3472 sockcount--;
3473 debug("sockcount=%d", sockcount);
3493 INSIST(sockcount > 0);
3494 sockcount--;
3498 debug("sockcount=%d", sockcount);
3843 sockcount--;
3844 debug("sockcount=%d", sockcount);
3845 INSIST(sockcount >= 0);
4531 REQUIRE(sockcount == 0);