Searched defs:ELOOP_ALL_CTX (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Deloop.h21 * ELOOP_ALL_CTX - eloop_cancel_timeout() magic number to match all timeouts
23 #define ELOOP_ALL_CTX (void *) -1 macro
186 * @eloop_data: Matching eloop_data or %ELOOP_ALL_CTX to match all
187 * @user_data: Matching user_data or %ELOOP_ALL_CTX to match all
191 * eloop_register_timeout(). ELOOP_ALL_CTX can be used as a wildcard for
/external/wpa_supplicant_8/src/utils/
H A Deloop.h21 * ELOOP_ALL_CTX - eloop_cancel_timeout() magic number to match all timeouts
23 #define ELOOP_ALL_CTX (void *) -1 macro
186 * @eloop_data: Matching eloop_data or %ELOOP_ALL_CTX to match all
187 * @user_data: Matching user_data or %ELOOP_ALL_CTX to match all
191 * eloop_register_timeout(). ELOOP_ALL_CTX can be used as a wildcard for
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Deloop.h21 * ELOOP_ALL_CTX - eloop_cancel_timeout() magic number to match all timeouts
23 #define ELOOP_ALL_CTX (void *) -1 macro
186 * @eloop_data: Matching eloop_data or %ELOOP_ALL_CTX to match all
187 * @user_data: Matching user_data or %ELOOP_ALL_CTX to match all
191 * eloop_register_timeout(). ELOOP_ALL_CTX can be used as a wildcard for

Completed in 58 milliseconds