MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xSerialStartup

Function xSerialStartup

src/SB/Core/x/xserializer.cpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 U32, S32);
31
32S32 xSerialStartup(S32 count, st_SERIAL_PERCID_SIZE* sizeinfo)
33{
34 if (g_serinit++ == 0)
35 {
36 memset(&g_xserdata, 0, sizeof(st_XSERIAL_DATA_PRIV));
37 xSER_init_tables();
38 xSER_init_buffers(count, sizeinfo);
39 }
40
41 return g_serinit;
42}
43
44S32 xSerialShutdown()
45{

Callers 1

mainFunction · 0.85

Calls 3

memsetFunction · 0.85
xSER_init_tablesFunction · 0.85
xSER_init_buffersFunction · 0.70

Tested by

no test coverage detected