Lines Matching defs:meth
29 Rsmethod_t* rsmethod(Rs_t* rs, Rsmethod_t* meth)
31 Rsmethod_t* rsmethod(rs, meth)
33 Rsmethod_t* meth;
36 reg Rsmethod_t* old = rs->meth;
39 if(!meth)
42 if (RSNOTIFY(rs,RS_METHOD,meth,0,rs->disc) < 0)
45 if(meth->size <= 0)
47 else if(!(methdata = vmresize(Vmheap,NIL(Void_t*),meth->size,VM_RSZERO)) )
53 rs->meth = meth;