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()
305 static int sock_fdcnt; variable646 sock_fdcnt = 0; in main()690 sock_fdcnt = 0; in main()861 sock_fd = realloc(sock_fd, (sock_fdcnt + 1) * sizeof(int)); in create_service()864 sock_fd[sock_fdcnt++] = -1; /* Set invalid for now. */ in create_service()995 sock_fd[sock_fdcnt - 1] = fd; in create_service()1065 if (sock_fdpos >= sock_fdcnt) { in complete_service()1141 for (i = 0; i < sock_fdcnt; i++) { in clearout_service()