MCPcopy Create free account
hub / github.com/eggert/tz / addtt

Function addtt

zic.c:3769–3777  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3767 free(ab);
3768 free(envvar);
3769}
3770
3771static void
3772addtt(zic_t starttime, int type)
3773{
3774 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc);
3775 attypes[timecnt].at = starttime;
3776 attypes[timecnt].dontmerge = false;
3777 attypes[timecnt].type = type;
3778 ++timecnt;
3779}
3780

Callers 1

outzoneFunction · 0.85

Calls 1

growallocFunction · 0.85

Tested by

no test coverage detected