Searched refs:HASH_KEY (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/RDP/client-1.8.3/
H A Dpstcache.c100 memcpy(cellhdr.key, key, sizeof(HASH_KEY));
116 pstcache_enumerate(uint8 id, HASH_KEY * keylist)
139 if (memcmp(cellhdr.key, zero_key, sizeof(HASH_KEY)) != 0)
141 memcpy(keylist[idx], cellhdr.key, sizeof(HASH_KEY));
H A Dtypes.h170 typedef uint8 HASH_KEY[8]; typedef
175 HASH_KEY key;
H A Drdp.c648 HASH_KEY keylist[BMPCACHE2_NUM_PSTCELLS];
658 s = rdp_init_data(24 + count * sizeof(HASH_KEY));
678 out_uint8a(s, keylist[offset], count * sizeof(HASH_KEY));
H A Dproto.h133 int pstcache_enumerate(uint8 id, HASH_KEY * keylist);

Completed in 49 milliseconds