point 73 lib/zlib/examples/zran.c struct point *list; /* allocated list */ point 90 lib/zlib/examples/zran.c struct point *next; point 96 lib/zlib/examples/zran.c index->list = malloc(sizeof(struct point) << 3); point 108 lib/zlib/examples/zran.c next = realloc(index->list, sizeof(struct point) * index->size); point 224 lib/zlib/examples/zran.c index = realloc(index, sizeof(struct point) * index->have); point 249 lib/zlib/examples/zran.c struct point *here;