Searched defs:HOWMANY (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/metadata/
H A Dmod_mime_magic.c121 /* HOWMANY must be at least 4096 to make gzip -dcq work */
122 #define HOWMANY 4096 macro
242 * here because they can appear anywhere in the first HOWMANY bytes, while
244 * make HOWMANY too high unless you have a very fast CPU.
825 unsigned char buf[HOWMANY + 1]; /* one extra for terminating '\0' */
852 * try looking at the first HOWMANY bytes
2098 if ((newsize = uncompress(r, i, &newbuf, HOWMANY)) > 0) {

Completed in 17 milliseconds