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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmimecmn.cpp671 void wxMimeTypesManager::AddFallbacks(const wxFileTypeInfo *filetypes) argument
674 for ( const wxFileTypeInfo *ft = filetypes; ft && ft->IsValid(); ft++ ) {
684 // add the fallback filetypes
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmimetype.h406 // The filetypes array should be terminated by either NULL entry or an
408 void AddFallbacks(const wxFileTypeInfo *filetypes);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c140 local int filetypes OF((char *, char *));
354 local int filetypes(a, s) function
356 char *s; /* list of filetypes separated by : or ; */
357 /* Return true if a is any of the filetypes in the list s. */
561 m = special != NULL && filetypes(z->extra, special) ? STORE : method;

Completed in 35 milliseconds