Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_magnet.c205 lua_tointegerx (lua_State * const L, int idx, int *isnum) in lua_tointegerx() function
2548 off_t off = lua_isnil(L, -1) ? 0 : (off_t) lua_tointegerx(L, -1, &isnum); in magnet_attach_content()
2555 off_t len = lua_isnil(L, -2) ? -1 : (off_t) lua_tointegerx(L, -2, &isnum); in magnet_attach_content()
3252 : (int) lua_tointegerx(L, -1, &isnum); in magnet_attract()
/lighttpd1.4/
H A DNEWS215 * [mod_magnet] lua_tointegerx() avoids raising error