HomeSort by relevance Sort by last modified time
    Searched refs:LUAL_BUFFERSIZE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lauxlib.h 148 char initb[LUAL_BUFFERSIZE]; /* initial buffer */
167 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
liolib.c 376 if (fgets(p, LUAL_BUFFERSIZE, f) == NULL) { /* eof? */
395 size_t rlen = LUAL_BUFFERSIZE; /* how much to read in each cycle */
569 lua_Integer sz = luaL_optinteger(L, 3, LUAL_BUFFERSIZE);
luaconf.h 369 @@ LUAL_BUFFERSIZE is the buffer size used by the lauxlib buffer system.
372 #define LUAL_BUFFERSIZE BUFSIZ
lauxlib.c 500 B->size = LUAL_BUFFERSIZE;
565 char buff[LUAL_BUFFERSIZE]; /* area for reading file */

Completed in 782 milliseconds