Searched refs:lib_cache (Results 1 – 1 of 1) sorted by relevance
124 typedef struct lib_cache { struct125 struct lib_cache *lc_next; argument132 static lib_cache_t *lib_cache; variable1852 entry = lib_cache; in lookup_cache()1895 entry->lc_next = lib_cache; in update_cache()1896 lib_cache = entry; in update_cache()1906 entry = lib_cache; in destroy_cache()