#include "uint_t.h"
Go to the source code of this file.
|
| int | cache_init (unsigned int) |
| |
| void | cache_set (const char *, unsigned int, const char *, unsigned int, uint32) |
| |
| char * | cache_get (const char *, unsigned int, unsigned int *, uint32 *) |
| |
◆ cache_get()
| char* cache_get |
( |
const char * |
key, |
|
|
unsigned int |
keylen, |
|
|
unsigned int * |
datalen, |
|
|
uint32 * |
ttl |
|
) |
| |
◆ cache_init()
| int cache_init |
( |
unsigned int |
cachesize | ) |
|
◆ cache_set()
| void cache_set |
( |
const char * |
key, |
|
|
unsigned int |
keylen, |
|
|
const char * |
data, |
|
|
unsigned int |
datalen, |
|
|
uint32 |
ttl |
|
) |
| |
◆ cache_motion