Lines Matching defs:mtc_count
410 SANE_Int * mtc_count);
414 static struct st_motorcurve **Motor_Curve_Parse (SANE_Int * mtc_count,
888 Motor_Curve_Parse (SANE_Int * mtc_count, SANE_Int * buffer)
893 *mtc_count = 0;
927 *mtc_count += 1;
931 *mtc_count);
934 rst[*mtc_count - 1] = mtc;
941 *mtc_count = 0;
1033 Motor_Curve_Free (struct st_motorcurve **motorcurves, SANE_Int * mtc_count)
1035 if ((motorcurves != NULL) && (mtc_count != NULL))
1040 while (*mtc_count > 0)
1042 mtc = motorcurves[*mtc_count - 1];
1062 *mtc_count -= 1;