Lines Matching defs:rs
1833 req_table_t *rs;1838 rs = (*func)(r);1839 ap_lua_push_apr_table(L, rs);1853 char *rs;1856 rs = (*func) (r);1857 lua_pushstring(L, rs);1862 int rs;1865 rs = (*func) (r);1866 lua_pushinteger(L, rs);1871 int rs;1874 rs = (*func) (r);1875 lua_pushboolean(L, rs);