Searched refs:php_crc32_bulk_update (Results 1 – 2 of 2) sorted by relevance
109 PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_t nr) in php_crc32_bulk_update() function143 *crc = php_crc32_bulk_update(*crc, buf, n); in php_crc32_stream_bulk_update()164 crc = php_crc32_bulk_update(crc, p, nr); in PHP_FUNCTION()
29 PHPAPI uint32_t php_crc32_bulk_update(uint32_t crc, const char *p, size_t nr);
Completed in 11 milliseconds