Home
last modified time | relevance | path

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

/PHP-5.6/ext/zip/lib/
H A Dzip_open.c210 tail_len = buf + buflen - eocd - EOCDLEN; in _zip_readcdir()
253 …if ((cd->comment=_zip_string_new(eocd+EOCDLEN, (zip_uint16_t)comment_len, ZIP_FL_ENC_GUESS, error)… in _zip_readcdir()
501 if (len < (off_t)EOCDLEN) { in _zip_find_central_dir()
534 while ((match=_zip_memmem(match, buflen-(size_t)(match-buf)-(EOCDLEN-4), in _zip_find_central_dir()
605 if (eocd+EOCDLEN > buf+buflen) { in _zip_read_eocd()
H A Dzipint.h147 #define EOCDLEN 22 macro
150 #define CDBUFSIZE (MAXCOMLEN+EOCDLEN+EOCD64LOCLEN)

Completed in 20 milliseconds