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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dinotify.c64 static time_t next_pl_fill = 0; variable
365 next_pl_fill = 1;
423 if( (is_audio(path) || is_playlist(path)) && next_pl_fill != 1 )
425 next_pl_fill = time(NULL) + 120; // Schedule a playlist scan for 2 minutes from now.
426 //DEBUG DPRINTF(E_WARN, L_INOTIFY, "Playlist scan scheduled for %s", ctime(&next_pl_fill));
668 if( next_pl_fill && (time(NULL) >= next_pl_fill) )
671 next_pl_fill = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dinotify.c66 static time_t next_pl_fill = 0; variable
365 next_pl_fill = 1;
427 if( (is_audio(path) || is_playlist(path)) && next_pl_fill != 1 )
429 next_pl_fill = time(NULL) + 120; // Schedule a playlist scan for 2 minutes from now.
430 //DEBUG DPRINTF(E_WARN, L_INOTIFY, "Playlist scan scheduled for %s", ctime(&next_pl_fill));
679 if( next_pl_fill && (time(NULL) >= next_pl_fill) )
682 next_pl_fill = 0;

Completed in 118 milliseconds