Searched refs:LUAL_BUFFERSIZE (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.h137 char initb[LUAL_BUFFERSIZE]; /* initial buffer */
156 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dluaconf.h370 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
373 #define LUAL_BUFFERSIZE 1024 macro
H A Dlauxlib.c461 B->size = LUAL_BUFFERSIZE;
/freebsd-12-stable/lib/liblua/
H A Dluaconf.h765 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
772 #define LUAL_BUFFERSIZE 8192 macro
774 #define LUAL_BUFFERSIZE ((int)(0x80 * sizeof(void*) * sizeof(lua_Integer))) macro
/freebsd-12-stable/contrib/lua/src/
H A Dliolib.c492 while (i < LUAL_BUFFERSIZE && (c = l_getc(f)) != EOF && c != '\n')
509 do { /* read file in chunks of LUAL_BUFFERSIZE bytes */
511 nr = fread(p, sizeof(char), LUAL_BUFFERSIZE, f);
513 } while (nr == LUAL_BUFFERSIZE);
682 lua_Integer sz = luaL_optinteger(L, 3, LUAL_BUFFERSIZE);
H A Dlauxlib.h153 char initb[LUAL_BUFFERSIZE]; /* initial buffer */
172 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dlauxlib.c573 B->size = LUAL_BUFFERSIZE;
/freebsd-12-stable/stand/liblua/
H A Dluaconf.h780 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
786 #define LUAL_BUFFERSIZE 128 macro

Completed in 177 milliseconds