Home
last modified time | relevance | path

Searched refs:SPDYF_DEBUG (Results 1 – 10 of 10) sorted by relevance

/external/libmicrohttpd/src/microspdy/
Ddaemon.c129 SPDYF_DEBUG("Daemon option %i used twice",opt); in spdyf_parse_options_va()
152 SPDYF_DEBUG("Wrong option for the daemon %i",opt); in spdyf_parse_options_va()
195 SPDYF_DEBUG("malloc"); in SPDYF_start_daemon_va()
204 SPDYF_DEBUG("parse"); in SPDYF_start_daemon_va()
213 SPDYF_DEBUG("Port is 0"); in SPDYF_start_daemon_va()
227 SPDYF_DEBUG("strdup (certfile)"); in SPDYF_start_daemon_va()
233 SPDYF_DEBUG("strdup (keyfile)"); in SPDYF_start_daemon_va()
252 SPDYF_DEBUG("SPDY_DAEMON_FLAG_ONLY_IPV6 set but IPv4 address provided"); in SPDYF_start_daemon_va()
262 SPDYF_DEBUG("malloc"); in SPDYF_start_daemon_va()
284 SPDYF_DEBUG("SPDY_DAEMON_FLAG_ONLY_IPV6 set but no support"); in SPDYF_start_daemon_va()
[all …]
Dcompression.c227 SPDYF_DEBUG("deflate init"); in SPDYF_zlib_deflate_init()
235 SPDYF_DEBUG("deflate set dict"); in SPDYF_zlib_deflate_init()
302 SPDYF_DEBUG("realloc data for result"); in SPDYF_zlib_deflate()
335 SPDYF_DEBUG("Cannot inflateInit2 the stream"); in SPDYF_zlib_inflate_init()
392 SPDYF_DEBUG("Error on inflate"); in SPDYF_zlib_inflate()
402 SPDYF_DEBUG("Error on inflateSetDictionary"); in SPDYF_zlib_inflate()
409 SPDYF_DEBUG("Error on inflate"); in SPDYF_zlib_inflate()
415 SPDYF_DEBUG("Z_DATA_ERROR"); in SPDYF_zlib_inflate()
420 SPDYF_DEBUG("Z_MEM_ERROR"); in SPDYF_zlib_inflate()
430 SPDYF_DEBUG("Cannot realloc memory"); in SPDYF_zlib_inflate()
Dapplicationlayer.c152 SPDYF_DEBUG("Bad request"); in spdy_handler_new_stream()
279 SPDYF_DEBUG("daemon is NULL"); in SPDY_run()
293 SPDYF_DEBUG("daemon is NULL"); in SPDY_get_timeout()
312 SPDYF_DEBUG("a parameter is NULL"); in SPDY_get_fdset()
340 SPDYF_DEBUG("library not initialized"); in SPDY_start_daemon()
382 SPDYF_DEBUG("daemon is NULL"); in SPDY_stop_daemon()
406 SPDYF_DEBUG("version is NULL"); in SPDY_build_response()
492 SPDYF_DEBUG("rcb is NULL"); in SPDY_build_response_with_callback()
497 SPDYF_DEBUG("block_size is wrong"); in SPDY_build_response_with_callback()
540 SPDYF_DEBUG("request is NULL"); in SPDY_queue_response()
[all …]
Dio_openssl.c84 SPDYF_DEBUG("Couldn't create ssl context"); in SPDYF_openssl_init()
104 SPDYF_DEBUG("Couldn't load the cert file"); in SPDYF_openssl_init()
110 SPDYF_DEBUG("Couldn't load the name file"); in SPDYF_openssl_init()
117 SPDYF_DEBUG("Couldn't set the desired cipher list"); in SPDYF_openssl_init()
140 SPDYF_DEBUG("Couldn't create ssl structure"); in SPDYF_openssl_new_session()
145 SPDYF_DEBUG("SSL_set_fd %i",ret); in SPDYF_openssl_new_session()
155 SPDYF_DEBUG("SSL_accept %i",ret); in SPDYF_openssl_new_session()
Dio_raw.c72 SPDYF_DEBUG("WARNING: Couldn't set the new connection to be non-blocking"); in SPDYF_raw_new_session()
78 SPDYF_DEBUG("WARNING: Couldn't set the new connection to TCP_NODELAY"); in SPDYF_raw_new_session()
170 SPDYF_DEBUG("WARNING: Couldn't set the new connection to TCP_CORK"); in SPDYF_raw_before_write()
189 SPDYF_DEBUG("WARNING: Couldn't unset the new connection to TCP_CORK"); in SPDYF_raw_after_write()
Dio.c49 SPDYF_DEBUG("Unsupported subsystem"); in SPDYF_io_set_daemon()
85 SPDYF_DEBUG("Unsupported subsystem"); in SPDYF_io_set_session()
Dalstructures.c34 SPDYF_DEBUG("request is NULL"); in SPDY_destroy_request()
Dsession.c68 SPDYF_DEBUG("zero long SYN_STREAM received"); in spdyf_handler_read_syn_stream()
203 SPDYF_DEBUG("wrong GOAWAY received"); in spdyf_handler_read_goaway()
276 SPDYF_DEBUG("wrong RST_STREAM received"); in spdyf_handler_read_rst_stream()
370 SPDYF_DEBUG("No callback for DATA frame set; Ignoring DATA frame!"); in spdyf_handler_read_data()
1192 SPDYF_DEBUG("No memory"); in SPDYF_session_idle()
1227 SPDYF_DEBUG("No memory"); in SPDYF_session_idle()
1245 SPDYF_DEBUG("another protocol or version received!"); in SPDYF_session_idle()
1288 SPDYF_DEBUG("received frame with unsupported size: %zu", frame_length); in SPDYF_session_idle()
Dinternal.h154 #define SPDYF_DEBUG(fmt, ...) do { \ macro
Dstream.c92 SPDYF_DEBUG("No memory"); in SPDYF_stream_new()