OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxy_LOG
(Results
1 - 2
of
2
) sorted by null
/external/qemu/proxy/
proxy_int.h
19
extern int
proxy_log
;
22
proxy_LOG
(const char* fmt, ...);
24
#define
PROXY_LOG
(...) \
25
do { if (
proxy_log
)
proxy_LOG
(__VA_ARGS__); } while (0)
proxy_common.c
23
int
proxy_log
= 0;
variable
26
proxy_LOG
(const char* fmt, ...)
38
proxy_log
= mode;
55
proxy_LOG
( "%s", stralloc_cstr(s) );
129
if (
proxy_log
) {
130
PROXY_LOG
("%s: sending %d bytes:", conn->name, avail );
137
PROXY_LOG
("%s: connection reset by peer (send)",
145
PROXY_LOG
("%s: error: %s", conn->name, errno_str);
171
PROXY_LOG
("%s: connection reset by peer (receive)",
179
PROXY_LOG
("%s: error: %s", conn->name, errno_str)
[
all
...]
Completed in 26 milliseconds