Home
last modified time | relevance | path

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

/PHP-7.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c157 unsigned int cont_level = 0; in match() local
165 if (file_check_mem(ms, cont_level) == -1) in match()
257 if (cont_level < m->cont_level) in match()
259 if (cont_level > m->cont_level) { in match()
264 cont_level = m->cont_level; in match()
269 ms->c.li[cont_level - 1].off; in match()
301 ms->c.li[cont_level].last_match = 0; in match()
306 ms->c.li[cont_level].last_match = 1; in match()
309 ms->c.li[cont_level].got_match = 0; in match()
314 ms->c.li[cont_level].got_match = 1; in match()
[all …]
H A Dapprentice.c1714 uint32_t cont_level; in parse() local
1717 cont_level = 0; in parse()
1724 cont_level++; in parse()
1727 if (cont_level == 0 || cont_level > last_cont_level) in parse()
1730 last_cont_level = cont_level; in parse()
1732 if (cont_level != 0) { in parse()
1742 diff = (int32_t)cont_level - (int32_t)m->cont_level; in parse()
1746 m->cont_level); in parse()
1760 m->cont_level = cont_level; in parse()
1773 m->cont_level = 0; in parse()
[all …]
H A Dfile.h162 uint16_t cont_level; /* level of ">" */ member
/PHP-7.1/ext/fileinfo/
H A Dlibmagic.patch2897 - (m->cont_level & 7) + 1, ">>>>>>>>", m->offset);

Completed in 30 milliseconds