Searched refs:strl (Results 1 – 1 of 1) sorted by relevance
1930 size_t strl; in ldbCatStackValueRec() local1931 char *strp = (char*)lua_tolstring(lua,idx,&strl); in ldbCatStackValueRec()1932 s = sdscatrepr(s,strp,strl); in ldbCatStackValueRec()