| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua_cmsgpack.c | 532 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 D | lua_struct.c | 344 lua_pushlstring(L, data+pos, size); n++; in b_unpack() 352 lua_pushlstring(L, data+pos, size - 1); n++; in b_unpack()
|
| H A D | loadlib.c | 346 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 D | lua.h | 163 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 D | lstrlib.c | 51 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 D | lauxlib.c | 364 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 D | lua_bit.c | 137 lua_pushlstring(L, buf, (size_t)n); in bit_tohex()
|
| H A D | lua_cjson.c | 726 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 D | liolib.c | 289 lua_pushlstring(L, NULL, 0); in test_eof()
|
| H A D | lapi.c | 445 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 D | lstrlib.c | 71 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 D | lauxlib.c | 433 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 D | lapi.c | 498 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 D | lua.h | 209 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 D | scripting.c | 158 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()
|