MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / luaL_buffinit

Function luaL_buffinit

Plugins/slua_unreal/External/lua/lauxlib.cpp:557–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555
556
557LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
558 B->L = L;
559 B->b = B->initb;
560 B->n = 0;
561 B->size = LUAL_BUFFERSIZE;
562}
563
564
565LUALIB_API char *luaL_buffinitsize (lua_State *L, luaL_Buffer *B, size_t sz) {

Callers 15

buffer_meth_receiveFunction · 0.85
mime_global_wrpFunction · 0.85
mime_global_b64Function · 0.85
mime_global_unb64Function · 0.85
mime_global_qpFunction · 0.85
mime_global_unqpFunction · 0.85
mime_global_qpwrpFunction · 0.85
mime_global_eolFunction · 0.85
mime_global_dotFunction · 0.85
utfcharFunction · 0.85
os_dateFunction · 0.85
tconcatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected