Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlundump.c76 static TString* LoadString(LoadState* S) in LoadString() function
123 setsvalue2n(S->L,o,LoadString(S)); in LoadConstants()
150 f->locvars[i].varname=LoadString(S); in LoadDebug()
158 for (i=0; i<n; i++) f->upvalues[i]=LoadString(S); in LoadDebug()
167 f->source=LoadString(S); if (f->source==NULL) f->source=p; in LoadFunction()
/f-stack/app/redis-5.0.5/src/
H A Dredismodule.h448 REDISMODULE_GET_API(LoadString); in RedisModule_Init()
H A Dmodule.c5394 REGISTER_API(LoadString); in moduleRegisterCoreAPI()