Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c117 size_t totallen = n * l + (n - 1) * lsep; in str_rep() local
119 char *p = luaL_buffinitsize(L, &b, totallen); in str_rep()
127 luaL_pushresultsize(&b, totallen); in str_rep()