Lines Matching defs:map
64 uint8_t *map;99 map = malloc(map_len);100 if (!map)101 errx(2, "map malloc");106 memset(map, 0, map_len);121 map = realloc(map, idx + 1);122 if (!map)123 errx(2, "map realloc");124 memset(map + map_len, 0, idx + 1 - map_len);127 if (!map[idx])129 map[idx] = 1;