Searched refs:temp_table (Results 1 - 4 of 4) sorted by relevance

/external/google-breakpad/src/common/windows/
H A Ddia_util.cc76 CComPtr<IDiaTable> temp_table; local
78 while (SUCCEEDED(enum_tables->Next(1, &temp_table, &fetched)) &&
81 if (SUCCEEDED(temp_table->QueryInterface(iid, &temp))) {
85 temp_table.Release();
/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.c175 struct eloop_sock *temp_table; local
217 temp_table = os_realloc_array(eloop.epoll_table, next,
219 if (temp_table == NULL)
223 eloop.epoll_table = temp_table;
/external/wpa_supplicant_8/src/utils/
H A Deloop.c175 struct eloop_sock *temp_table; local
217 temp_table = os_realloc_array(eloop.epoll_table, next,
219 if (temp_table == NULL)
223 eloop.epoll_table = temp_table;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c175 struct eloop_sock *temp_table; local
217 temp_table = os_realloc_array(eloop.epoll_table, next,
219 if (temp_table == NULL)
223 eloop.epoll_table = temp_table;

Completed in 93 milliseconds