Searched defs:temp_table (Results 1 - 5 of 5) 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.c264 struct eloop_sock *temp_table; local
305 temp_table = os_realloc_array(eloop.fd_table, next,
307 if (temp_table == NULL)
311 eloop.fd_table = temp_table;
/external/wpa_supplicant_8/src/utils/
H A Deloop.c264 struct eloop_sock *temp_table; local
305 temp_table = os_realloc_array(eloop.fd_table, next,
307 if (temp_table == NULL)
311 eloop.fd_table = temp_table;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.c264 struct eloop_sock *temp_table; local
305 temp_table = os_realloc_array(eloop.fd_table, next,
307 if (temp_table == NULL)
311 eloop.fd_table = temp_table;
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 175 milliseconds