Home
last modified time | relevance | path

Searched refs:SPDY_Response (Results 1 – 12 of 12) sorted by relevance

/external/libmicrohttpd/src/include/
Dmicrospdy.h295 struct SPDY_Response;
754 struct SPDY_Response *response,
1142 _MHD_EXTERN struct SPDY_Response *
1182 _MHD_EXTERN struct SPDY_Response *
1222 struct SPDY_Response *response,
1241 SPDY_destroy_response (struct SPDY_Response *response);
/external/libmicrohttpd/src/microspdy/
Dapplicationlayer.c36 struct SPDY_Response *response, in spdy_callback_response_done()
390 struct SPDY_Response *
398 struct SPDY_Response *response = NULL; in SPDY_build_response()
410 if(NULL == (response = malloc(sizeof(struct SPDY_Response)))) in SPDY_build_response()
412 memset(response, 0, sizeof(struct SPDY_Response)); in SPDY_build_response()
479 struct SPDY_Response *
488 struct SPDY_Response *response; in SPDY_build_response_with_callback()
526 struct SPDY_Response *response, in SPDY_queue_response()
Dstructures.h424 struct SPDY_Response *response;
1003 struct SPDY_Response struct
1182 struct SPDY_Response *response,
Dstructures.c279 SPDY_destroy_response(struct SPDY_Response *response) in SPDY_destroy_response()
293 struct SPDY_Response *response, in SPDYF_response_queue_create()
/external/libmicrohttpd/src/examples/
Dspdy_response_with_callback.c61 struct SPDY_Response *response, in response_done_callback()
98 struct SPDY_Response *response=NULL; in standard_request_handler()
Dspdy_fileserver.c122 struct SPDY_Response *response, in response_done_callback()
163 struct SPDY_Response *response=NULL; in standard_request_handler()
Dspdy_event_loop.c122 struct SPDY_Response *response, in response_done_callback()
216 struct SPDY_Response *response=NULL; in standard_request_handler()
/external/libmicrohttpd/src/testspdy/
Dtest_misc.c98 struct SPDY_Response * response, in response_done_callback()
174 struct SPDY_Response *response=NULL; in standard_request_handler()
Dtest_request_response_with_callback.c88 struct SPDY_Response * response, in response_done_callback()
127 struct SPDY_Response *response=NULL; in standard_request_handler()
Dtest_notls.c782 struct SPDY_Response *response=NULL; in standard_request_handler()
Dtest_request_response.c834 struct SPDY_Response *response=NULL; in standard_request_handler()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c163 struct SPDY_Response *response;
507 struct SPDY_Response *response, in response_done_callback()