/external/libmicrohttpd/src/testspdy/ |
test_daemon_start_stop.c | 37 NULL,NULL,NULL,NULL,NULL,SPDY_DAEMON_OPTION_END);
|
test_daemon_start_stop_many.c | 48 NULL,NULL,NULL,NULL,NULL,SPDY_DAEMON_OPTION_END);
|
test_misc.c | 223 SPDY_DAEMON_OPTION_END);
|
test_session_timeout.c | 147 SPDY_DAEMON_OPTION_END);
|
test_request_response_with_callback.c | 188 SPDY_DAEMON_OPTION_END);
|
test_notls.c | 888 SPDY_DAEMON_OPTION_END);
|
test_new_connection.c | 922 &new_session_callback,NULL,NULL,NULL,CLS,SPDY_DAEMON_OPTION_END);
|
test_request_response.c | 944 NULL,&session_closed_handler,&standard_request_handler,NULL,CLS,SPDY_DAEMON_OPTION_END);
|
/external/libmicrohttpd/src/examples/ |
spdy_event_loop.c | 326 SPDY_DAEMON_OPTION_END); 347 SPDY_DAEMON_OPTION_END);
|
spdy_response_with_callback.c | 183 SPDY_DAEMON_OPTION_END);
|
spdy_fileserver.c | 298 SPDY_DAEMON_OPTION_END);
|
/external/libmicrohttpd/src/include/ |
microspdy.h | 353 SPDY_DAEMON_OPTION_END = 0,
876 * terminated with #SPDY_DAEMON_OPTION_END).
[all...] |
/external/libmicrohttpd/src/microspdy/ |
daemon.c | 125 while (SPDY_DAEMON_OPTION_END != (opt = (enum SPDY_DAEMON_OPTION) va_arg (valist, int)))
|
/external/libmicrohttpd/src/spdy2http/ |
proxy.c | 1029 SPDY_DAEMON_OPTION_END); 1062 SPDY_DAEMON_OPTION_END); [all...] |