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

/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c375 struct os_time started_at; local
403 started_at.sec = 0;
404 started_at.usec = 0;
413 if (started_at.sec == 0)
414 os_get_time(&started_at);
419 if (n.sec > started_at.sec + 5)
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c375 struct os_time started_at; local
403 started_at.sec = 0;
404 started_at.usec = 0;
413 if (started_at.sec == 0)
414 os_get_time(&started_at);
419 if (n.sec > started_at.sec + 5)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c375 struct os_time started_at; local
403 started_at.sec = 0;
404 started_at.usec = 0;
413 if (started_at.sec == 0)
414 os_get_time(&started_at);
419 if (n.sec > started_at.sec + 5)
/external/chromium/third_party/libevent/
H A Devdns.c434 struct request *req = req_head, *const started_at = req_head; local
440 } while (req != started_at);
487 struct request *req, *started_at; local
519 started_at = req_head;
528 } while (req != started_at);
1102 const struct request *req = req_head, *started_at; local
1107 req = started_at = req_head;
1112 } while (req != started_at);
1115 if (req == started_at) return trans_id;
1124 struct nameserver *started_at local
2022 struct request *const started_at = req_head, *req = req_head; local
2056 struct nameserver *server = server_head, *started_at = server_head; local
2116 const struct nameserver *server = server_head, *const started_at = server_head; local
[all...]

Completed in 162 milliseconds