Searched refs:clp (Results 1 – 2 of 2) sorted by relevance
96 XDR *xdrs = &clp->xdr_stream; in clntraw_create()99 if (clp == 0) in clntraw_create()101 clp = (struct clntraw_private_s *) calloc (1, sizeof (*clp)); in clntraw_create()102 if (clp == 0) in clntraw_create()104 clntraw_private = clp; in clntraw_create()118 clp->mcnt = XDR_GETPOS (xdrs); in clntraw_create()140 XDR *xdrs = &clp->xdr_stream; in clntraw_call()145 if (clp == NULL) in clntraw_call()154 if ((!XDR_PUTBYTES (xdrs, clp->mashl_callmsg, clp->mcnt)) || in clntraw_call()221 XDR *xdrs = &clp->xdr_stream; in clntraw_freeres()[all …]
687 Proto *clp; in addprototype() local697 f->p[fs->np++] = clp = luaF_newproto(L); in addprototype()698 luaC_objbarrier(L, f, clp); in addprototype()699 return clp; in addprototype()
Completed in 6 milliseconds