Searched defs:keylist (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dpstcache.c116 pstcache_enumerate(uint8 id, HASH_KEY * keylist) argument
141 memcpy(keylist[idx], cellhdr.key, sizeof(HASH_KEY));
H A Drdp.c648 HASH_KEY keylist[BMPCACHE2_NUM_PSTCELLS]; local
652 num_keys = pstcache_enumerate(2, keylist);
678 out_uint8a(s, keylist[offset], count * sizeof(HASH_KEY));

Completed in 47 milliseconds