Searched refs:httpread (Results 1 – 7 of 7) sorted by relevance
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);105 char * httpread_hdr_get(struct httpread *h);[all …]
50 struct httpread { struct127 void httpread_destroy(struct httpread *h) in httpread_destroy()147 struct httpread *h = user_ctx; in httpread_timeout_handler()157 struct httpread *h, in httpread_hdr_option_analyze()369 struct httpread *h = sock_ctx; in httpread_read_handler()729 struct httpread * httpread_create( in httpread_create()738 struct httpread *h = NULL; in httpread_create()780 char * httpread_uri_get(struct httpread *h) in httpread_uri_get()794 int httpread_length_get(struct httpread *h) in httpread_length_get()804 void * httpread_data_get(struct httpread *h) in httpread_data_get()[all …]
7 httpread.o \
26 struct httpread *hread;41 static void http_request_cb(struct httpread *handle, void *cookie, in http_request_cb()
31 struct httpread *hread;44 static void http_client_got_response(struct httpread *handle, void *cookie, in http_client_got_response()
13 httpread.c \
41 OBJS += ../../src/wps/httpread.o