Home
last modified time | relevance | path

Searched refs:REGEX_OFFSET_START (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/fileinfo/libmagic/
H A Dfile.h318 #define REGEX_OFFSET_START BIT(4) macro
H A Dsoftmagic.c643 if ((m->str_flags & REGEX_OFFSET_START)) in mprint()
653 if ((m->str_flags & REGEX_OFFSET_START)) in mprint()
753 if ((m->str_flags & REGEX_OFFSET_START) != 0) in moffset()
760 if ((m->str_flags & REGEX_OFFSET_START) != 0) in moffset()
H A Dapprentice.c1428 if ((m->str_flags & REGEX_OFFSET_START) != 0) { in string_modifier_check()
1632 m->str_flags |= REGEX_OFFSET_START; in parse_string_modifier()
/PHP-7.0/ext/fileinfo/
H A Dlibmagic.patch2929 - if (m->str_flags & REGEX_OFFSET_START)
3398 + if ((m->str_flags & REGEX_OFFSET_START))

Completed in 33 milliseconds