Searched refs:next_pl_fill (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dinotify.c53 static time_t next_pl_fill = 0; variable
370 next_pl_fill = 1;
441 if( (is_audio(path) || is_playlist(path)) && next_pl_fill != 1 )
443 next_pl_fill = uptime() + 120; // Schedule a playlist scan for 2 minutes from now.
444 //DEBUG DPRINTF(E_WARN, L_INOTIFY, "Playlist scan scheduled for %s", ctime(&next_pl_fill));
702 if( next_pl_fill && (uptime() >= next_pl_fill) )
705 next_pl_fill = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dinotify.c53 static time_t next_pl_fill = 0; variable
370 next_pl_fill = 1;
441 if( (is_audio(path) || is_playlist(path)) && next_pl_fill != 1 )
443 next_pl_fill = uptime() + 120; // Schedule a playlist scan for 2 minutes from now.
444 //DEBUG DPRINTF(E_WARN, L_INOTIFY, "Playlist scan scheduled for %s", ctime(&next_pl_fill));
702 if( next_pl_fill && (uptime() >= next_pl_fill) )
705 next_pl_fill = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dinotify.c53 static time_t next_pl_fill = 0; variable
370 next_pl_fill = 1;
441 if( (is_audio(path) || is_playlist(path)) && next_pl_fill != 1 )
443 next_pl_fill = uptime() + 120; // Schedule a playlist scan for 2 minutes from now.
444 //DEBUG DPRINTF(E_WARN, L_INOTIFY, "Playlist scan scheduled for %s", ctime(&next_pl_fill));
702 if( next_pl_fill && (uptime() >= next_pl_fill) )
705 next_pl_fill = 0;

Completed in 121 milliseconds