Lines Matching defs:lac
31 * Helper for caching a file in memory in a lac, but also to check at intervals
52 * - the file is reloaded into a new lac and *cache set to that
54 * - the old cache lac, if any, is detached (so it will be freed when its
80 struct lwsac *lac = cache_file_to_lac(cache);
81 struct lwsac_head *lachead = (struct lwsac_head *)&lac->head[1];
90 struct lwsac *lac;
96 lac = cache_file_to_lac(*cache);
97 lachead = (struct lwsac_head *)&lac->head[1];
104 lwsac_free(&lac);
111 struct lwsac *lac = cache_file_to_lac(*cache);
114 if (lac) {
115 lachead = (struct lwsac_head *)&lac->head[1];
123 lwsac_free(&lac);
131 struct lwsac *lac = NULL;
177 * it... reload in a new lac and then detach the old lac.
182 info = lwsac_use(&lac, all, all);
210 lwsac_free(&lac);