Home | History | Annotate | Download | only in utils

Lines Matching refs:temp_table

268 	struct eloop_sock *temp_table;
309 temp_table = os_realloc_array(eloop.fd_table, next,
311 if (temp_table == NULL)
315 eloop.fd_table = temp_table;