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

/httpd/include/
H A Dhttp_config.h363 unsigned long magic; member in struct:module_struct
/httpd/modules/metadata/
H A Dmod_mime_magic.c18 * mod_mime_magic: MIME type lookup via file magic numbers
62 * - struct magic has been converted from an array to a single-ended linked
128 struct magic { struct
129 struct magic *next; /* link to next entry */
130 int lineno; /* line number from magic file */
140 long offset; /* offset to magic number */
201 char magic[8]; member in struct:record::header
209 /* The magic field is filled with this if uname and gname are valid. */
221 static int getvalue(server_rec *, struct magic *, char **);
228 struct magic *, apr_size_
457 struct magic *magic; /* head of magic config list */ member in struct:__anon260
2048 char *magic; member in struct:__anon263
[all...]
/httpd/modules/filters/
H A Dmod_include.c3380 char *magic; /* magic pointer for sentinel use */ local
3407 char **store = &magic;
3585 if (store != &magic) {
3638 if (store != &magic) {

Completed in 634 milliseconds