Searched refs:max_cost (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c368 match_params.max_cost = best_cost;
498 match_params.max_cost = 0;
575 match_params.max_cost = atoi(optarg);
642 match_params.max_cost = c - '0';
794 match_params.max_cost = INT_MAX;
806 /* Otherwise, rescan the files with max_cost set to the cost
809 match_params.max_cost = best_cost;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregexec.c180 params.max_cost = 0;
265 if (params.max_cost == 0 && !tnfa->have_approx
339 params->max_cost = INT_MAX;
H A Dtre-match-approx.c170 reach->params.max_cost = default_params.max_cost;
172 reach->params.max_cost = value;
258 default_params.max_cost,
408 if (cost > reach[id].params.max_cost)
507 if (cost > reach_p->params.max_cost
536 id, dest_id, cost0, reach_p->params.max_cost));
697 if (cost > reach[id].params.max_cost)
H A Dtre.h184 int max_cost; /* Maximum allowed cost of a match. */ member in struct:__anon2739
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c73 &self->ap.max_cost, &self->ap.cost_subst,
92 self->ap.cost_ins, self->ap.max_cost,
104 { "maxcost", T_INT, offsetof(TreFuzzynessObject, ap.max_cost), 0,

Completed in 110 milliseconds