Searched refs:oidtbl (Results 1 – 1 of 1) sorted by relevance
79 static struct obj **oidtbl = NULL; variable92 if (oidtbl[oid] == 0) in obj_alloc()96 newtbl = realloc(oidtbl, sizeof(struct obj *) * (noids + 1)); in obj_alloc()101 oidtbl = newtbl; in obj_alloc()104 oidtbl[oid] = obj; in obj_alloc()113 oidtbl[obj->oid] = NULL; in obj_free()127 obj = oidtbl[oid]; in obj_lookup()