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

/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_mime_magic.c217 static int softmagic(request_rec *, unsigned char *, apr_size_t);
896 if (softmagic(r, buf, nb) == 1)
1496 * softmagic - lookup one file in database (already read from /etc/magic by
1500 static int softmagic(request_rec *r, unsigned char *buf, apr_size_t nbytes) function

Completed in 218 milliseconds