Searched refs:growalloc (Results 1 – 4 of 4) 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/flutter/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 | 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/tzdata/ |
D | zic.c | 477 growalloc(void *ptr, size_t itemsize, ptrdiff_t nitems, ptrdiff_t *nitems_alloc) in growalloc() function 1498 rules = growalloc(rules, sizeof *rules, nrules, &nrules_alloc); in inrule() 1628 zones = growalloc(zones, sizeof *zones, nzones, &nzones_alloc); in inzsub() 1766 links = growalloc(links, sizeof *links, nlinks, &nlinks_alloc); in inlink() 3103 attypes = growalloc(attypes, sizeof *attypes, timecnt, &timecnt_alloc); in addtt()
|