This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| unsigned long | crc (const unsigned char *buf, int len) |
| Compute CRC (cyclic redundancy code) as specified by PNG. | |
| unsigned long crc | ( | const unsigned char * | buf, |
| int | len | ||
| ) |
Compute CRC (cyclic redundancy code) as specified by PNG.
| buf | The data to checksum. |
| len | The length of the data. |
Definition at line 69 of file crc.c.
References update_crc().
Referenced by parse_png(), png_iTXt(), and update_crc().
Here is the call graph for this function:
Here is the caller graph for this function: