Lines Matching refs:ts
114 tsd_t *ts = (tsd_t *)tsd;
116 if (ts->ts_once++ == 0) {
117 ts->ts_fds = (int *)malloc(lm_optB * sizeof (int));
118 if (ts->ts_fds == NULL) {
122 ts->ts_fds[i] = -1;
133 tsd_t *ts = (tsd_t *)tsd;
136 ts->ts_fds[i] = socket(family, SOCK_STREAM, 0);
137 if (ts->ts_fds[i] == -1) {
150 tsd_t *ts = (tsd_t *)tsd;
153 (void) close(ts->ts_fds[i]);