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

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

Completed in 235 milliseconds