Searched refs:noids (Results 1 – 1 of 1) sorted by relevance
80 static int noids = 0; variable91 for (oid = 0; oid < noids; oid++) { in obj_alloc()95 if (oid == noids) { in obj_alloc()96 newtbl = realloc(oidtbl, sizeof(struct obj *) * (noids + 1)); in obj_alloc()102 noids++; in obj_alloc()123 if (oid < 0 || oid >= noids) { in obj_lookup()