Searched refs:SPDY_NameValue (Results 1 – 15 of 15) sorted by relevance
/external/libmicrohttpd/src/microspdy/ |
D | structures.c | 35 SPDYF_name_value_is_empty(struct SPDY_NameValue *container) in SPDYF_name_value_is_empty() 41 struct SPDY_NameValue * 44 struct SPDY_NameValue *pair; in SPDY_name_value_create() 46 if(NULL == (pair = malloc(sizeof(struct SPDY_NameValue)))) in SPDY_name_value_create() 49 memset (pair, 0, sizeof (struct SPDY_NameValue)); in SPDY_name_value_create() 56 SPDY_name_value_add (struct SPDY_NameValue *container, in SPDY_name_value_add() 62 struct SPDY_NameValue *pair; in SPDY_name_value_add() 63 struct SPDY_NameValue *temp; in SPDY_name_value_add() 116 if(NULL == (pair = malloc(sizeof(struct SPDY_NameValue)))) in SPDY_name_value_add() 119 memset(pair, 0, sizeof(struct SPDY_NameValue)); in SPDY_name_value_add() [all …]
|
D | structures.h | 486 struct SPDY_NameValue struct 491 struct SPDY_NameValue *next; argument 496 struct SPDY_NameValue *prev; argument 539 struct SPDY_NameValue *headers; 1209 SPDYF_name_value_is_empty(struct SPDY_NameValue *container); 1227 struct SPDY_NameValue ** container); 1242 SPDYF_name_value_to_stream(struct SPDY_NameValue * container[],
|
D | applicationlayer.c | 70 struct SPDY_NameValue * headers = NULL; in spdy_handler_new_stream() 71 struct SPDY_NameValue * iterator = stream->headers; in spdy_handler_new_stream() 394 struct SPDY_NameValue * headers, in SPDY_build_response() 399 struct SPDY_NameValue ** all_headers = NULL; //TODO maybe array in stack is enough in SPDY_build_response() 417 if(NULL == (all_headers = malloc(num_hdr_containers * sizeof(struct SPDY_NameValue *)))) in SPDY_build_response() 419 memset(all_headers, 0, num_hdr_containers * sizeof(struct SPDY_NameValue *)); in SPDY_build_response() 483 struct SPDY_NameValue * headers, in SPDY_build_response_with_callback()
|
D | alstructures.h | 44 struct SPDY_NameValue *headers;
|
D | session.c | 51 struct SPDY_NameValue *headers; in spdyf_handler_read_syn_stream()
|
/external/libmicrohttpd/src/include/ |
D | microspdy.h | 302 struct SPDY_NameValue; 678 struct SPDY_NameValue *headers, 1017 _MHD_EXTERN struct SPDY_NameValue * 1032 SPDY_name_value_add (struct SPDY_NameValue *container, 1047 SPDY_name_value_lookup (struct SPDY_NameValue *container, 1062 SPDY_name_value_iterate (struct SPDY_NameValue *container, 1074 SPDY_name_value_destroy (struct SPDY_NameValue *container); 1146 struct SPDY_NameValue *headers, 1186 struct SPDY_NameValue *headers,
|
/external/libmicrohttpd/src/testspdy/ |
D | test_struct_namevalue.c | 107 struct SPDY_NameValue *container; in main() 108 struct SPDY_NameValue *container2; in main() 109 struct SPDY_NameValue *container3; in main() 110 struct SPDY_NameValue *container_arr[2]; in main()
|
D | test_request_response_with_callback.c | 114 struct SPDY_NameValue * headers, in standard_request_handler() 128 struct SPDY_NameValue *resp_headers; in standard_request_handler()
|
D | test_misc.c | 161 struct SPDY_NameValue * headers, in standard_request_handler()
|
D | test_request_response.c | 822 struct SPDY_NameValue * headers, in standard_request_handler()
|
D | test_notls.c | 769 struct SPDY_NameValue * headers, in standard_request_handler()
|
/external/libmicrohttpd/src/examples/ |
D | spdy_response_with_callback.c | 86 struct SPDY_NameValue * headers, in standard_request_handler() 99 struct SPDY_NameValue *resp_headers; in standard_request_handler()
|
D | spdy_fileserver.c | 150 struct SPDY_NameValue * headers, in standard_request_handler() 164 struct SPDY_NameValue *resp_headers; in standard_request_handler()
|
D | spdy_event_loop.c | 209 struct SPDY_NameValue * headers, in standard_request_handler()
|
/external/libmicrohttpd/src/spdy2http/ |
D | proxy.c | 166 struct SPDY_NameValue *headers; 838 struct SPDY_NameValue * headers, in standard_request_handler()
|