Home
last modified time | relevance | path

Searched refs:crc_context (Results 1 – 1 of 1) sorted by relevance

/PHP-7.1/ext/zip/lib/
H A Dzip_source_crc.c41 struct crc_context { struct
57 struct crc_context *ctx; in zip_source_crc() argument
64 if ((ctx=(struct crc_context *)malloc(sizeof(*ctx))) == NULL) { in zip_source_crc()
83 struct crc_context *ctx; in crc_read()
86 ctx = (struct crc_context *)_ctx; in crc_read()

Completed in 5 milliseconds