Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cmsgpack.c532 lua_pushlstring(L,(char*)buf->b,buf->len); in mp_pack()
703 lua_pushlstring(L,(char*)c->p+2,l); in mp_decode_to_lua_type()
712 lua_pushlstring(L,(char*)c->p+3,l); in mp_decode_to_lua_type()
725 lua_pushlstring(L,(char*)c->p,l); in mp_decode_to_lua_type()
777 lua_pushlstring(L,(char*)c->p+1,l); in mp_decode_to_lua_type()
H A Dlua_struct.c344 lua_pushlstring(L, data+pos, size); n++; in b_unpack()
352 lua_pushlstring(L, data+pos, size - 1); n++; in b_unpack()
H A Dloadlib.c346 lua_pushlstring(L, path, l - path); /* template */ in pushnexttemplate()
421 lua_pushlstring(L, name, p - name); in loader_Croot()
539 lua_pushlstring(L, modname, dot - modname); in modinit()
H A Dlua.h163 LUA_API void (lua_pushlstring) (lua_State *L, const char *s, size_t l); variable
274 lua_pushlstring(L, "" s, (sizeof(s)/sizeof(char))-1)
H A Dlstrlib.c51 lua_pushlstring(L, s+start-1, end-start+1); in str_sub()
470 lua_pushlstring(ms->L, s, e - s); /* add whole match */ in push_onecapture()
480 lua_pushlstring(ms->L, ms->capture[i].init, l); in push_onecapture()
636 lua_pushlstring(L, s, e - s); /* keep original text */ in add_value()
H A Dlauxlib.c364 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
369 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
402 lua_pushlstring(B->L, B->buffer, l); in emptybuffer()
H A Dlua_bit.c137 lua_pushlstring(L, buf, (size_t)n); in bit_tohex()
H A Dlua_cjson.c726 lua_pushlstring(l, json, len); in json_encode()
1158 lua_pushlstring(l, token.value.string, token.string_len); in json_parse_object_context()
1229 lua_pushlstring(l, token->value.string, token->string_len); in json_process_value()
H A Dliolib.c289 lua_pushlstring(L, NULL, 0); in test_eof()
H A Dlapi.c445 LUA_API void lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
458 lua_pushlstring(L, s, strlen(s)); in lua_pushstring()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c71 lua_pushlstring(L, s + start - 1, end - start + 1); in str_sub()
551 lua_pushlstring(ms->L, s, e - s); /* add whole match */ in push_onecapture()
561 lua_pushlstring(ms->L, ms->capture[i].init, l); in push_onecapture()
738 lua_pushlstring(L, s, e - s); /* keep original text */ in add_value()
H A Dlauxlib.c433 lua_pushlstring(L, B->b, B->n); in luaL_pushresult()
630 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
635 lua_pushlstring(L, fname, e - fname); in luaL_findtable()
H A Dlapi.c498 LUA_API const char *lua_pushlstring (lua_State *L, const char *s, size_t len) { in lua_pushlstring() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h209 LUA_API const char *(lua_pushlstring) (lua_State *L, const char *s, size_t l); variable
341 lua_pushlstring(L, "" s, (sizeof(s)/sizeof(char))-1)
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c158 lua_pushlstring(lua,p+2,bulklen); in redisProtocolToLuaType_Bulk()
168 lua_pushlstring(lua,reply+1,p-reply-1); in redisProtocolToLuaType_Status()
178 lua_pushlstring(lua,reply+1,p-reply-1); in redisProtocolToLuaType_Error()
1110 lua_pushlstring(lua,(char*)elev[j]->ptr,sdslen(elev[j]->ptr)); in luaSetGlobalArray()
2244 lua_pushlstring(lua,argv[j],sdslen(argv[j])); in ldbRedis()