Lines Matching refs:exchange
169 * exchange:
170 * - per exchange values:
179 struct exchange { /* per exchange structure */
188 uint64_t order; /* number of this exchange */
191 struct exchange *xlist; /* exchange list */
322 xlist = (struct exchange *) malloc(xlast * sizeof(struct exchange));
327 memset(xlist, 0, xlast * sizeof(struct exchange));
536 struct exchange *x;
602 struct exchange *x;
661 sendquery(struct exchange *x)
705 struct exchange *x;
769 receiveresp(struct exchange *x)
842 struct exchange *x;
862 /* check for a timed-out exchange */
867 /* garbage collect timed-out exchange */
908 struct exchange *x;
1019 struct exchange *x;
1187 struct exchange *x;
2213 /* initialize exchange structures */