OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRINT_INFO2
(Results
1 - 6
of
6
) sorted by null
/external/libmicrohttpd/src/examples/
mhd2spdy_http.c
37
PRINT_INFO2
("log uri '%s'\n", uri);
92
PRINT_INFO2
("http_cb_response for %s", proxy->url);
142
PRINT_INFO2
("response_callback, size: %i",ret);
189
PRINT_INFO2
("unexpected method %s", method);
221
PRINT_INFO2
("rc is %i stream is %i", rc, proxy->stream_id);
250
PRINT_INFO2
("received request for '%s %s %s'", method, http_uri->uri, version);
260
PRINT_INFO2
("body will be sent %i", with_body);
355
PRINT_INFO2
("SPDY_name_value_add failed: '%s' '%s'", header, nv[i+1]);
357
PRINT_INFO2
("adding '%s: %s'",header, nv[i+1]);
388
PRINT_INFO2
("http_cb_request_completed %i for %s; id %i",toe, http_uri->uri, proxy->id)
[
all
...]
mhd2spdy.c
109
PRINT_INFO2
("SSL_CTX_new %s", ERR_error_string(ERR_get_error(), NULL));
167
PRINT_INFO2
("MHD timeout %lld %lld", (unsigned long long)timeout.tv_sec, (unsigned long long)timeout.tv_usec);
172
PRINT_INFO2
("timeout now %lld %lld ret is %i", (unsigned long long)timeout.tv_sec, (unsigned long long)timeout.tv_usec, ret);
177
PRINT_INFO2
("select error: %i", errno);
220
PRINT_INFO2
("spdy streams: %i; http requests: %i", glob_opt.streams_opened, glob_opt.responses_pending);
221
//
PRINT_INFO2
("memory allocated %zu bytes", glob_opt.global_memory);
mhd2spdy_spdy.c
123
PRINT_INFO2
("given POST bytes to spdylay: %zd", ret);
158
PRINT_INFO2
("ignoring RST_STREAM for stream_id %i %i %i %i", data[8], data[9], data[10], data[11]);
203
PRINT_INFO2
("%zd bytes written by spdy", rv);
303
PRINT_INFO2
("opening stream: str open %i; %s", glob_opt.streams_opened, proxy->url);
309
PRINT_INFO2
("sending RST_STREAM for %i; ignore %i; status %i",
352
PRINT_INFO2
("received frame type %i for unkonwn stream id %i", type, stream_id);
359
PRINT_INFO2
("received headers for %s", proxy->url);
363
PRINT_INFO2
("received reset stream for %s", proxy->url);
367
PRINT_INFO2
("received headers for %s", proxy->url);
400
PRINT_INFO2
("closing stream: str opened %i; remove proxy %i", glob_opt.streams_opened, proxy->id)
[
all
...]
mhd2spdy_structures.c
120
PRINT_INFO2
("free proxy called for '%s'", proxy->url);
mhd2spdy_structures.h
239
#define
PRINT_INFO2
(fmt, ...) do{\
/external/libmicrohttpd/src/spdy2http/
proxy.c
97
#define
PRINT_INFO2
(fmt, ...) do{\
130
PRINT_INFO2
("curl_easy_setopt failed (%i = %i)", opt, ret); \
430
PRINT_INFO2
("curl_easy_pause returned %i", ret);
491
PRINT_INFO2
("curl_multi_remove_handle failed (%i)", ret);
671
PRINT_INFO2
("SPDY_name_value_add failed (%i) for '%s'", ret, name);
895
PRINT_INFO2
("path %s '%s' '%s'", path, uri->scheme, uri->host);
954
PRINT_INFO2
("curl_multi_add_handle failed (%i)", ret);
963
PRINT_INFO2
("curl_multi_perform failed (%i)", ret);
1114
PRINT_INFO2
("curl_multi_fdset failed (%i)", ret);
1127
PRINT_INFO2
("select error: %i", errno)
[
all
...]
Completed in 1205 milliseconds