OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:httpread_read_handler
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
395
/*
httpread_read_handler
-- called when socket ready to read
401
static void
httpread_read_handler
(int sd, void *eloop_ctx, void *sock_ctx)
function
411
wpa_printf(MSG_DEBUG, "ENTER
httpread_read_handler
(%p)", h);
767
if (eloop_register_sock(sd, EVENT_TYPE_READ,
httpread_read_handler
,
/external/wpa_supplicant_8/src/wps/
httpread.c
389
/*
httpread_read_handler
-- called when socket ready to read
395
static void
httpread_read_handler
(int sd, void *eloop_ctx, void *sock_ctx)
function
405
wpa_printf(MSG_DEBUG, "ENTER
httpread_read_handler
(%p)", h);
761
if (eloop_register_sock(sd, EVENT_TYPE_READ,
httpread_read_handler
,
Completed in 20 milliseconds