Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dsoftmagic.c207 unsigned int cont_level = 0; in match() local
241 cont_level = 0; in match()
328 if (cont_level < m->cont_level) in match()
330 if (cont_level > m->cont_level) { in match()
335 cont_level = m->cont_level; in match()
340 if (cont_level == 0) { in match()
445 cont_level--; in match()
471 cont_level = 0; in match()
1501 if (cont_level > 0) { in msetoffset()
1524 if (cont_level == 0) { in msetoffset()
[all …]
H A Dder.c287 DPRINTF(("cont_level = %d\n", m->cont_level)); in der_offs()
289 for (size_t i = 0; i < m->cont_level; i++) in der_offs()
293 if (m->cont_level != 0) { in der_offs()
296 ms->c.li[m->cont_level - 1].off = CAST(int, offs + tlen); in der_offs()
297 DPRINTF(("cont_level[%u] = %u\n", m->cont_level - 1, in der_offs()
298 ms->c.li[m->cont_level - 1].off)); in der_offs()
H A Dapprentice.c1827 uint32_t cont_level; in parse() local
1830 cont_level = 0; in parse()
1837 cont_level++; in parse()
1840 if (cont_level == 0 || cont_level > last_cont_level) in parse()
1843 last_cont_level = cont_level; in parse()
1845 if (cont_level != 0) { in parse()
1855 diff = CAST(int32_t, cont_level) - CAST(int32_t, m->cont_level); in parse()
1859 m->cont_level); in parse()
1873 m->cont_level = cont_level; in parse()
1886 m->cont_level = 0; in parse()
[all …]
H A Dprint.c57 (m->cont_level & 7) + 1, ">>>>>>>>", m->offset); in file_mdump()
H A Dfile.h182 uint16_t cont_level; /* level of ">" */ member

Completed in 261 milliseconds