Searched defs:built (Results 1 - 1 of 1) sorted by relevance

/external/zlib/examples/
H A Dzran.c9 its entirety, and an index built with access points about every SPAN bytes
76 /* Deallocate an index built by build_index() */
138 file read error. On success, *built points to the resulting index. */
139 local int build_index(FILE *in, off_t span, struct access **built) argument
226 *built = index;
387 fprintf(stderr, "zran: built index with %d access points\n", len);

Completed in 10 milliseconds