Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_cml_lua.c49 int curelem; in lua_to_c_get_string() local
53 curelem = lua_gettop(L); in lua_to_c_get_string()
57 if (!lua_isstring(L, curelem)) { in lua_to_c_get_string()
58 lua_settop(L, curelem - 1); in lua_to_c_get_string()
73 int curelem; in lua_to_c_is_table() local
77 curelem = lua_gettop(L); in lua_to_c_is_table()
81 if (!lua_istable(L, curelem)) { in lua_to_c_is_table()
82 lua_settop(L, curelem - 1); in lua_to_c_is_table()
87 lua_settop(L, curelem - 1); in lua_to_c_is_table()
309 int curelem; in cache_parse_lua() local
[all …]