Searched refs:found_name (Results 1 – 2 of 2) sorted by relevance
87 bool found_name = false; in ParseJsonMethodConfig() local102 found_name = true; in ParseJsonMethodConfig()127 if (!found_name) { in ParseJsonMethodConfig()
2138 int num_name, num_desc, i, found_name, found_desc; in wpa_driver_ndis_get_names()2249 found_name = found_desc = -1; in wpa_driver_ndis_get_names()2253 if (found_name == -1 && os_strstr(name[i], drv->ifname)) in wpa_driver_ndis_get_names()2254 found_name = i; in wpa_driver_ndis_get_names()2261 if (found_name < 0 && found_desc >= 0) { in wpa_driver_ndis_get_names()2265 found_name = found_desc; in wpa_driver_ndis_get_names()2272 if (found_name < 0) { in wpa_driver_ndis_get_names()2279 i = found_name; in wpa_driver_ndis_get_names()