Lines Matching defs:plan
80 Vcrdplan_t *plan;
169 /* test transformation plan making */
170 if(!(plan = vcrdmakeplan(tbl, 0)) )
172 if(plan->fldn != tbl->fldn)
173 terror("vcrdmakeplan(): wrong number of field %d", plan->fldn);
174 if(plan->pred[1] != 0)
176 if(plan->pred[3] != 2)
178 if(plan->pred[5] != 4)
181 /* test transformation plan execution */
182 if(vcrdexecplan(tbl, plan, VC_ENCODE) < 0)
187 terror("vcrdextract(): failed after plan transformation");
188 if(vcrdexecplan(tbl, plan, VC_DECODE) < 0)
192 terror("vcrdextract(): failed after plan transformation");