Searched refs:script_cache (Results 1 – 3 of 3) sorted by relevance
24 } script_cache; typedef26 script_cache *script_cache_init(void);27 void script_cache_free(script_cache *cache);30 script_cache *cache, buffer *name);
35 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()
39 script_cache *cache;