Home
last modified time | relevance | path

Searched refs:bmpcache_lru (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rosapps/applications/net/tsclient/rdesktop/
H A Dcache.c52 This->cache.bmpcache_mru[id] = This->cache.bmpcache_lru[id] = NOT_SET; in cache_rebuild_bmpcache_linked_list()
77 This->cache.bmpcache_lru[id] = n_idx; in cache_rebuild_bmpcache_linked_list()
111 This->cache.bmpcache_lru[id] = n_idx; in cache_bump_bitmap()
120 n_idx = This->cache.bmpcache_lru[id]; in cache_bump_bitmap()
145 This->cache.bmpcache_lru[id] = idx; in cache_bump_bitmap()
163 idx = This->cache.bmpcache_lru[id]; in cache_evict_bitmap()
172 This->cache.bmpcache_lru[id] = n_idx; in cache_evict_bitmap()
248 idx = This->cache.bmpcache_lru[id]; in cache_save_state()
H A Drdesktop.h237 int bmpcache_lru[3]; member
H A Drdesktop.c376 This->cache.bmpcache_lru[0] = NOT_SET; in main()
377 This->cache.bmpcache_lru[1] = NOT_SET; in main()
378 This->cache.bmpcache_lru[2] = NOT_SET; in main()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Drdesktop-core-tester.cpp602 This->cache.bmpcache_lru[0] = NOT_SET; in wmain()
603 This->cache.bmpcache_lru[1] = NOT_SET; in wmain()
604 This->cache.bmpcache_lru[2] = NOT_SET; in wmain()
H A Dactivex.cpp5380 m_protocolState.cache.bmpcache_lru[0] = -1; in Connect()
5381 m_protocolState.cache.bmpcache_lru[1] = -1; in Connect()
5382 m_protocolState.cache.bmpcache_lru[2] = -1; in Connect()