Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlstrlib.c31 lua_pushinteger(L, l); in str_len()
120 lua_pushinteger(L, uchar(s[posi+i-1])); in str_byte()
478 lua_pushinteger(ms->L, ms->capture[i].init - ms->src_init + 1); in push_onecapture()
507 lua_pushinteger(L, s2-s+1); in str_find_aux()
508 lua_pushinteger(L, s2-s+l2); in str_find_aux()
524 lua_pushinteger(L, s1-s+1); /* start */ in str_find_aux()
525 lua_pushinteger(L, res-s); /* end */ in str_find_aux()
565 lua_pushinteger(L, newstart); in gmatch_aux()
578 lua_pushinteger(L, 0); in gmatch()
678 lua_pushinteger(L, n); /* number of substitutions */ in str_gsub()
H A Dloslib.c32 lua_pushinteger(L, en); in os_pushresult()
39 lua_pushinteger(L, system(luaL_optstring(L, 1, NULL))); in os_execute()
89 lua_pushinteger(L, value); in setfield()
H A Dlua_cmsgpack.c37 #define lua_pushunsigned(L, n) lua_pushinteger(L, n)
592 lua_pushinteger(L,(signed char)c->p[1]); in mp_decode_to_lua_type()
604 lua_pushinteger(L,(int16_t) in mp_decode_to_lua_type()
620 lua_pushinteger(L, in mp_decode_to_lua_type()
645 lua_pushinteger(L, in mp_decode_to_lua_type()
765 lua_pushinteger(L,(signed char)c->p[0]); in mp_decode_to_lua_type()
825 lua_pushinteger(L, c.left == 0 ? -1 : offset); in mp_unpack_full()
H A Dlbaselib.c188 lua_pushinteger(L, lua_getgccount(L)); in luaB_gcinfo()
251 lua_pushinteger(L, i); in ipairsaux()
261 lua_pushinteger(L, 0); /* and initial value */ in luaB_ipairs()
361 lua_pushinteger(L, n-1); in luaB_select()
H A Dldblib.c71 lua_pushinteger(L, v); in settabsi()
217 lua_pushinteger(L, ar->currentline); in hookf()
297 lua_pushinteger(L, lua_gethookcount(L1)); in db_gethook()
H A Dltablib.c28 lua_pushinteger(L, i); /* 1st argument */ in foreachi()
73 lua_pushinteger(L, aux_getn(L, 1)); in getn()
H A Dlua_struct.c355 lua_pushinteger(L, pos + 1); in b_unpack()
377 lua_pushinteger(L, pos); in b_size()
H A Dlauxlib.c308 lua_pushinteger(L, n); in luaL_setn()
314 lua_pushinteger(L, n); in luaL_setn()
509 lua_pushinteger(L, ref); in luaL_unref()
H A Dliolib.c42 lua_pushinteger(L, en); in pushresult()
452 lua_pushinteger(L, ftell(f)); in f_seek()
H A Dlmathlib.c142 lua_pushinteger(L, e); in math_frexp()
H A Dlua.c90 lua_pushinteger(L, 2); /* skip this function and traceback */ in traceback()
H A Dlua.h162 LUA_API void (lua_pushinteger) (lua_State *L, lua_Integer n); variable
H A Dlua_cjson.c233 lua_pushinteger(l, *setting); in json_integer_option()
H A Dlapi.c437 LUA_API void lua_pushinteger (lua_State *L, lua_Integer n) { in lua_pushinteger() function