Home
last modified time | relevance | path

Searched refs:SPDY_name_value_add (Results 1 – 8 of 8) sorted by relevance

/external/libmicrohttpd/src/testspdy/
Dtest_struct_namevalue.c131 if(SPDY_YES != SPDY_name_value_add(container,pairs[i],pairs[i+1])) in main()
175 if(SPDY_INPUT_ERROR != SPDY_name_value_add(ob1,ob2,ob3)) in main()
211 if(SPDY_YES != SPDY_name_value_add(container,pairs_with_dups[i],pairs_with_dups[i+1])) in main()
239 if(SPDY_NO != SPDY_name_value_add(container,pairs_with_dups[0],pairs_with_dups[1])) in main()
253 if(SPDY_YES != SPDY_name_value_add(container,pairs_with_empty[i],pairs_with_empty[i+1])) in main()
266 if(SPDY_INPUT_ERROR != SPDY_name_value_add(container, "capitalLeter","anything") in main()
283 if(SPDY_YES != SPDY_name_value_add(container,pairs_with_dups[i],pairs_with_dups[i+1])) in main()
298 if(SPDY_YES != SPDY_name_value_add(container2,pairs_different[i],pairs_different[i+1])) in main()
Dtest_request_response_with_callback.c139 if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_TYPE,"text/plain")) in standard_request_handler()
/external/libmicrohttpd/src/examples/
Dspdy_fileserver.c197 || SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_DATE,date)) in standard_request_handler()
205 || SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_LENGTH,fsize)) in standard_request_handler()
213 if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_TYPE,mime)) in standard_request_handler()
220 …if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_SERVER,"libmicrospdy/fileserver")) in standard_request_handler()
Dspdy_response_with_callback.c111 if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_TYPE,"text/plain")) in standard_request_handler()
/external/libmicrohttpd/src/microspdy/
Dapplicationlayer.c126 if (SPDY_YES != SPDY_name_value_add(headers,iterator->name,iterator->value[i])) in spdy_handler_new_stream()
434 if(SPDY_YES != SPDY_name_value_add(all_headers[0], ":status", fullstatus)) in SPDY_build_response()
440 if(SPDY_YES != SPDY_name_value_add(all_headers[0], ":version", version)) in SPDY_build_response()
Dstructures.c56 SPDY_name_value_add (struct SPDY_NameValue *container, in SPDY_name_value_add() function
612 if(SPDY_YES != SPDY_name_value_add(*container, name, value)) in SPDYF_name_value_from_stream()
/external/libmicrohttpd/src/include/
Dmicrospdy.h1032 SPDY_name_value_add (struct SPDY_NameValue *container,
/external/libmicrohttpd/src/spdy2http/
Dproxy.c645 if(SPDY_YES != SPDY_name_value_add(proxy->headers, name, "")) in curl_header_cb()
657 if(SPDY_YES != (ret = SPDY_name_value_add(proxy->headers, name, value))) in curl_header_cb()