Lines Matching refs:st
86 struct _res_st *st;
88 st = SLIST_FIRST(&res_list);
89 if (st != NULL) {
92 res = &st->st_res;
93 res_state_debug("checkout from list", st);
96 st = calloc(1, sizeof(*st));
97 if (st == NULL) {
101 res = &st->st_res;
108 free(st);
119 struct _res_st *st = (struct _res_st *)(void *)res;
123 SLIST_INSERT_HEAD(&res_list, st, st_list);