Searched refs:growalloc (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
D | zic.c | 449 growalloc(void *ptr, size_t itemsize, int nitems, int *nitems_alloc) in growalloc() function 1139 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 1255 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 1388 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 2699 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 450 growalloc(void *ptr, size_t itemsize, int nitems, int *nitems_alloc) in growalloc() function 1140 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 1256 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 1389 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 2700 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt()
|
/third_party/tzdata/ |
D | zic.c | 567 growalloc(void *ptr, ptrdiff_t itemsize, ptrdiff_t nitems, in growalloc() function 815 links = growalloc(links, sizeof *links, nalinks, &nlinks_alloc); in make_links() 1832 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 1962 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 2100 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 3446 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt()
|