Searched refs:GETFLAG (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpglobalvars.h91 #define GETFLAG(mask) runtime_flags & mask macro
H A Dminidlna.c768 GETFLAG(INOTIFY_MASK) && pthread_create(&inotify_thread, NULL, start_inotify, NULL) )
794 if( GETFLAG(TIVO_MASK) )
860 if( GETFLAG(TIVO_MASK) )
H A Dupnphttp.c781 if( GETFLAG(TIVO_MASK) )
1668 if( h->req_client != ESamsungTV || GETFLAG(DLNA_STRICT_MASK) )
H A Dmetadata.c533 else if( (width <= 4096 && height <= 4096) || !(GETFLAG(DLNA_STRICT_MASK)) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpglobalvars.h196 #define GETFLAG(mask) (runtime_flags & mask) macro
H A Dlog.c141 if (!GETFLAG(SYSTEMD_MASK))
H A Dminidlna.c929 else if (GETFLAG(SYSTEMD_MASK))
1063 if( GETFLAG(INOTIFY_MASK) )
1089 if (GETFLAG(TIVO_MASK))
H A Dupnpsoap.c1302 if (magic->orderby && !GETFLAG(DLNA_STRICT_MASK))
1351 if( ret < 0 && ((args.flags & FLAG_DLNA) || GETFLAG(DLNA_STRICT_MASK)) )
1750 GETFLAG(DLNA_STRICT_MASK) )
1782 if( ret < 0 && ((args.flags & FLAG_DLNA) || GETFLAG(DLNA_STRICT_MASK)) )
H A Dscanner.c905 if( !GETFLAG(MERGE_MEDIA_DIRS_MASK) && media_dirs->next )
925 if( GETFLAG(NO_PLAYLIST_MASK) )
H A Dupnphttp.c966 if( GETFLAG(TIVO_MASK) )
1908 if( !(cflags & FLAG_SAMSUNG) || GETFLAG(DLNA_STRICT_MASK) )
H A Dminissdp.c640 if (GETFLAG(DLNA_STRICT_MASK) && (ntohs(sendername.sin_port) <= 1024 || ntohs(sendername.sin_port) == 1900))
H A Dmetadata.c637 else if( (width <= 4096 && height <= 4096) || !GETFLAG(DLNA_STRICT_MASK) )

Completed in 87 milliseconds