Home
last modified time | relevance | path

Searched refs:SPDY_NO (Results 1 – 21 of 21) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Dcompression.c228 return SPDY_NO; in SPDYF_zlib_deflate_init()
237 return SPDY_NO; in SPDYF_zlib_deflate_init()
304 return SPDY_NO; in SPDYF_zlib_deflate()
315 return Z_OK == ret ? SPDY_YES : SPDY_NO; in SPDYF_zlib_deflate()
336 return SPDY_NO; in SPDYF_zlib_inflate_init()
394 return SPDY_NO; in SPDYF_zlib_inflate()
404 return SPDY_NO; in SPDYF_zlib_inflate()
410 return SPDY_NO; in SPDYF_zlib_inflate()
417 return SPDY_NO; in SPDYF_zlib_inflate()
422 return SPDY_NO; in SPDYF_zlib_inflate()
[all …]
Dio_openssl.c85 return SPDY_NO; in SPDYF_openssl_init()
106 return SPDY_NO; in SPDYF_openssl_init()
112 return SPDY_NO; in SPDYF_openssl_init()
119 return SPDY_NO; in SPDYF_openssl_init()
141 return SPDY_NO; in SPDYF_openssl_new_session()
148 return SPDY_NO; in SPDYF_openssl_new_session()
158 return SPDY_NO; in SPDYF_openssl_new_session()
261 return SSL_pending(session->io_context) > 0 ? SPDY_YES : SPDY_NO; in SPDYF_openssl_is_pending()
Dsession.c144 if(SPDY_NO == ret) in spdyf_handler_read_syn_stream()
453 return SPDY_NO; in SPDYF_handler_write_syn_reply()
473 return SPDY_NO; in SPDYF_handler_write_syn_reply()
536 return SPDY_NO; in SPDYF_handler_write_goaway()
593 return SPDY_NO; in SPDYF_handler_write_data()
621 return SPDY_NO; in SPDYF_handler_write_data()
642 return SPDY_NO; in SPDYF_handler_write_data()
650 return SPDY_NO; in SPDYF_handler_write_data()
694 return SPDY_NO; in SPDYF_handler_write_data()
758 return SPDY_NO; in SPDYF_handler_write_rst_stream()
[all …]
Dstructures.c38 return (NULL == container->name && NULL == container->value) ? SPDY_YES : SPDY_NO; in SPDYF_name_value_is_empty()
83 return SPDY_NO; in SPDY_name_value_add()
88 return SPDY_NO; in SPDY_name_value_add()
96 return SPDY_NO; in SPDY_name_value_add()
117 return SPDY_NO; in SPDY_name_value_add()
124 return SPDY_NO; in SPDY_name_value_add()
130 return SPDY_NO; in SPDY_name_value_add()
139 return SPDY_NO; in SPDY_name_value_add()
155 return SPDY_NO; in SPDY_name_value_add()
162 return SPDY_NO; in SPDY_name_value_add()
[all …]
Dstream.c45 return SPDY_NO; in SPDYF_stream_new()
62 return SPDY_NO; in SPDYF_stream_new()
69 return SPDY_NO; in SPDYF_stream_new()
95 return SPDY_NO; in SPDYF_stream_new()
Dapplicationlayer.c179 return SPDY_NO; in spdy_handler_new_stream()
536 int int_consider_priority = consider_priority ? SPDY_YES : SPDY_NO; in SPDY_queue_response()
551 return SPDY_NO; in SPDY_queue_response()
574 return SPDY_NO; in SPDY_queue_response()
589 return SPDY_NO; in SPDY_queue_response()
615 return SPDY_NO; in SPDY_queue_response()
637 return SPDY_NO; in SPDY_queue_response()
652 return SPDY_NO; in SPDY_queue_response()
Ddaemon.c130 return SPDY_NO; in spdyf_parse_options_va()
153 return SPDY_NO; in spdyf_parse_options_va()
401 return SPDY_NO; in SPDYF_get_timeout()
421 return SPDY_NO; in SPDYF_get_timeout()
517 if(SPDY_NO == SPDYF_session_idle(pos)) in SPDYF_run()
527 if(SPDY_NO == SPDYF_session_write(pos, false)) in SPDYF_run()
Dio.c50 return SPDY_NO; in SPDYF_io_set_daemon()
86 return SPDY_NO; in SPDYF_io_set_session()
Dio_raw.c155 return SPDY_NO; in SPDYF_raw_is_pending()
/external/libmicrohttpd/src/testspdy/
Dtest_session_timeout.c165 if(SPDY_NO == ret) in parentproc()
201 if(SPDY_NO == ret || timeoutlong >= 1000) in parentproc()
Dtest_struct_namevalue.c85 if(*c == brake_at) return SPDY_NO; in iterate_brake_cb()
239 if(SPDY_NO != SPDY_name_value_add(container,pairs_with_dups[0],pairs_with_dups[1])) in main()
Dtest_misc.c239 if(SPDY_NO == ret || timeoutlong > 1000) in parentproc()
Dtest_request_response_with_callback.c202 if(SPDY_NO == ret || timeoutlong > 1000) in parentproc()
Dtest_notls.c902 if(SPDY_NO == ret || timeoutlong > 1000) in parentproc()
Dtest_new_connection.c936 if(SPDY_NO == ret || timeoutlong > 1000) in parentproc()
Dtest_request_response.c958 if(SPDY_NO == ret || timeoutlong > 1000) in parentproc()
/external/libmicrohttpd/src/examples/
Dspdy_event_loop.c374 if(SPDY_NO == ret || timeoutlong > 1000) in main()
430 if(SPDY_NO == ret || timeoutlong > 1) in main()
Dspdy_response_with_callback.c197 if(SPDY_NO == ret || timeoutlong > 1000) in main()
Dspdy_fileserver.c314 if(SPDY_NO == ret || timeoutlong > 1000) in main()
/external/libmicrohttpd/src/include/
Dmicrospdy.h98 #define SPDY_NO 0 macro
/external/libmicrohttpd/src/spdy2http/
Dproxy.c1085 if(SPDY_NO == ret_spdy || timeout_spdy > 5000) in run()