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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlauxlib.c461 B->size = LUAL_BUFFERSIZE;
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
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.c573 B->size = LUAL_BUFFERSIZE;
H A Dlauxlib.h153 char initb[LUAL_BUFFERSIZE]; /* initial buffer */
172 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dliolib.c490 while (i < LUAL_BUFFERSIZE && (c = l_getc(f)) != EOF && c != '\n')
507 do { /* read file in chunks of LUAL_BUFFERSIZE bytes */
509 nr = fread(p, sizeof(char), LUAL_BUFFERSIZE, f);
511 } while (nr == LUAL_BUFFERSIZE);
680 lua_Integer sz = luaL_optinteger(L, 3, LUAL_BUFFERSIZE);
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h757 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
764 #define LUAL_BUFFERSIZE 8192 macro
766 #define LUAL_BUFFERSIZE ((int)(0x80 * sizeof(void*) * sizeof(lua_Integer))) macro
/freebsd-11-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 135 milliseconds