Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/lib/
H A Dzip_filerange_crc.c48 Bytef buf[BUFSIZE]; in _zip_filerange_crc()
59 n = len > BUFSIZE ? BUFSIZE : len; in _zip_filerange_crc()
H A Dzipint.h98 #define BUFSIZE 8192 macro
H A Dzip_close.c446 char buf[BUFSIZE]; in copy_data()
479 char buf[BUFSIZE]; in copy_source()
H A Dzip_source_deflate.c47 char buffer[BUFSIZE];

Completed in 10 milliseconds