Searched refs:ts_accs (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dclose_tcp.c54 int *ts_accs; member in struct:__anon1236
93 ts->ts_accs = (int *)malloc(lm_optB * sizeof (int));
94 if (ts->ts_accs == NULL) {
196 ts->ts_accs[i] = result;
209 if (close(ts->ts_accs[i]) == -1) {
H A Dconnection.c53 int *ts_accs; member in struct:__anon1237
121 ts->ts_accs = (int *)malloc(lm_optB * sizeof (int));
122 if (ts->ts_accs == NULL) {
132 if (ts->ts_accs == NULL) {
277 ts->ts_accs[i] = result;
299 (void) close(ts->ts_accs[i]);

Completed in 17 milliseconds