Searched refs:totallen (Results 1 – 1 of 1) sorted by relevance
160 size_t totallen = (size_t)n * l + (size_t)(n - 1) * lsep; in str_rep() local162 char *p = luaL_buffinitsize(L, &b, totallen); in str_rep()171 luaL_pushresultsize(&b, totallen); in str_rep()
Completed in 7 milliseconds