Lines Matching refs:ext
74 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
88 struct ibs_op_sample * trans_op = ((struct ibs_sample*)(trans->ext))->op;
102 struct ibs_fetch_sample * trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
166 trans->ext = xmalloc(sizeof(struct ibs_sample));
167 ((struct ibs_sample*)(trans->ext))->fetch = xmalloc(sizeof(struct ibs_fetch_sample));
168 trans_fetch = ((struct ibs_sample*)(trans->ext))->fetch;
198 free(trans->ext);
199 trans->ext = NULL;
216 trans->ext = xmalloc(sizeof(struct ibs_sample));
217 ((struct ibs_sample*)(trans->ext))->op = xmalloc(sizeof(struct ibs_op_sample));
218 trans_op = ((struct ibs_sample*)(trans->ext))->op;
255 free(trans->ext);
256 trans->ext = NULL;