Home
last modified time | relevance | path

Searched defs:crc (Results 1 – 10 of 10) sorted by relevance

/PHP-5.6/ext/standard/
H A Dcrc32.h28 #define CRC32(crc, ch) (crc = (crc >> 8) ^ crc32tab[(crc ^ (ch)) & 0xff]) argument
H A Dcrc32.c32 register php_uint32 crc; in PHP_NAMED_FUNCTION() local
/PHP-5.6/ext/zip/lib/
H A Dzip_source_crc.c46 zip_uint32_t crc; member
H A Dzip_string.c46 zip_uint32_t crc; in _zip_string_crc32() local
H A Dzip_close.c528 uLong crc; in write_cdir() local
H A Dzip.h239 zip_uint32_t crc; /* crc of file data */ member
H A Dzipint.h325 zip_uint32_t crc; /* (cl) CRC-32 of uncompressed data */ member
/PHP-5.6/ext/phar/
H A Dzip.c805 php_uint32 crc = (php_uint32) ~0; in phar_zip_changed_apply() local
H A Dphar.c2400 php_uint32 crc = ~0; local
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_compile.c8912 int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(length)); in add_name() local

Completed in 56 milliseconds