Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_magnet_cache.h24 } script_cache; typedef
26 script_cache *script_cache_init(void);
27 void script_cache_free(script_cache *cache);
30 script_cache *cache, buffer *name);
H A Dmod_magnet_cache.c35 script_cache *script_cache_init() { in script_cache_init()
36 script_cache *p; in script_cache_init()
43 void script_cache_free(script_cache *p) { in script_cache_free()
57 lua_State *script_cache_get_script(server *srv, connection *con, script_cache *cache, buffer *name)… in script_cache_get_script()
H A Dmod_magnet.c39 script_cache *cache;