Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/hash/tests/
H A Dhash_algos.phpt69 string(5) "crc32"
H A Dhash_copy_001.phpt103 string(5) "crc32"
232 string(5) "crc32"
/PHP-5.5/ext/phar/
H A Dzip.c63 read = php_stream_read(fp, (char *) &(h.unix3.crc32), sizeof(h.unix3) - sizeof(h.header)); in phar_zip_process_extra()
371 entry.crc32 = PHAR_GET_32(zipentry.crc32); in phar_parse_zipfile()
575 …ry.filename_len != PHAR_GET_16(local.filename_len) || entry.crc32 != PHAR_GET_32(local.crc32) || e… in phar_parse_zipfile()
808 PHAR_SET_32(perms.crc32, ~crc); in phar_zip_changed_apply()
868 entry->crc32 = ~newcrc32; in phar_zip_changed_apply()
940 PHAR_SET_32(central.crc32, entry->crc32); in phar_zip_changed_apply()
941 PHAR_SET_32(local.crc32, entry->crc32); in phar_zip_changed_apply()
H A Dshortarc.php271 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dphar_internal.h259 php_uint32 crc32; member
584 int phar_postprocess_file(phar_entry_data *idata, php_uint32 crc32, char **error, int process_zip T…
H A Dphar.c1100 PHAR_GET_32(buffer, entry.crc32);
2408 int phar_postprocess_file(phar_entry_data *idata, php_uint32 crc32, char **error, int process_zip T… argument
2449 memcpy(&(local.crc32), &(desc.crc32), 12);
2452 memcpy(&(local.crc32), &desc, 12);
2456 …->filename_len != PHAR_ZIP_16(local.filename_len) || entry->crc32 != PHAR_ZIP_32(local.crc32) || e…
2482 if (~crc == crc32) {
2849 entry->crc32 = ~newcrc32;
3051 phar_set_32(entry_buffer+12, entry->crc32);
H A Dutil.c740 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1 TSRMLS_CC)) { in phar_open_entry_fp()
758 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1 TSRMLS_CC)) { in phar_open_entry_fp()
805 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 0 TSRMLS_CC)) { in phar_open_entry_fp()
824 entry->crc32 = 0; in phar_create_writeable_entry()
857 entry->crc32 = 0; in phar_create_writeable_entry()
H A Dtar.c772 entry->crc32 = phar_tar_checksum((char *)&header, sizeof(header)); in phar_tar_writeheaders()
774 if (FAILURE == phar_tar_octal(header.checksum, entry->crc32, sizeof(header.checksum)-1)) { in phar_tar_writeheaders()
H A Dstream.c311 …ile->is_crc_checked && phar_postprocess_file(idata, idata->internal_file->crc32, &error, 2 TSRMLS_… in phar_wrapper_open_url()
H A Dphar_object.c4594 RETURN_LONG(entry_obj->ent.entry->crc32); in PHP_METHOD()
/PHP-5.5/ext/phar/tests/
H A Dphar_createdefaultstub.phpt301 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
595 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
897 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dphar_setdefaultstub.phpt321 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
616 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
911 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-5.5/ext/phar/tests/files/
H A Dnophar.phar265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dinclude_path2.phar265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dopenssl.phar265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dnophar.phar265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
H A Dopenssl.phar265 if ($entry[3] != sprintf("%u", crc32((binary)$data) & 0xffffffff)) {
/PHP-5.5/ext/standard/
H A Dconfig.m4596 PHP_NEW_EXTENSION(standard, array.c base64.c basic_functions.c browscap.c crc32.c crypt.c \
H A Dbasic_functions.c2727 PHP_NAMED_FE(crc32,php_if_crc32, arginfo_crc32)
/PHP-5.5/win32/
H A Dphp5dll.dsp363 SOURCE=..\ext\standard\crc32.c
H A Dphp5dllts.dsp1791 SOURCE=..\ext\standard\crc32.c
/PHP-5.5/
H A DNEWS6811 - Fixed bug #45028 (CRC32 output endianness is different between crc32() and
8796 - Fixed bug #36306 (crc32() differ on 32-bit and 64-bit platforms)

Completed in 96 milliseconds

12