|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
| #define | CRC32(crc, ch) |
| #define | php_crc32_bulk_init() |
| #define | php_crc32_bulk_end(c) |
Functions | |
| PHPAPI uint32_t | php_crc32_bulk_update (uint32_t crc, const char *p, size_t nr) |
| PHPAPI zend_result | php_crc32_stream_bulk_update (uint32_t *crc, php_stream *fp, size_t nr) |
| PHPAPI uint32_t php_crc32_bulk_update | ( | uint32_t | crc, |
| const char * | p, | ||
| size_t | nr ) |
| PHPAPI zend_result php_crc32_stream_bulk_update | ( | uint32_t * | crc, |
| php_stream * | fp, | ||
| size_t | nr ) |