OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpread
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/wpa/dist/src/wps/
httpread.h
2
*
httpread
- Manage reading file(s) from HTTP/TCP socket
46
struct
httpread
;
54
void httpread_destroy(struct
httpread
*h);
69
struct
httpread
* httpread_create(
71
void (*cb)(struct
httpread
*handle, void *cookie,
80
enum httpread_hdr_type httpread_hdr_type_get(struct
httpread
*h);
86
char *httpread_uri_get(struct
httpread
*h);
89
int httpread_reply_code_get(struct
httpread
*h);
93
int httpread_length_get(struct
httpread
*h);
99
void * httpread_data_get(struct
httpread
*h)
[
all
...]
Makefile
7
httpread
.o \
httpread.c
2
*
httpread
- Manage reading file(s) from HTTP/TCP socket
39
#include "
httpread
.h"
50
struct
httpread
{
struct
53
void (*cb)(struct
httpread
*handle, void *cookie,
127
void httpread_destroy(struct
httpread
*h)
147
struct
httpread
*h = user_ctx;
148
wpa_printf(MSG_DEBUG, "
httpread
timeout (%p)", h);
157
struct
httpread
*h,
171
"
httpread
: Unacceptable Content-Length %d",
199
static int httpread_hdr_analyze(struct
httpread
*h
[
all
...]
http_server.c
14
#include "
httpread
.h"
26
struct
httpread
*hread;
41
static void http_request_cb(struct
httpread
*handle, void *cookie,
http_client.c
14
#include "
httpread
.h"
31
struct
httpread
*hread;
44
static void http_client_got_response(struct
httpread
*handle, void *cookie,
49
wpa_printf(MSG_DEBUG, "HTTP:
httpread
callback: handle=%p cookie=%p "
/src/external/bsd/wpa/dist/hs20/client/
Makefile
41
OBJS += ../../src/wps/
httpread
.o
Android.mk
44
OBJS += ../../src/wps/
httpread
.c
/src/external/bsd/wpa/dist/hostapd/
Android.mk
539
OBJS += src/wps/
httpread
.c
Completed in 30 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026