Home | History | Annotate | Download | only in Modules

Lines Matching refs:crc32val

876     unsigned int crc32val = 0;  /* crc32(0L, Z_NULL, 0) */
882 if (!PyArg_ParseTuple(args, "s*|I:crc32", &pbuf, &crc32val))
890 signed_val = crc32(crc32val, buf, len);