Lines Matching refs:meth
77 Dt_t* dtopen(Dtdisc_t* disc, Dtmethod_t* meth)79 Dt_t* dtopen(disc, meth)81 Dtmethod_t* meth;88 if(!disc || !meth)97 dt->meth = NIL(Dtmethod_t*);107 { if(e < 0 || !data || !(data->type&meth->type) )121 data->type = meth->type;128 dt->searchf = meth->searchf;129 dt->meth = meth;