Lines Matching refs:match_pos
347 int match_pos=0; in get_slots() local
399 match_pos = -2; in get_slots()
407 match_pos = ssp->longmatch; in get_slots()
417 match_pos = ssp->shortmatch; in get_slots()
426 match_pos = ssp->shortmatch; in get_slots()
431 if(match_pos > -1) { in get_slots()
432 entry.entry = match_pos; in get_slots()
437 no_overwrite = (match_pos == ch->source || IS_DIR(&entry)); in get_slots()
443 if (ret == NAMEMATCH_OVERWRITE && match_pos > -1){ in get_slots()
453 match_pos - ssp->match_free + 1 >= ssp->size_needed){ in get_slots()
455 ssp->free_start = match_pos - ssp->size_needed + 1; in get_slots()
457 ssp->slot = match_pos; in get_slots()