HomeSort by relevance Sort by last modified time
    Searched defs:httpread_timeout_handler (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c 151 static void httpread_timeout_handler(void *eloop_data, void *user_ctx);
166 eloop_cancel_timeout(httpread_timeout_handler, NULL, h);
179 /* httpread_timeout_handler -- called on excessive total duration
181 static void httpread_timeout_handler(void *eloop_data, void *user_ctx) function
719 eloop_cancel_timeout(httpread_timeout_handler, NULL, h);
760 httpread_timeout_handler,
  /external/wpa_supplicant_8/src/wps/
httpread.c 145 static void httpread_timeout_handler(void *eloop_data, void *user_ctx);
160 eloop_cancel_timeout(httpread_timeout_handler, NULL, h);
173 /* httpread_timeout_handler -- called on excessive total duration
175 static void httpread_timeout_handler(void *eloop_data, void *user_ctx) function
713 eloop_cancel_timeout(httpread_timeout_handler, NULL, h);
754 httpread_timeout_handler,

Completed in 19 milliseconds