Home
last modified time | relevance | path

Searched refs:mcopy (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c60 private int mcopy(struct magic_set *, union VALUETYPE *, int, int,
1008 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir, in mcopy() function
1146 if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o), in mget()
1643 if (mcopy(ms, p, m->type, 0, s, offset, nbytes, m) == -1) in mget()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch2899 private int mcopy(struct magic_set *, union VALUETYPE *, int, int,
3070 mcopy(struct magic_set *ms, union VALUETYPE *p, int type, int indir,
3123 if (mcopy(ms, p, m->type, m->flag & INDIR, s, (uint32_t)(offset + o),
3216 - if (mcopy(ms, p, m->type, 0, s, offset, nbytes, count) == -1)
3217 + if (mcopy(ms, p, m->type, 0, s, offset, nbytes, m) == -1)

Completed in 14 milliseconds