Home | History | Annotate | Download | only in robots

Lines Matching defs:max_uid

58 static uint32_t numscores, max_uid;
72 if (read(inf, &max_uid, sizeof max_uid) == sizeof max_uid &&
74 max_uid = ntohl(max_uid);
85 max_uid = Max_per_uid;
100 max_uid = htonl(max_uid);
101 write(inf, &max_uid, sizeof max_uid);
137 if ((scp->s_uid == uid && ++numscores == max_uid)) {