Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml_funcs.h17 int f_memcache_exists(lua_State *L);
H A Dmod_cml_funcs.c187 int f_memcache_exists(lua_State *L) { in f_memcache_exists() function
H A Dmod_cml_lua.c242 lua_pushcclosure(L, f_memcache_exists, 1); in cache_parse_lua()