MCPcopy Create free account
hub / github.com/defold/defold / luaL_buffinit

Function luaL_buffinit

engine/lua/src/lua/lauxlib.c:472–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470
471
472LUALIB_API void luaL_buffinit (lua_State *L, luaL_Buffer *B) {
473 B->L = L;
474 B->p = B->buffer;
475 B->lvl = 0;
476}
477
478/* }====================================================== */
479

Callers 15

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
buffer_meth_receiveFunction · 0.85
str_reverseFunction · 0.85
str_lowerFunction · 0.85
str_upperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected