Symbol: DEBUGF
crypto/libressl/ssl/tls13_handshake.c
402
DEBUGF("%s %s %s\n", tls13_handshake_mode_name(ctx->mode),
crypto/libressl/ssl/tls13_handshake.c
418
DEBUGF("%s %s returned %d\n",
lib/libfetch/common.c
1455
DEBUGF("<<< %s", conn->buf);
lib/libfetch/common.c
1560
DEBUGF(">>> %s\n", str);
lib/libfetch/common.c
1664
DEBUGF("NETRC=%s\n", p);
lib/libfetch/common.c
1682
DEBUGF("%s: %s\n", fn, strerror(serrno));
lib/libfetch/common.c
1704
DEBUGF("fdopen(netrcfd): %s", strerror(errno));
lib/libfetch/common.c
1711
DEBUGF("searching netrc for %s\n", url->host);
lib/libfetch/common.c
1714
DEBUGF("using default netrc settings\n");
lib/libfetch/common.c
1720
DEBUGF("using netrc settings for %s\n", word);
lib/libfetch/common.c
600
DEBUGF("---> %s:%d\n", host, port);
lib/libfetch/fetch.c
473
DEBUGF("scheme: \"%s\"\n"
lib/libfetch/ftp.c
262
DEBUGF("pwd: [%s]\n", pwd);
lib/libfetch/ftp.c
294
DEBUGF("have: [%.*s|%s]\n", i, pwd, pwd + i);
lib/libfetch/ftp.c
295
DEBUGF("want: [%.*s|%s]\n", i, file, file + i);
lib/libfetch/ftp.c
437
DEBUGF("size: [%lld]\n", (long long)us->size);
lib/libfetch/ftp.c
472
DEBUGF("last modified: [%04d-%02d-%02d %02d:%02d:%02d]\n",
lib/libfetch/ftp.c
588
DEBUGF("Waiting for final status\n");
lib/libfetch/ftp.c
919
DEBUGF("FTP_LOGIN=%s\n", user);
lib/libfetch/ftp.c
934
DEBUGF("FTP_PASSWORD=%s\n", pwd);
lib/libfetch/http.c
1188
DEBUGF("Calc: HA1[%s] Nonce[%s] qop[%s] method[%s] URI[%s]\n",
lib/libfetch/http.c
1258
DEBUGF("realm/nonce not set in challenge\n");
lib/libfetch/http.c
1283
DEBUGF("HA1: [%s]\n", HA1);
lib/libfetch/http.c
1315
DEBUGF("basic: usr: [%s]\n", usr);
lib/libfetch/http.c
1316
DEBUGF("basic: pwd: [%s]\n", pwd);
lib/libfetch/http.c
1341
DEBUGF("NULL usr or pass\n");
lib/libfetch/http.c
1354
DEBUGF("Digest auth in env, not supported by peer\n");
lib/libfetch/http.c
1865
DEBUGF("failed to parse new URL\n");
lib/libfetch/http.c
1912
DEBUGF("%03d without auth header\n", conn->err);
lib/libfetch/http.c
1947
DEBUGF("redirect with no new location\n");
lib/libfetch/http.c
1961
DEBUGF("offset %lld, length %lld, size %lld, clength %lld\n",
lib/libfetch/http.c
897
DEBUGF("last modified: [%04d-%02d-%02d %02d:%02d:%02d]\n",
lib/libfetch/http.c
916
DEBUGF("content length: [%lld]\n", (long long)len);
lib/libfetch/http.c
950
DEBUGF("content range: [*/%lld]\n", (long long)len);
lib/libfetch/http.c
953
DEBUGF("content range: [%lld-%lld/%lld]\n",