Searched refs:temp_table (Results 1 – 2 of 2) sorted by relevance
76 CComPtr<IDiaTable> temp_table; in FindTable() local78 while (SUCCEEDED(enum_tables->Next(1, &temp_table, &fetched)) && in FindTable()81 if (SUCCEEDED(temp_table->QueryInterface(iid, &temp))) { in FindTable()85 temp_table.Release(); in FindTable()
270 struct eloop_sock *temp_table; in eloop_sock_table_add_sock() local312 temp_table = os_realloc_array(eloop.fd_table, next, in eloop_sock_table_add_sock()314 if (temp_table == NULL) in eloop_sock_table_add_sock()318 eloop.fd_table = temp_table; in eloop_sock_table_add_sock()