Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_open.c356 uLong crc_got, crc_should; in _zip_check_torrentzip() local
370 crc_should = strtoul(buf, &end, 16); in _zip_check_torrentzip()
371 if ((crc_should == UINT_MAX && errno != 0) || (end && *end)) in _zip_check_torrentzip()
378 if (crc_got == crc_should) in _zip_check_torrentzip()

Completed in 5 milliseconds