MCPcopy Create free account
hub / github.com/acl-dev/acl / tpl_init

Function tpl_init

app/wizard/tpllib.cpp:402–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400}
401
402void tpl_init(tpl_t *tpl)
403{
404 /* Set everything to NULL */
405 (void)memset(tpl, 0, sizeof(tpl_t));
406
407 tpl->tpl = tpl;
408 tpl->added_tail = &tpl->added_head;
409}
410
411void tpl_release(tpl_t *tpl)
412{

Callers 5

create_tcellFunction · 0.70
tpl_constructFunction · 0.70
tpl_allocFunction · 0.70
tpl_loadFunction · 0.70
tpl_set_section_exFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…