djbdnscurve6 46
djbdnscurve6
Loading...
Searching...
No Matches
sipcache.h File Reference
#include "uint_t.h"
Include dependency graph for sipcache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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 *)

Variables

uint64 cache_motion

Function Documentation

◆ cache_get()

char * cache_get ( const char * key,
unsigned int keylen,
unsigned int * datalen,
uint32 * ttl )
extern

Definition at line 73 of file sipcache.c.

Here is the caller graph for this function:

◆ cache_init()

int cache_init ( unsigned int cachesize)
extern

Definition at line 177 of file sipcache.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cache_set()

void cache_set ( const char * key,
unsigned int keylen,
const char * data,
unsigned int datalen,
uint32 ttl )
extern

Definition at line 119 of file sipcache.c.

Here is the caller graph for this function:

Variable Documentation

◆ cache_motion

uint64 cache_motion
extern

Definition at line 10 of file sipcache.c.