Searched refs:SPDY_Response (Results 1 – 12 of 12) sorted by relevance
/external/libmicrohttpd/src/include/ |
D | microspdy.h | 295 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/ |
D | applicationlayer.c | 36 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()
|
D | structures.h | 424 struct SPDY_Response *response; 1003 struct SPDY_Response struct 1182 struct SPDY_Response *response,
|
D | structures.c | 279 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/ |
D | spdy_response_with_callback.c | 61 struct SPDY_Response *response, in response_done_callback() 98 struct SPDY_Response *response=NULL; in standard_request_handler()
|
D | spdy_fileserver.c | 122 struct SPDY_Response *response, in response_done_callback() 163 struct SPDY_Response *response=NULL; in standard_request_handler()
|
D | spdy_event_loop.c | 122 struct SPDY_Response *response, in response_done_callback() 216 struct SPDY_Response *response=NULL; in standard_request_handler()
|
/external/libmicrohttpd/src/testspdy/ |
D | test_misc.c | 98 struct SPDY_Response * response, in response_done_callback() 174 struct SPDY_Response *response=NULL; in standard_request_handler()
|
D | test_request_response_with_callback.c | 88 struct SPDY_Response * response, in response_done_callback() 127 struct SPDY_Response *response=NULL; in standard_request_handler()
|
D | test_request_response.c | 834 struct SPDY_Response *response=NULL; in standard_request_handler()
|
D | test_notls.c | 782 struct SPDY_Response *response=NULL; in standard_request_handler()
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 163 struct SPDY_Response *response; 507 struct SPDY_Response *response, in response_done_callback()
|