Searched refs:sockcount (Results 1 – 1 of 1) sorted by relevance
75 static int sockcount = 0; /*!< Variable that allows calling the WSAStartup() only one time */ variable215 if (sockcount == 0) in sock_init()231 sockcount++; in sock_init()256 sockcount--; in sock_cleanup()258 if (sockcount == 0) in sock_cleanup()