Searched refs:sock_fdcnt (Results 1 – 3 of 3) sorted by relevance
68 static int sock_fdcnt; variable196 sock_fdcnt = 0; in main()234 sock_fdcnt = 0; in main()365 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int)); in create_service()368 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */ in create_service()478 sock_fd[sock_fdcnt - 1] = fd; in create_service()548 if (sock_fdpos >= sock_fdcnt) { in complete_service()616 for (i = 0; i < sock_fdcnt; i++) { in clearout_service()
92 static int sock_fdcnt; variable321 sock_fdcnt = 0; in main()364 sock_fdcnt = 0; in main()542 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int)); in create_service()545 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */ in create_service()677 sock_fd[sock_fdcnt - 1] = fd; in create_service()749 if (sock_fdpos >= sock_fdcnt) { in complete_service()832 for (i = 0; i < sock_fdcnt; i++) { in clearout_service()
291 static int sock_fdcnt; variable643 sock_fdcnt = 0; in main()687 sock_fdcnt = 0; in main()858 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int)); in create_service()861 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */ in create_service()992 sock_fd[sock_fdcnt - 1] = fd; in create_service()1062 if (sock_fdpos >= sock_fdcnt) { in complete_service()1138 for (i = 0; i < sock_fdcnt; i++) { in clearout_service()