Searched defs:plan (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/vczip/tests/
H A Dtvcrdb.c80 Vcrdplan_t *plan; local
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_ENCOD
[all...]

Completed in 182 milliseconds