Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua_struct.c169 static void putinteger (lua_State *L, luaL_Buffer *b, int arg, int endian, in putinteger() function
226 putinteger(L, &b, arg++, h.endian, size); in b_pack()