Searched refs:SMALL_HOWMANY (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_mime_magic.c123 /* SMALL_HOWMANY limits how much work we do to figure out text files */
124 #define SMALL_HOWMANY 1024 macro
2011 * ourselves to only SMALL_HOWMANY bytes */
2012 small_nbytes = (nbytes > SMALL_HOWMANY) ? SMALL_HOWMANY : nbytes;

Completed in 166 milliseconds