Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_magnet_cache.h29 lua_State *script_cache_get_script(server *srv, connection *con,
H A Dmod_magnet_cache.c57 lua_State *script_cache_get_script(server *srv, connection *con, script_cache *cache, buffer *name)… in script_cache_get_script() function
H A Dmod_magnet.c861 L = script_cache_get_script(srv, con, p->cache, name); in magnet_attract()