FreeRDP
|
#include <freerdp/config.h>
#include <winpr/crt.h>
#include <winpr/stream.h>
#include <winpr/assert.h>
#include <freerdp/freerdp.h>
#include <freerdp/constants.h>
#include <freerdp/log.h>
#include <freerdp/cache/persistent.h>
Macros | |
#define | TAG FREERDP_TAG("cache.persistent") |
Functions | |
int | persistent_cache_get_version (rdpPersistentCache *persistent) |
int | persistent_cache_get_count (rdpPersistentCache *persistent) |
static int | persistent_cache_read_entry_v2 (rdpPersistentCache *persistent, PERSISTENT_CACHE_ENTRY *entry) |
static int | persistent_cache_write_entry_v2 (rdpPersistentCache *persistent, const PERSISTENT_CACHE_ENTRY *entry) |
static int | persistent_cache_read_v2 (rdpPersistentCache *persistent) |
static int | persistent_cache_read_entry_v3 (rdpPersistentCache *persistent, PERSISTENT_CACHE_ENTRY *entry) |
static int | persistent_cache_write_entry_v3 (rdpPersistentCache *persistent, const PERSISTENT_CACHE_ENTRY *entry) |
static int | persistent_cache_read_v3 (rdpPersistentCache *persistent) |
int | persistent_cache_read_entry (rdpPersistentCache *persistent, PERSISTENT_CACHE_ENTRY *entry) |
int | persistent_cache_write_entry (rdpPersistentCache *persistent, const PERSISTENT_CACHE_ENTRY *entry) |
static int | persistent_cache_open_read (rdpPersistentCache *persistent) |
static int | persistent_cache_open_write (rdpPersistentCache *persistent) |
int | persistent_cache_open (rdpPersistentCache *persistent, const char *filename, BOOL write, UINT32 version) |
int | persistent_cache_close (rdpPersistentCache *persistent) |
rdpPersistentCache * | persistent_cache_new (void) |
void | persistent_cache_free (rdpPersistentCache *persistent) |
#define TAG FREERDP_TAG("cache.persistent") |
FreeRDP: A Remote Desktop Protocol Implementation Persistent Bitmap Cache
Copyright 2016 Marc-Andre Moreau marca ndre .more au@g mail. com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
int persistent_cache_close | ( | rdpPersistentCache * | persistent | ) |
void persistent_cache_free | ( | rdpPersistentCache * | persistent | ) |
int persistent_cache_get_count | ( | rdpPersistentCache * | persistent | ) |
int persistent_cache_get_version | ( | rdpPersistentCache * | persistent | ) |
rdpPersistentCache* persistent_cache_new | ( | void | ) |
int persistent_cache_open | ( | rdpPersistentCache * | persistent, |
const char * | filename, | ||
BOOL | write, | ||
UINT32 | version | ||
) |
|
static |
|
static |
int persistent_cache_read_entry | ( | rdpPersistentCache * | persistent, |
PERSISTENT_CACHE_ENTRY * | entry | ||
) |
|
static |
|
static |
|
static |
|
static |
int persistent_cache_write_entry | ( | rdpPersistentCache * | persistent, |
const PERSISTENT_CACHE_ENTRY * | entry | ||
) |
|
static |
|
static |