Lines Matching refs:cont_level
175 unsigned int cont_level = 0; in match() local
183 if (file_check_mem(ms, cont_level) == -1) in match()
199 magic[magindex + 1].cont_level != 0) in match()
201 cont_level = 0; in match()
209 switch (mget(ms, s, m, nbytes, offset, cont_level, mode, text, in match()
263 switch (moffset(ms, m, nbytes, &ms->c.li[cont_level].off)) { in match()
272 if (file_check_mem(ms, ++cont_level) == -1) in match()
276 magic[magindex + 1].cont_level != 0) { in match()
280 if (cont_level < m->cont_level) in match()
282 if (cont_level > m->cont_level) { in match()
287 cont_level = m->cont_level; in match()
292 ms->c.li[cont_level - 1].off; in match()
298 if (ms->c.li[cont_level].last_match == 1) in match()
302 switch (mget(ms, s, m, nbytes, offset, cont_level, mode, in match()
324 ms->c.li[cont_level].last_match = 0; in match()
329 ms->c.li[cont_level].last_match = 1; in match()
332 ms->c.li[cont_level].got_match = 0; in match()
333 else if (ms->c.li[cont_level].got_match) { in match()
337 ms->c.li[cont_level].got_match = 1; in match()
376 &ms->c.li[cont_level].off)) { in match()
380 cont_level--; in match()
394 if (file_check_mem(ms, ++cont_level) == -1) in match()
407 cont_level = 0; in match()
1327 size_t nbytes, size_t o, unsigned int cont_level, int mode, int text, in mget() argument
1457 offset += ms->c.li[cont_level-1].off; in mget()