Lines Matching refs:udata
49 struct t_unitdata *udata; in _tx_free() member
74 if (p.call->udata.buf != NULL) in _tx_free()
75 free(p.call->udata.buf); in _tx_free()
88 if (p.dis->udata.buf != NULL) in _tx_free()
89 free(p.dis->udata.buf); in _tx_free()
94 p.udata = (struct t_unitdata *)ptr; in _tx_free()
95 if (p.udata->addr.buf != NULL) in _tx_free()
96 free(p.udata->addr.buf); in _tx_free()
97 if (p.udata->opt.buf != NULL) in _tx_free()
98 free(p.udata->opt.buf); in _tx_free()
99 if (p.udata->udata.buf != NULL) in _tx_free()
100 free(p.udata->udata.buf); in _tx_free()