HomeSort by: relevance | last modified time | path
    Searched defs:gzcopy (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/examples/
gzjoin.c 278 of gzcopy() to write the gzip header and to initialize crc and tot. */
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, function in typeref:typename:local void
445 gzcopy(*argv++, argc, &crc, &tot, stdout);
  /src/sys/arch/evbarm/stand/gzboot/
gzboot.c 112 void gzcopy(void *, const void *, size_t);
147 gzcopy((void *) loadaddr, compressed_image, md_root_size);
356 /* the actual gzcopy routine */
359 gzcopy(void *dst, const void *src, size_t srclen) function in typeref:typename:void

Completed in 11 milliseconds