Searched refs:lib_cache (Results 1 – 1 of 1) sorted by relevance
120 typedef struct lib_cache { struct121 struct lib_cache *lc_next; argument128 static lib_cache_t *lib_cache; argument1846 entry = lib_cache; in lookup_cache()1889 entry->lc_next = lib_cache; in update_cache()1890 lib_cache = entry; in update_cache()1900 entry = lib_cache; in destroy_cache()