• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/

Lines Matching refs:DPRINTF

176       DPRINTF(E_LOG, L_HTTPD, "Could not re-add one-shot event for streaming\n");
196 DPRINTF(E_LOG, L_HTTPD, "Done streaming transcoded file id %d\n", st->id);
198 DPRINTF(E_LOG, L_HTTPD, "Transcoding error, file id %d\n", st->id);
204 DPRINTF(E_DBG, L_HTTPD, "Got %d bytes from transcode; streaming file id %d\n", xcoded, st->id);
242 DPRINTF(E_LOG, L_HTTPD, "Could not re-add one-shot event for streaming (xcode)\n");
273 DPRINTF(E_LOG, L_HTTPD, "Done streaming file id %d\n", st->id);
275 DPRINTF(E_LOG, L_HTTPD, "Streaming error, file id %d\n", st->id);
281 DPRINTF(E_DBG, L_HTTPD, "Read %d bytes; streaming file id %d\n", ret, st->id);
299 DPRINTF(E_LOG, L_HTTPD, "Connection failed; stopping streaming of file ID %d\n", st->id);
331 DPRINTF(E_DBG, L_HTTPD, "Found Range header: %s\n", param);
337 DPRINTF(E_LOG, L_HTTPD, "Invalid start offset, will stream whole file (%s)\n", param);
349 DPRINTF(E_LOG, L_HTTPD, "Invalid end offset, will stream to end of file (%s)\n", param);
355 DPRINTF(E_LOG, L_HTTPD, "End offset < start offset, will stream to end of file (%" PRIi64 " < %" PRIi64 ")\n", end_offset, offset);
365 DPRINTF(E_LOG, L_HTTPD, "Item %d not found\n", id);
381 DPRINTF(E_LOG, L_HTTPD, "Out of memory for struct stream_ctx\n");
394 DPRINTF(E_INFO, L_HTTPD, "Preparing to transcode %s\n", mfi->path);
401 DPRINTF(E_WARN, L_HTTPD, "Transcoding setup failed, aborting streaming\n");
414 DPRINTF(E_INFO, L_HTTPD, "Preparing to stream %s\n", mfi->path);
419 DPRINTF(E_LOG, L_HTTPD, "Out of memory for raw streaming buffer\n");
431 DPRINTF(E_LOG, L_HTTPD, "Could not open %s: %s\n", mfi->path, strerror(errno));
441 DPRINTF(E_LOG, L_HTTPD, "Could not stat() %s: %s\n", mfi->path, strerror(errno));
452 DPRINTF(E_LOG, L_HTTPD, "Could not seek into %s: %s\n", mfi->path, strerror(errno));
470 DPRINTF(E_LOG, L_HTTPD, "Content-Type too large for buffer, dropping\n");
485 DPRINTF(E_LOG, L_HTTPD, "Content-Type too large for buffer, dropping\n");
494 DPRINTF(E_LOG, L_HTTPD, "Could not allocate an evbuffer for streaming\n");
505 DPRINTF(E_LOG, L_HTTPD, "Could not expand evbuffer for streaming\n");
519 DPRINTF(E_LOG, L_HTTPD, "Could not add one-shot event for streaming\n");
542 DPRINTF(E_LOG, L_HTTPD, "Content-Length too large for buffer, dropping\n");
556 DPRINTF(E_DBG, L_HTTPD, "Stream request with range %" PRIi64 "-%" PRIi64 "\n", offset, end_offset);
561 DPRINTF(E_LOG, L_HTTPD, "Content-Range too large for buffer, dropping\n");
567 DPRINTF(E_LOG, L_HTTPD, "Content-Length too large for buffer, dropping\n");
586 DPRINTF(E_INFO, L_HTTPD, "Kicking off streaming for %s\n", mfi->path);
621 DPRINTF(E_DBG, L_HTTPD, "Not gzipping body-less reply\n");
629 DPRINTF(E_DBG, L_HTTPD, "Not gzipping; no Accept-Encoding header\n");
635 DPRINTF(E_DBG, L_HTTPD, "Not gzipping; gzip not in Accept-Encoding (%s)\n", param);
643 DPRINTF(E_LOG, L_HTTPD, "Could not allocate evbuffer for gzipped reply\n");
656 DPRINTF(E_DBG, L_HTTPD, "zlib setup failed: %s\n", zError(zret));
677 DPRINTF(E_LOG, L_HTTPD, "Could not deflate data: %s\n", strm.msg);
685 DPRINTF(E_LOG, L_HTTPD, "Out of memory adding gzipped data to evbuffer\n");
700 DPRINTF(E_LOG, L_HTTPD, "Compressed data not finalized!\n");
745 DPRINTF(E_LOG, L_HTTPD, "Redirection URL exceeds buffer length\n");
774 DPRINTF(E_DBG, L_HTTPD, "Checking web interface authentication\n");
780 DPRINTF(E_DBG, L_HTTPD, "Authentication successful\n");
787 DPRINTF(E_LOG, L_HTTPD, "Remote web interface request denied; no password set\n");
797 DPRINTF(E_LOG, L_HTTPD, "Request exceeds PATH_MAX: %s\n", uri);
807 DPRINTF(E_LOG, L_HTTPD, "Could not lstat() %s: %s\n", path, strerror(errno));
825 DPRINTF(E_LOG, L_HTTPD, "Could not dereference %s: %s\n", path, strerror(errno));
834 DPRINTF(E_LOG, L_HTTPD, "Dereferenced path exceeds PATH_MAX: %s\n", path);
848 DPRINTF(E_LOG, L_HTTPD, "Could not stat() %s: %s\n", path, strerror(errno));
873 DPRINTF(E_LOG, L_HTTPD, "Could not create evbuffer\n");
882 DPRINTF(E_LOG, L_HTTPD, "Could not open %s: %s\n", path, strerror(errno));
895 DPRINTF(E_LOG, L_HTTPD, "Could not read file into evbuffer\n");
942 DPRINTF(E_DBG, L_HTTPD, "Found query string\n");
971 DPRINTF(E_DBG, L_HTTPD, "HTTP request: %s\n", uri);
989 DPRINTF(E_LOG, L_HTTPD, "Error: DB init failed\n");
997 DPRINTF(E_FATAL, L_HTTPD, "HTTPd event loop terminated ahead of time!\n");
1108 DPRINTF(E_DBG, L_HTTPD, "No Authorization header\n");
1115 DPRINTF(E_LOG, L_HTTPD, "Bad Authentication header\n");
1125 DPRINTF(E_LOG, L_HTTPD, "Could not decode Authentication header\n");
1133 DPRINTF(E_LOG, L_HTTPD, "Malformed Authentication header\n");
1146 DPRINTF(E_LOG, L_HTTPD, "Username mismatch\n");
1155 DPRINTF(E_LOG, L_HTTPD, "Bad password\n");
1213 DPRINTF(E_FATAL, L_HTTPD, "Could not create an event base\n");
1221 DPRINTF(E_FATAL, L_HTTPD, "RSP protocol init failed\n");
1229 DPRINTF(E_FATAL, L_HTTPD, "DAAP protocol init failed\n");
1237 DPRINTF(E_FATAL, L_HTTPD, "DACP protocol init failed\n");
1246 DPRINTF(E_FATAL, L_HTTPD, "Could not create eventfd: %s\n", strerror(errno));
1258 DPRINTF(E_FATAL, L_HTTPD, "Could not create pipe: %s\n", strerror(errno));
1275 DPRINTF(E_FATAL, L_HTTPD, "Could not create HTTP server\n");
1289 DPRINTF(E_FATAL, L_HTTPD, "Could not bind INADDR_ANY:%d\n", port);
1298 DPRINTF(E_WARN, L_HTTPD, "Could not bind IN6ADDR_ANY:%d (that's OK)\n", port);
1306 DPRINTF(E_FATAL, L_HTTPD, "Could not spawn HTTPd thread: %s\n", strerror(errno));
1345 DPRINTF(E_FATAL, L_HTTPD, "Could not send exit event: %s\n", strerror(errno));
1355 DPRINTF(E_FATAL, L_HTTPD, "Could not write to exit fd: %s\n", strerror(errno));
1364 DPRINTF(E_FATAL, L_HTTPD, "Could not join HTTPd thread: %s\n", strerror(errno));