Home
last modified time | relevance | path

Searched refs:SPDY_NameValue (Results 1 – 15 of 15) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dstructures.c35 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 …]
Dstructures.h486 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[],
Dapplicationlayer.c70 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()
Dalstructures.h44 struct SPDY_NameValue *headers;
Dsession.c51 struct SPDY_NameValue *headers; in spdyf_handler_read_syn_stream()
/external/libmicrohttpd/src/include/
Dmicrospdy.h302 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/
Dtest_struct_namevalue.c107 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()
Dtest_request_response_with_callback.c114 struct SPDY_NameValue * headers, in standard_request_handler()
128 struct SPDY_NameValue *resp_headers; in standard_request_handler()
Dtest_misc.c161 struct SPDY_NameValue * headers, in standard_request_handler()
Dtest_notls.c769 struct SPDY_NameValue * headers, in standard_request_handler()
Dtest_request_response.c822 struct SPDY_NameValue * headers, in standard_request_handler()
/external/libmicrohttpd/src/examples/
Dspdy_response_with_callback.c86 struct SPDY_NameValue * headers, in standard_request_handler()
99 struct SPDY_NameValue *resp_headers; in standard_request_handler()
Dspdy_fileserver.c150 struct SPDY_NameValue * headers, in standard_request_handler()
164 struct SPDY_NameValue *resp_headers; in standard_request_handler()
Dspdy_event_loop.c209 struct SPDY_NameValue * headers, in standard_request_handler()
/external/libmicrohttpd/src/spdy2http/
Dproxy.c166 struct SPDY_NameValue *headers;
838 struct SPDY_NameValue * headers, in standard_request_handler()