Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstrlib.c686 #define MAX_ITEM 512 macro
771 char buff[MAX_ITEM]; /* to store the formatted item */ in str_format()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstrlib.c834 #define MAX_ITEM 512 macro
918 char *buff = luaL_prepbuffsize(&b, MAX_ITEM); /* to put formatted item */ in str_format()