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

/httpd/modules/metadata/
H A Dmod_mime_magic.c1979 int small_nbytes; local
2008 small_nbytes = (nbytes > SMALL_HOWMANY) ? SMALL_HOWMANY : nbytes;
2010 s = (unsigned char *) memcpy(nbuf, buf, small_nbytes);
2011 s[small_nbytes] = '\0';
2012 has_escapes = (memchr(s, '\033', small_nbytes) != NULL);

Completed in 328 milliseconds