Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_source_crc.c41 struct crc { struct
46 zip_uint32_t crc; argument
H A Dzip_source_pkware.c52 static const uLongf *crc = NULL; variable
H A Dzip_close.c514 uLong crc; in write_cdir() local
H A Dzip.h198 zip_uint32_t crc; /* crc of file data */ member
H A Dzipint.h222 unsigned int crc; /* (cl) CRC-32 of uncompressed data */ member
/PHP-5.5/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.5/ext/phar/
H A Dzip.c805 php_uint32 crc = (php_uint32) ~0; in phar_zip_changed_apply() local
H A Dphar.c2410 php_uint32 crc = ~0; local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c8907 int crc = memcmp(name, slot+IMM2_SIZE, IN_UCHARS(length)); in add_name() local

Completed in 45 milliseconds