Searched refs:xdrptr (Results 1 – 1 of 1) sorted by relevance
122 xdrfunc *xdrptr; in storexdrfuncdecl() local124 xdrptr = malloc(sizeof (struct xdrfunc)); in storexdrfuncdecl()126 xdrptr->name = name; in storexdrfuncdecl()127 xdrptr->pointerp = pointerp; in storexdrfuncdecl()128 xdrptr->next = NULL; in storexdrfuncdecl()131 xdrfunc_head = xdrptr; in storexdrfuncdecl()132 xdrfunc_tail = xdrptr; in storexdrfuncdecl()134 xdrfunc_tail->next = xdrptr; in storexdrfuncdecl()135 xdrfunc_tail = xdrptr; in storexdrfuncdecl()