| /PHP_5_3/ext/ereg/regex/ |
| H A D | regex2.h | 110 int magic; member in struct:re_guts
|
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | sqliteInt.h | 364 int magic; /* Magic number for detect library misuse */ member in struct:sqlite 411 ** Possible values for the sqlite.magic field.
|
| H A D | vdbeInt.h | 256 int magic; /* Magic number for sanity checking */ member in struct:Vdbe 284 ** The following are allowed values for Vdbe.magic
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 611 ** These macros used to resolve to various kinds of compiler magic that 613 ** compiler magic ended up generating such a flurry of bug reports 9428 u32 magic; /* Magic number for detect library misuse */ member in struct:sqlite3 9570 ** Possible values for the sqlite.magic field. 12771 u32 magic; /* Magic number for sanity checking */ member in struct:Vdbe 12815 ** The following are allowed values for Vdbe.magic 17783 ** processing, the "interlocked" magic is probably not 21577 u32 magic; local 21582 magic = db->magic; 21594 u32 magic; local 44721 u32 magic; /* Magic value read from WAL header */ local 124672 u32 magic; /* Always RTREE_GEOMETRY_MAGIC */ member in struct:RtreeMatchArg [all...] |
| /PHP_5_3/ext/fileinfo/libmagic/ |
| H A D | apprentice.c | 29 * apprentice - make one pass through /etc/magic, learning its secrets. 40 #include "magic.h" 90 struct magic *mp; 100 private int getvalue(struct magic_set *ms, struct magic *, const char **, int); 102 private const char *getstr(struct magic_set *, struct magic *, const char *, 108 private size_t apprentice_magic_strength(const struct magic *); 111 private int apprentice_load(struct magic_set *, struct magic **, uint32_t *, 113 private void byteswap(struct magic *, uint32_t); 114 private void bs1(struct magic *); 119 private int apprentice_map(struct magic_set *, struct magic **, uint32_ 246 struct magic *magic = NULL; local 2431 byteswap(struct magic *magic, uint32_t nmagic) argument [all...] |
| H A D | compress.c | 42 #include "magic.h" 68 const char magic[8]; member in struct:__anon98 119 if (memcmp(buf, compr[i].magic, compr[i].maglen) == 0 &&
|
| H A D | file.h | 83 #define MAGIC "/etc/magic" 123 #define MAXMAGIS 8192 /* max entries in any one magic file 151 struct magic { struct 270 uint32_t offset; /* offset to magic number */ 274 uint32_t lineno; /* line number in magic file */ 331 /* list of magic entries */ 333 struct magic *magic; /* array of magic entries */ member in struct:mlist 369 int flags; /* Control magic test [all...] |
| H A D | softmagic.c | 29 * softmagic - interpret variable magic from MAGIC 38 #include "magic.h" 50 private int match(struct magic_set *, struct magic *, uint32_t, 53 struct magic *, size_t, unsigned int, int); 54 private int magiccheck(struct magic_set *, struct magic *); 55 private int32_t mprint(struct magic_set *, struct magic *); 56 private int32_t moffset(struct magic_set *, struct magic *); 60 private int mconvert(struct magic_set *, struct magic *); 62 private int handle_annotation(struct magic_set *, struct magic *); 63 private void cvt_8(union VALUETYPE *, const struct magic *); 115 match(struct magic_set *ms, struct magic *magic, uint32_t nmagic, const unsigned char *s, size_t nbytes, int mode, int text) argument [all...] |
| H A D | tar.h | 63 char magic[8]; member in struct:record::header 71 /* The magic field is filled with this if uname and gname are valid. */
|
| /PHP_5_3/ext/fileinfo/ |
| H A D | fileinfo.c | 26 #include <magic.h> 48 struct magic_set *magic; member in struct:php_fileinfo 86 magic_close(intern->ptr->magic); 180 #define FINFO_SET_OPTION(magic, options) \ 181 if (magic_setflags(magic, options) == -1) { \ 183 options, magic_errno(magic), magic_error(magic)); \ 195 magic_close(finfo->magic); 309 magic_close(finfo_obj->ptr->magic); 341 finfo->magic 426 struct magic_set *magic = NULL; local [all...] |
| /PHP_5_3/ext/sysvshm/ |
| H A D | php_sysvshm.h | 48 char magic[8]; member in struct:__anon234
|
| /PHP_5_3/Zend/ |
| H A D | zend_alloc.c | 369 unsigned int magic; member in struct:_zend_mm_block 382 unsigned int magic; member in struct:_zend_mm_small_free_block 394 unsigned int magic; member in struct:_zend_mm_free_block 561 (block)->magic = (val); \ 565 if ((block)->magic != (val)) { \ 1230 if (p->magic == MEM_BLOCK_VALID) { 1236 } else if (p->magic == MEM_BLOCK_CACHED) { 1239 } else if (p->magic != MEM_BLOCK_LEAK) { 1266 if (p->magic == MEM_BLOCK_VALID) { 1287 } else if (p->magic [all...] |
| /PHP_5_3/ext/phar/ |
| H A D | tar.h | 63 * presence of the null-terminated string "ustar" in the magic field. 83 char magic[6]; /* USTAR indicator */ member in struct:_tar_header
|