Searched refs:nlinks_alloc (Results 1 – 3 of 3) sorted by relevance
/third_party/tzdata/ |
D | zic.c | 357 static ptrdiff_t nlinks_alloc; variable 815 links = growalloc(links, sizeof *links, nalinks, &nlinks_alloc); in make_links() 2100 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 304 static int nlinks_alloc; variable 1388 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 305 static int nlinks_alloc; variable 1389 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink()
|