Home
last modified time | relevance | path

Searched refs:TORRENT_CRC_LEN (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/zip/lib/
H A Dzip_close.c123 TORRENT_SIG_LEN + TORRENT_CRC_LEN, in zip_close()
130 cd->comment_len = TORRENT_SIG_LEN + TORRENT_CRC_LEN; in zip_close()
515 char buf[TORRENT_CRC_LEN+1]; in write_cdir()
533 if (fseeko(out, offset-TORRENT_CRC_LEN, SEEK_SET) < 0) { in write_cdir()
538 if (fwrite(buf, TORRENT_CRC_LEN, 1, out) != 1) { in write_cdir()
H A Dzipint.h89 #define TORRENT_CRC_LEN 8 macro

Completed in 9 milliseconds