Lines Matching defs:UPRresources
448 UPRResource *UPRresources[HASHSIZE];
500 current = previous = UPRresources[hash];
538 if (UPRresources[hash] == NULL) {
539 UPRresources[hash] = resource;
548 if (current == UPRresources[hash]) {
549 UPRresources[hash] = resource;
1490 UPRResource *resource = UPRresources[Hash(filename)];
1724 for (upr = UPRresources[Hash(resource->file)];
1734 for (upr = UPRresources[Hash(resource->file)];
1744 for (upr = UPRresources[bucket]; upr != NULL; upr = upr->next) {
1769 for (upr = UPRresources[bucket]; upr != NULL; upr = upr->next) {