Home
last modified time | relevance | path

Searched refs:script_cache (Results 1 – 3 of 3) sorted by relevance

/lighttpd1.4/src/
H A Dmod_magnet_cache.h21 } script_cache; typedef
27 script_cache *script_cache_init(void);
31 void script_cache_free_data(script_cache *cache);
36 script *script_cache_get_script(script_cache *cache, const buffer *name);
H A Dmod_magnet_cache.c31 script_cache *script_cache_init(void)
33 return ck_calloc(1, sizeof(script_cache));
37 void script_cache_free_data(script_cache *p) in script_cache_free_data()
96 static script *script_cache_new_script(script_cache * const cache, const buffer * const name) in __attribute_nonnull__()
110 script *script_cache_get_script(script_cache *cache, const buffer *name) in script_cache_get_script()
H A Dmod_magnet.c52 script_cache cache;