| /illumos-gate/usr/src/lib/libipsecutil/common/ |
| H A D | ikedoor.h | 478 uint32_t cache_id; member in struct:__anon3383
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
| H A D | ikeadm.c | 2033 (void) printf(gettext("CERTIFICATE CACHE ID: %d\n"), c->cache_id);
|
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | cache.c | 334 cache_get_text(uint8 cache_id) argument 338 text = &g_textcache[cache_id]; 344 cache_put_text(uint8 cache_id, void *data, int length) argument 348 text = &g_textcache[cache_id];
|
| H A D | orders.c | 425 in_uint8(s, os->cache_id); 454 os->opcode, os->x, os->y, os->cx, os->cy, os->cache_id, os->cache_idx)); 456 bitmap = cache_get_bitmap(os->cache_id, os->cache_idx); 472 in_uint8(s, os->cache_id); 512 os->opcode, os->x, os->y, os->cx, os->cy, os->cache_id, os->cache_idx, 515 bitmap = cache_get_bitmap(os->cache_id, os->cache_idx); 931 uint8 cache_id, width, height, bpp, Bpp; local 935 in_uint8(s, cache_id); 945 DEBUG(("RAW_BMPCACHE(cx=%d,cy=%d,id=%d,idx=%d)\n", width, height, cache_id, cache_idx)); 955 cache_put_bitmap(cache_id, cache_id 964 uint8 cache_id, width, height, bpp, Bpp; local 1020 uint8 cache_id, cache_idx_low, width, height, Bpp; local 1101 uint8 cache_id; local [all...] |
| H A D | orders.h | 145 uint8 cache_id; member in struct:_TRIBLT_ORDER 165 uint8 cache_id; member in struct:_MEMBLT_ORDER 303 uint8 cache_id; member in struct:_RDP_RAW_BMPCACHE_ORDER 317 uint8 cache_id; member in struct:_RDP_BMPCACHE_ORDER 372 uint8 cache_id; member in struct:_RDP_COLCACHE_ORDER
|
| H A D | proto.h | 54 DATABLOB *cache_get_text(uint8 cache_id); 55 void cache_put_text(uint8 cache_id, void *data, int length); 129 void pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp); 130 RD_BOOL pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx); 131 RD_BOOL pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, uint8 width, 134 RD_BOOL pstcache_init(uint8 cache_id);
|
| H A D | pstcache.c | 48 pstcache_touch_bitmap(uint8 cache_id, uint16 cache_idx, uint32 stamp) argument 52 if (!IS_PERSISTENT(cache_id) || cache_idx >= BMPCACHE2_NUM_PSTCELLS) 55 fd = g_pstcache_fd[cache_id]; 62 pstcache_load_bitmap(uint8 cache_id, uint16 cache_idx) argument 72 if (!IS_PERSISTENT(cache_id) || cache_idx >= BMPCACHE2_NUM_PSTCELLS) 75 fd = g_pstcache_fd[cache_id]; 82 DEBUG(("Load bitmap from disk: id=%d, idx=%d, bmp=%p)\n", cache_id, cache_idx, bitmap)); 83 cache_put_bitmap(cache_id, cache_idx, bitmap); 91 pstcache_save_bitmap(uint8 cache_id, uint16 cache_idx, uint8 * key, argument 97 if (!IS_PERSISTENT(cache_id) || cache_id 172 pstcache_init(uint8 cache_id) argument [all...] |