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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h136 char initb[LUAL_BUFFERSIZE]; /* initial buffer */
155 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dluaconf.h368 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
371 #define LUAL_BUFFERSIZE 512 macro
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c521 while (i < LUAL_BUFFERSIZE && (c = l_getc(f)) != EOF && c != '\n')
538 do { /* read file in chunks of LUAL_BUFFERSIZE bytes */
540 nr = fread(p, sizeof(char), LUAL_BUFFERSIZE, f);
542 } while (nr == LUAL_BUFFERSIZE);
714 lua_Integer sz = luaL_optinteger(L, 3, LUAL_BUFFERSIZE);
H A Dlauxlib.h173 char b[LUAL_BUFFERSIZE]; /* initial buffer */
199 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
H A Dlauxlib.c624 B->size = LUAL_BUFFERSIZE;
/freebsd-13-stable/lib/liblua/
H A Dluaconf.h740 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
742 #define LUAL_BUFFERSIZE ((int)(16 * sizeof(void*) * sizeof(lua_Number))) macro
/freebsd-13-stable/stand/liblua/
H A Dluaconf.h757 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
759 #define LUAL_BUFFERSIZE 128 macro
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c460 B->size = LUAL_BUFFERSIZE;

Completed in 109 milliseconds