• 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

158       DPRINTF(E_LOG, L_DAAP, "Error: Request to remove non-existent session. BUG!\n");
177 DPRINTF(E_DBG, L_DAAP, "Session %d timed out\n", s->id);
204 DPRINTF(E_LOG, L_DAAP, "Out of memory for DAAP session\n");
214 DPRINTF(E_LOG, L_DAAP, "Session id requested in login (%d) is not available\n", request_session_id);
238 DPRINTF(E_LOG, L_DAAP, "Could not add session timeout event for session %d\n", s->id);
261 DPRINTF(E_WARN, L_DAAP, "No session-id specified in request\n");
272 DPRINTF(E_WARN, L_DAAP, "DAAP session id %d not found\n", id);
316 DPRINTF(E_LOG, L_DAAP, "WARNING: struct daap_update_request not found in list; BUG!\n");
339 DPRINTF(E_LOG, L_DAAP, "Could not allocate evbuffer for DAAP update data\n");
347 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP update data\n");
373 DPRINTF(E_DBG, L_DAAP, "Update request: client closed connection\n");
393 DPRINTF(E_LOG, L_DAAP, "Out of memory for sorting context\n");
403 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DAAP sort headers list\n");
412 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP sort headers list\n");
444 DPRINTF(E_LOG, L_DAAP, "Could not normalize string for sort header\n");
472 DPRINTF(E_DBG, L_DAAP, "Added sort header: mshc = %c, mshi = %u, mshn = %u fl %c\n", ctx->mshc, ctx->mshi, ctx->mshn, fl);
501 DPRINTF(E_DBG, L_DAAP, "Added sort header: mshc = %c, mshi = %u, mshn = %u (final)\n", ctx->mshc, ctx->mshi, ctx->mshn);
562 DPRINTF(E_DBG, L_DAAP, "SQL filter w/client mod: %s\n", qp->filter);
607 DPRINTF(E_LOG, L_DAAP, "Unsupported index range: %s\n", param);
612 DPRINTF(E_LOG, L_DAAP, "Could not parse index range: %s\n", param);
625 DPRINTF(E_LOG, L_DAAP, "Could not parse high index in range: %s\n", param);
631 DPRINTF(E_DBG, L_DAAP, "Index range %s: low %d, high %d (offset %d, limit %d)\n", param, low, high, qp->offset, qp->limit);
658 DPRINTF(E_DBG, L_DAAP, "Unknown sort param: %s\n", param);
661 DPRINTF(E_DBG, L_DAAP, "Sorting songlist by %s\n", param);
673 DPRINTF(E_DBG, L_DAAP, "Sort headers requested\n");
676 DPRINTF(E_DBG, L_DAAP, "Unknown include-sort-headers param: %s\n", param);
686 DPRINTF(E_DBG, L_DAAP, "DAAP browse query filter: %s\n", param);
690 DPRINTF(E_LOG, L_DAAP, "Ignoring improper DAAP query\n");
709 DPRINTF(E_LOG, L_DAAP, "Could not duplicate meta parameter; out of memory\n");
720 DPRINTF(E_DBG, L_DAAP, "Asking for %d meta tags\n", nmeta);
725 DPRINTF(E_LOG, L_DAAP, "Could not allocate meta array; out of memory\n");
745 DPRINTF(E_WARN, L_DAAP, "Could not find requested meta field '%s'\n", field);
753 DPRINTF(E_WARN, L_DAAP, "Parser will ignore duplicate occurrence of meta field '%s'\n", field);
764 DPRINTF(E_DBG, L_DAAP, "Found %d meta tags\n", nmeta);
794 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DAAP server-info reply\n");
901 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP content-codes reply\n");
937 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP login reply\n");
948 DPRINTF(E_LOG, L_DAAP, "Login attempt with U-A: Remote and no pairing-guid\n");
960 DPRINTF(E_LOG, L_DAAP, "Login attempt with invalid pairing-guid\n");
967 DPRINTF(E_INFO, L_DAAP, "Remote '%s' logging in with GUID %s\n", pi.name, pi.guid);
977 DPRINTF(E_LOG, L_DAAP, "Login request where request-session-id is not an integer\n");
1033 DPRINTF(E_DBG, L_DAAP, "Missing revision-number in client update request\n");
1042 DPRINTF(E_LOG, L_DAAP, "Parameter revision-number not an integer\n");
1053 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP update reply\n");
1073 DPRINTF(E_LOG, L_DAAP, "Out of memory for update request\n");
1091 DPRINTF(E_LOG, L_DAAP, "Out of memory for update request event\n");
1147 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DAAP dblist reply\n");
1157 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DAAP dblist library item\n");
1184 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DAAP dblist radio item\n");
1247 DPRINTF(E_DBG, L_DAAP, "Fetching song list for playlist %d\n", playlist);
1257 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP song list reply\n");
1266 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP song list\n");
1276 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DMAP song list\n");
1285 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP song block\n");
1295 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DMAP song block\n");
1304 DPRINTF(E_DBG, L_DAAP, "No meta parameter in query, using default\n");
1315 DPRINTF(E_LOG, L_DAAP, "Failed to parse meta parameter in DAAP query\n");
1338 DPRINTF(E_LOG, L_DAAP, "Could not create sort context\n");
1356 DPRINTF(E_LOG, L_DAAP, "Could not start query\n");
1383 DPRINTF(E_LOG, L_DAAP, "Cannot transcode '%s', codec type is unknown\n", dbmfi.fname);
1404 DPRINTF(E_LOG, L_DAAP, "Failed to encode song metadata\n");
1415 DPRINTF(E_LOG, L_DAAP, "Could not add sort header to DAAP song list reply\n");
1422 DPRINTF(E_SPAM, L_DAAP, "Done with song\n");
1425 DPRINTF(E_DBG, L_DAAP, "Done with song list, %d songs\n", nsongs);
1444 DPRINTF(E_LOG, L_DAAP, "Error fetching results\n");
1476 DPRINTF(E_LOG, L_DAAP, "Could not add song list to DAAP song list reply\n");
1494 DPRINTF(E_LOG, L_DAAP, "Could not add sort headers to DAAP song list reply\n");
1588 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP playlists reply\n");
1597 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP playlist list\n");
1607 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DMAP playlist list\n");
1616 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP playlist block\n");
1626 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DMAP playlist block\n");
1635 DPRINTF(E_LOG, L_DAAP, "No meta parameter in query, using default\n");
1643 DPRINTF(E_LOG, L_DAAP, "Failed to parse meta parameter in DAAP query\n");
1656 DPRINTF(E_LOG, L_DAAP, "Could not start query\n");
1731 DPRINTF(E_SPAM, L_DAAP, "Done with meta tag %s (%s)\n", df->desc, *strval);
1748 DPRINTF(E_DBG, L_DAAP, "Done with playlist\n");
1754 DPRINTF(E_LOG, L_DAAP, "Could not add playlist to playlist list for DAAP playlists reply\n");
1761 DPRINTF(E_DBG, L_DAAP, "Done with playlist list, %d playlists\n", npls);
1775 DPRINTF(E_LOG, L_DAAP, "Error fetching results\n");
1797 DPRINTF(E_LOG, L_DAAP, "Could not add playlist list to DAAP playlists reply\n");
1870 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP groups reply\n");
1879 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP group list\n");
1889 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DMAP group list\n");
1898 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP group block\n");
1908 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DMAP group block\n");
1917 DPRINTF(E_LOG, L_DAAP, "No meta parameter in query, using default\n");
1925 DPRINTF(E_LOG, L_DAAP, "Failed to parse meta parameter in DAAP query\n");
1936 DPRINTF(E_LOG, L_DAAP, "Could not create sort context\n");
1946 DPRINTF(E_LOG, L_DAAP, "Could not start query\n");
1985 DPRINTF(E_SPAM, L_DAAP, "Done with meta tag %s (%s)\n", df->desc, *strval);
1993 DPRINTF(E_LOG, L_DAAP, "Could not add sort header to DAAP groups reply\n");
2016 DPRINTF(E_SPAM, L_DAAP, "Done with group\n");
2022 DPRINTF(E_LOG, L_DAAP, "Could not add group to group list for DAAP groups reply\n");
2029 DPRINTF(E_DBG, L_DAAP, "Done with group list, %d groups\n", ngrp);
2046 DPRINTF(E_LOG, L_DAAP, "Error fetching results\n");
2079 DPRINTF(E_LOG, L_DAAP, "Could not add group list to DAAP groups reply\n");
2097 DPRINTF(E_LOG, L_DAAP, "Could not add sort headers to DAAP groups reply\n");
2171 DPRINTF(E_LOG, L_DAAP, "Invalid DAAP browse request type '%s'\n", uri[3]);
2182 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DAAP browse reply\n");
2191 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP browse item list\n");
2203 DPRINTF(E_LOG, L_DAAP, "Could not expand evbuffer for DMAP browse item list\n");
2216 DPRINTF(E_LOG, L_DAAP, "Could not create sort context\n");
2228 DPRINTF(E_LOG, L_DAAP, "Could not start query\n");
2245 DPRINTF(E_LOG, L_DAAP, "Could not add sort header to DAAP browse reply\n");
2256 DPRINTF(E_LOG, L_DAAP, "Error fetching/building results\n");
2283 DPRINTF(E_LOG, L_DAAP, "Could not add item list to DAAP browse reply\n");
2297 DPRINTF(E_LOG, L_DAAP, "Could not add sort headers to DAAP browse reply\n");
2354 DPRINTF(E_LOG, L_DAAP, "Could not convert mw parameter to integer\n");
2364 DPRINTF(E_LOG, L_DAAP, "Could not convert mh parameter to integer\n");
2372 DPRINTF(E_DBG, L_DAAP, "Request for artwork without mw/mh parameter\n");
2441 DPRINTF(E_LOG, L_DAAP, "Malformed DAAP Request URI '%s'\n", uri);
2495 DPRINTF(E_LOG, L_DAAP, "Could not create evbuffer for DMAP test\n");
2560 DPRINTF(E_LOG, L_DAAP, "Could not add test results to DMAP test reply\n");
2709 DPRINTF(E_DBG, L_DAAP, "DAAP request: %s\n", full_uri);
2724 DPRINTF(E_LOG, L_DAAP, "Unrecognized DAAP request\n");
2757 DPRINTF(E_DBG, L_HTTPD, "Checking authentication for library '%s'\n", libname);
2768 DPRINTF(E_DBG, L_HTTPD, "Library authentication successful\n");
2781 DPRINTF(E_LOG, L_DAAP, "DAAP URI has too many/few components (%d)\n", (uri_parts[0]) ? i : 0);
2803 DPRINTF(E_LOG, L_DAAP, "Could not allocate evbuffer for DAAP reply\n");
2835 DPRINTF(E_DBG, L_DAAP, "DAAP request handled in %d milliseconds\n", msec);
2890 DPRINTF(E_DBG, L_DAAP, "Building reply for DAAP request: %s\n", full_uri);
2895 DPRINTF(E_LOG, L_DAAP, "Error extracting DAAP request: %s\n", full_uri);
2913 DPRINTF(E_LOG, L_DAAP, "Unrecognized DAAP request: %s\n", full_uri);
2929 DPRINTF(E_LOG, L_DAAP, "DAAP URI has too many/few components (%d)\n", (uri_parts[0]) ? i : 0);
2938 DPRINTF(E_LOG, L_DAAP, "Could not allocate evbuffer for building DAAP reply\n");
2977 DPRINTF(E_FATAL, L_DAAP, "DAAP init failed; regexp error: %s\n", buf);