Searched refs:repr1 (Results 1 – 1 of 1) sorted by relevance
1951 sds repr1 = sdsempty(); in ldbCatStackValueRec() local1961 repr1 = ldbCatStackValueRec(repr1,lua,-1,level); in ldbCatStackValueRec()1962 repr1 = sdscatlen(repr1,"; ",2); in ldbCatStackValueRec()1973 if (sdslen(repr1)) sdsrange(repr1,0,-3); in ldbCatStackValueRec()1977 s = sdscatsds(s,is_array ? repr1 : repr2); in ldbCatStackValueRec()1979 sdsfree(repr1); in ldbCatStackValueRec()