OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:httpread
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.c
2
*
httpread
- Manage reading file(s) from HTTP/TCP socket
45
#include "
httpread
.h"
66
struct
httpread
{
struct
69
void (*cb)(struct
httpread
*handle, void *cookie,
158
void httpread_destroy(struct
httpread
*h)
183
struct
httpread
*h = user_ctx;
184
wpa_printf(MSG_DEBUG, "
httpread
timeout (%p)", h);
194
struct
httpread
*h,
230
static int httpread_hdr_analyze(struct
httpread
*h)
403
struct
httpread
*h = sock_ctx
[
all
...]
/external/wpa_supplicant_8/src/wps/
httpread.c
2
*
httpread
- Manage reading file(s) from HTTP/TCP socket
45
#include "
httpread
.h"
66
struct
httpread
{
struct
69
void (*cb)(struct
httpread
*handle, void *cookie,
158
void httpread_destroy(struct
httpread
*h)
183
struct
httpread
*h = user_ctx;
184
wpa_printf(MSG_DEBUG, "
httpread
timeout (%p)", h);
194
struct
httpread
*h,
230
static int httpread_hdr_analyze(struct
httpread
*h)
403
struct
httpread
*h = sock_ctx
[
all
...]
Completed in 119 milliseconds