HomeSort by relevance Sort by last modified time
    Searched refs:SPDY_name_value_iterate (Results 1 - 5 of 5) sorted by null

  /external/libmicrohttpd/src/testspdy/
test_struct_namevalue.c 124 if(SPDY_name_value_iterate (container, NULL, NULL) != 0)
126 FAIL_TEST("SPDY_name_value_iterate failed\n");
136 if(SPDY_name_value_iterate (container, NULL, NULL) != ((i / 2) + 1))
138 FAIL_TEST("SPDY_name_value_iterate failed\n");
158 SPDY_name_value_iterate (container, &iterate_cb, &cls);
161 if(SPDY_name_value_iterate (container, &iterate_brake_cb, &cls) != brake_at)
163 FAIL_TEST("SPDY_name_value_iterate with brake failed\n");
183 if(SPDY_INPUT_ERROR != SPDY_name_value_iterate(NULL,NULL,NULL))
185 FAIL_TEST("SPDY_name_value_iterate with NULLs failed\n");
216 if(SPDY_name_value_iterate (container, NULL, NULL) != atoi(pairs_with_dups[size - 1])
    [all...]
  /external/libmicrohttpd/src/examples/
spdy_event_loop.c 174 SPDY_name_value_iterate(headers, &print_headers, NULL);
236 SPDY_name_value_iterate(headers, &append_headers_to_data, &data);
  /external/libmicrohttpd/src/include/
microspdy.h     [all...]
  /external/libmicrohttpd/src/microspdy/
structures.c 237 SPDY_name_value_iterate (struct SPDY_NameValue *container,
  /external/libmicrohttpd/src/spdy2http/
proxy.c 914 SPDY_name_value_iterate(headers, &iterate_cb, proxy);
    [all...]

Completed in 187 milliseconds