Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c398 size_t obj_len; in luaRedisGenericCommand() local
406 obj_len = snprintf(dbuf,sizeof(dbuf),"%.17g",(double)num); in luaRedisGenericCommand()
409 obj_s = (char*)lua_tolstring(lua,j+1,&obj_len); in luaRedisGenericCommand()
415 cached_objects_len[j] >= obj_len) in luaRedisGenericCommand()
420 memcpy(s,obj_s,obj_len+1); in luaRedisGenericCommand()
421 sdssetlen(s, obj_len); in luaRedisGenericCommand()
423 argv[j] = createStringObject(obj_s, obj_len); in luaRedisGenericCommand()