Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lauxlib.h>
Data Fields | ||
char * | p | |
int | lvl | |
lua_State * | L | |
char | buffer [LUAL_BUFFERSIZE] | |
char * | b | |
size_t | size | |
size_t | n | |
char | initb [LUAL_BUFFERSIZE] | |
union { | ||
LUAI_MAXALIGN | ||
char b [LUAL_BUFFERSIZE] | ||
} | init | |
Definition at line 129 of file lua-5.1.5/src/lauxlib.h.
char * luaL_Buffer::b |
Definition at line 144 of file lua-5.2.4/src/lauxlib.h.
Referenced by luaL_buffinit(), luaL_prepbuffsize(), luaL_pushresult(), and prepbuffsize().
char luaL_Buffer::b[LUAL_BUFFERSIZE] |
Definition at line 190 of file lua-5.4.3/src/lauxlib.h.
char luaL_Buffer::buffer[LUAL_BUFFERSIZE] |
Definition at line 133 of file lua-5.1.5/src/lauxlib.h.
Referenced by emptybuffer(), luaL_buffinit(), and luaL_prepbuffer().
union { ... } luaL_Buffer::init |
Referenced by luaL_buffinit().
char luaL_Buffer::initb |
Definition at line 148 of file lua-5.2.4/src/lauxlib.h.
Referenced by luaL_buffinit().
lua_State * luaL_Buffer::L |
Definition at line 132 of file lua-5.1.5/src/lauxlib.h.
Referenced by adjuststack(), emptybuffer(), luaL_addvalue(), luaL_buffinit(), luaL_prepbuffsize(), luaL_pushresult(), newbuffsize(), and prepbuffsize().
luaL_Buffer::LUAI_MAXALIGN |
Definition at line 189 of file lua-5.4.3/src/lauxlib.h.
int luaL_Buffer::lvl |
Definition at line 131 of file lua-5.1.5/src/lauxlib.h.
Referenced by adjuststack(), emptybuffer(), luaL_addvalue(), luaL_buffinit(), and luaL_pushresult().
size_t luaL_Buffer::n |
Definition at line 146 of file lua-5.2.4/src/lauxlib.h.
Referenced by luaL_buffinit(), luaL_prepbuffsize(), luaL_pushresult(), newbuffsize(), and prepbuffsize().
char* luaL_Buffer::p |
Definition at line 130 of file lua-5.1.5/src/lauxlib.h.
Referenced by emptybuffer(), luaL_addvalue(), and luaL_buffinit().
size_t luaL_Buffer::size |
Definition at line 145 of file lua-5.2.4/src/lauxlib.h.
Referenced by luaL_buffinit(), luaL_prepbuffsize(), newbuffsize(), and prepbuffsize().