Lines Matching full:points
14 its entirety, and an index built with access points about every SPAN bytes
27 grows as needed to accommodate the points.
49 not be constrained to have access points at block boundaries, but requires
62 #define SPAN 1048576L /* desired distance between access points */
97 /* if list is empty, create it (start with eight points) */
137 access points about every span bytes of uncompressed output -- span is
141 returns the number of access points on success (>= 1), Z_MEM_ERROR for out
143 file read error. On success, *built points to the resulting index. */
149 struct access *index; /* access points being generated */
392 fprintf(stderr, "zran: built index with %d access points\n", len);