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

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lauxlib.h 167 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
  /external/lua/src/
liolib.c 487 char *buff = luaL_prepbuffer(&b); /* preallocate buffer */
508 char *p = luaL_prepbuffer(&b);
lauxlib.h 172 #define luaL_prepbuffer(B) luaL_prepbuffsize(B, LUAL_BUFFERSIZE)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
liolib.c 376 char *p = luaL_prepbuffer(&b);

Completed in 304 milliseconds