Lines Matching defs:Vcrdb
85 Vcmethod_t *Vcrdb, *Vctable;
87 if (!(Vcrdb = vcgetmeth("rdb", 0)) || !(Vctable = vcgetmeth("table", 0)))
214 /* open secondary coders for the transform Vcrdb */
234 if(!(envc = vcopen(0, Vcrdb, "sort", encd, VC_ENCODE)) ||
235 !(devc = vcopen(0, Vcrdb, "sort", decd, VC_DECODE)) )
236 terror("vcopen(): can't open Vcrdb handles");
246 if(!(envc = vcopen(0, Vcrdb, "plain", enbwt, VC_ENCODE)) ||
247 !(devc = vcopen(0, Vcrdb, "plain", debwt, VC_DECODE)) )
248 terror("vcopen(): can't open Vcrdb handles");
258 if(!(envc = vcopen(0, Vcrdb, 0, enbwt, VC_ENCODE)) ||
259 !(devc = vcopen(0, Vcrdb, 0, debwt, VC_DECODE)) )
260 terror("vcopen(): can't open Vcrdb handles");
270 if(!(envc = vcopen(0, Vcrdb, "pad", enbwt, VC_ENCODE)) ||
271 !(devc = vcopen(0, Vcrdb, "pad", debwt, VC_DECODE)) )
272 terror("vcopen(): can't open Vcrdb handles");
282 if(!(envc = vcopen(0, Vcrdb, "pad", entbl, VC_ENCODE)) ||
283 !(devc = vcopen(0, Vcrdb, "pad", detbl, VC_DECODE)) )
284 terror("vcopen(): can't open Vcrdb handles");
294 if(!(envc = vcopen(0, Vcrdb, "pad.whole", entbl, VC_ENCODE)) ||
295 !(devc = vcopen(0, Vcrdb, "pad.whole", detbl, VC_DECODE)) )
296 terror("vcopen(): can't open Vcrdb handles");
308 if(!(envc = vcopen(0, Vcrdb, "fsep=[.]", entbl, VC_ENCODE)) ||
309 !(devc = vcopen(0, Vcrdb, "fsep=[.]", detbl, VC_DECODE)) )
310 terror("vcopen(): can't open Vcrdb handles");
318 if(!(envc = vcopen(0, Vcrdb, "pad.fsep=[.]", entbl, VC_ENCODE)) ||
319 !(devc = vcopen(0, Vcrdb, "pad.fsep=[.]", detbl, VC_DECODE)) )
320 terror("vcopen(): can't open Vcrdb handles");