Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lobject.h>
Data Fields | ||
L_Umaxalign | dummy | |
struct { | ||
CommonHeader | ||
lu_byte reserved | ||
unsigned int hash | ||
size_t len | ||
} | tsv | |
struct { | ||
CommonHeader | ||
lu_byte extra | ||
unsigned int hash | ||
size_t len | ||
} | tsv | |
lu_byte | shrlen | |
union { | ||
size_t lnglen | ||
struct TString * hnext | ||
} | u | |
union { | ||
size_t lnglen | ||
struct TString * hnext | ||
} | u | |
char | contents [1] | |
Definition at line 199 of file lua-5.1.5/src/lobject.h.
TString::CommonHeader |
Definition at line 202 of file lua-5.1.5/src/lobject.h.
char TString::contents[1] |
Definition at line 382 of file lua-5.4.3/src/lobject.h.
L_Umaxalign TString::dummy |
Definition at line 200 of file lua-5.1.5/src/lobject.h.
lu_byte TString::extra |
Definition at line 414 of file lua-5.2.4/src/lobject.h.
Referenced by createstrobj(), createstrobj(), createstrobj(), llex(), llex(), llex(), luaS_hashlongstr(), and luaX_init().
unsigned int TString::hash |
Definition at line 204 of file lua-5.1.5/src/lobject.h.
Referenced by createstrobj(), createstrobj(), createstrobj(), internshrstr(), luaS_hashlongstr(), luaS_remove(), luaS_resize(), newlstr(), and tablerehash().
struct TString* TString::hnext |
Definition at line 310 of file lua-5.3.6/src/lobject.h.
Referenced by internshrstr(), internshrstr(), luaS_remove(), luaS_resize(), and tablerehash().
size_t TString::len |
Definition at line 205 of file lua-5.1.5/src/lobject.h.
Referenced by anchor_token(), anchor_token(), createstrobj(), internshrstr(), l_strcmp(), l_strcmp(), luaS_eqlngstr(), luaS_newlstr(), newlstr(), PrintString(), and PrintString().
size_t TString::lnglen |
Definition at line 309 of file lua-5.3.6/src/lobject.h.
Referenced by freeobj(), luaS_createlngstrobj(), luaS_eqlngstr(), and luaS_hashlongstr().
lu_byte TString::reserved |
Definition at line 203 of file lua-5.1.5/src/lobject.h.
Referenced by llex(), luaX_init(), and newlstr().
lu_byte TString::shrlen |
Definition at line 306 of file lua-5.3.6/src/lobject.h.
Referenced by freeobj(), internshrstr(), and internshrstr().
struct { ... } TString::tsv |
Referenced by anchor_token(), anchor_token(), createstrobj(), internshrstr(), l_strcmp(), l_strcmp(), llex(), llex(), luaH_getstr(), luaS_eqlngstr(), luaS_eqstr(), luaS_newlstr(), luaX_init(), newlstr(), PrintString(), and PrintString().
struct { ... } TString::tsv |
union { ... } TString::u |
Referenced by freeobj(), internshrstr(), internshrstr(), luaS_createlngstrobj(), luaS_eqlngstr(), luaS_hashlongstr(), luaS_remove(), luaS_resize(), and tablerehash().
union { ... } TString::u |