Home
last modified time | relevance | path

Searched refs:crc32 (Results 26 – 44 of 44) sorted by relevance

12

/PHP-7.4/ext/hash/tests/
H A Dhash_copy_001.phpt122 string(5) "crc32"
281 string(5) "crc32"
/PHP-7.4/ext/phar/
H A Dshortarc.php271 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dphar_internal.h221 uint32_t crc32; member
525 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip);
H A Dphar.c1106 PHAR_GET_32(buffer, entry.crc32); in phar_parse_pharfile()
2344 int phar_postprocess_file(phar_entry_data *idata, uint32_t crc32, char **error, int process_zip) /*… in phar_postprocess_file() argument
2385 memcpy(&(local.crc32), &(desc.crc32), 12); in phar_postprocess_file()
2388 memcpy(&(local.crc32), &desc, 12); in phar_postprocess_file()
2392 …->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || e… in phar_postprocess_file()
2418 if (~crc == crc32) { in phar_postprocess_file()
2776 entry->crc32 = ~newcrc32; in phar_flush()
2976 phar_set_32(entry_buffer+12, entry->crc32); in phar_flush()
H A Dutil.c728 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { in phar_open_entry_fp()
746 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1)) { in phar_open_entry_fp()
793 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 0)) { in phar_open_entry_fp()
812 entry->crc32 = 0; in phar_create_writeable_entry()
845 entry->crc32 = 0; in phar_create_writeable_entry()
H A Dtar.c795 entry->crc32 = phar_tar_checksum((char *)&header, sizeof(header)); in phar_tar_writeheaders_int()
797 if (FAILURE == phar_tar_octal(header.checksum, entry->crc32, sizeof(header.checksum)-1)) { in phar_tar_writeheaders_int()
H A Dstream.c313 …ile->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->crc32, &error, 2) != SUC… in phar_wrapper_open_url()
H A Dphar_object.c4622 RETURN_LONG(entry_obj->entry->crc32); in PHP_METHOD()
/PHP-7.4/ext/phar/tests/
H A Dphar_createdefaultstub.phpt301 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
595 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
897 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dphar_setdefaultstub.phpt321 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
616 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
911 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dnophar.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-7.4/ext/phar/tests/files/
H A Dinclude_path2.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dnophar.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
H A Dopenssl.phar265 if ($entry[3] != sprintf("%u", crc32($data) & 0xffffffff)) {
/PHP-7.4/ext/standard/
H A Dconfig.m4485 PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c crypt.c \
H A Dbasic_functions.c2756 PHP_NAMED_FE(crc32,php_if_crc32, arginfo_crc32)
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1024 hash('crc32', dirname($address)).'-'.
/PHP-7.4/
H A DUPGRADING293 . Added "crc32c" hash using Castagnoli's polynomial. This crc32 variant is

Completed in 71 milliseconds

12