Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_magnet.c245 #define lua_rawlen lua_objlen macro
2211 for (int i=1, end=0, n=(int)lua_rawlen(L,-1); !end && i <= n; ++i) { in magnet_respbody_add()
2359 for (int i=1, end=0, n=(int)lua_rawlen(L,-1); !end && i <= n; ++i) { in magnet_reqbody_add()
2531 for (int i=1, end=0, n=(int)lua_rawlen(L,-1); !end && i <= n; ++i) { in magnet_attach_content()