Searched refs:SPDY_name_value_add (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_struct_namevalue.c | 131 if(SPDY_YES != SPDY_name_value_add(container,pairs[i],pairs[i+1])) in main() 133 FAIL_TEST("SPDY_name_value_add failed\n"); in main() 175 if(SPDY_INPUT_ERROR != SPDY_name_value_add(ob1,ob2,ob3)) in main() 177 FAIL_TEST("SPDY_name_value_add with NULLs failed\n"); in main() 211 if(SPDY_YES != SPDY_name_value_add(container,pairs_with_dups[i],pairs_with_dups[i+1])) in main() 213 FAIL_TEST("SPDY_name_value_add failed\n"); in main() 239 if(SPDY_NO != SPDY_name_value_add(container,pairs_with_dups[0],pairs_with_dups[1])) in main() 240 FAIL_TEST("SPDY_name_value_add failed\n"); in main() 253 if(SPDY_YES != SPDY_name_value_add(container,pairs_with_empty[i],pairs_with_empty[i+1])) in main() 255 FAIL_TEST("SPDY_name_value_add faile in main() [all...] |
H A D | test_request_response_with_callback.c | 139 if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_TYPE,"text/plain")) in standard_request_handler() 141 fprintf(stdout,"SPDY_name_value_add failed\n"); in standard_request_handler()
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | spdy_fileserver.c | 197 || SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_DATE,date)) in standard_request_handler() 199 printf("SPDY_name_value_add or Rfc1123_DateTimeNow failed\n"); in standard_request_handler() 205 || SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_LENGTH,fsize)) in standard_request_handler() 207 printf("SPDY_name_value_add or asprintf failed\n"); in standard_request_handler() 213 if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_TYPE,mime)) in standard_request_handler() 215 printf("SPDY_name_value_add failed\n"); in standard_request_handler() 220 if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_SERVER,"libmicrospdy/fileserver")) in standard_request_handler() 222 printf("SPDY_name_value_add failed\n"); in standard_request_handler()
|
H A D | spdy_response_with_callback.c | 111 if(SPDY_YES != SPDY_name_value_add(resp_headers,SPDY_HTTP_HEADER_CONTENT_TYPE,"text/plain")) in standard_request_handler() 113 fprintf(stdout,"SPDY_name_value_add failed\n"); in standard_request_handler()
|
/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | applicationlayer.c | 126 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()
|
H A D | structures.c | 56 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()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | microspdy.h | 1032 SPDY_name_value_add (struct SPDY_NameValue *container,
|
/third_party/skia/third_party/externals/microhttpd/src/spdy2http/ |
H A D | proxy.c | 645 if(SPDY_YES != SPDY_name_value_add(proxy->headers, name, "")) in curl_header_cb() 646 DIE("SPDY_name_value_add failed"); in curl_header_cb() 657 if(SPDY_YES != (ret = SPDY_name_value_add(proxy->headers, name, value))) in curl_header_cb() 671 PRINT_INFO2("SPDY_name_value_add failed (%i) for '%s'", ret, name); in curl_header_cb()
|
Completed in 10 milliseconds