Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/testspdy/
Dtest_struct_namevalue.c114 if(NULL == (container = SPDY_name_value_create ())) in main()
202 if(NULL == (container = SPDY_name_value_create ())) in main()
244 if(NULL == (container = SPDY_name_value_create ())) in main()
274 if(NULL == (container = SPDY_name_value_create ())) in main()
289 if(NULL == (container2 = SPDY_name_value_create ())) in main()
Dtest_request_response_with_callback.c134 if(NULL == (resp_headers = SPDY_name_value_create())) in standard_request_handler()
/external/libmicrohttpd/src/examples/
Dspdy_response_with_callback.c106 if(NULL == (resp_headers = SPDY_name_value_create())) in standard_request_handler()
Dspdy_fileserver.c189 if(NULL == (resp_headers = SPDY_name_value_create())) in standard_request_handler()
/external/libmicrohttpd/src/microspdy/
Dapplicationlayer.c80 if(NULL == (headers=SPDY_name_value_create())) in spdy_handler_new_stream()
424 if(NULL == (all_headers[0] = SPDY_name_value_create())) in SPDY_build_response()
Dstructures.c42 SPDY_name_value_create () in SPDY_name_value_create() function
567 if(NULL == (*container = SPDY_name_value_create ())) in SPDYF_name_value_from_stream()
/external/libmicrohttpd/src/include/
Dmicrospdy.h1018 SPDY_name_value_create (void);
/external/libmicrohttpd/src/spdy2http/
Dproxy.c876 if(NULL == (proxy->headers = SPDY_name_value_create())) in standard_request_handler()