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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.h113 CHAR szExtAndDesc[2]; member in struct:_FILE_TYPE_NODE
H A Dwinmain.cpp737 TSTRTOMBS(pft->szExtAndDesc, szExtension + 1, length + 2);
738 size_t sizext = (strlen(pft->szExtAndDesc) + 1);
739 TSTRTOMBS(pft->szExtAndDesc + sizext,
1806 if (!_stricmp(pszExt + 1, pft->szExtAndDesc)) {
1810 pFile->szType = pft->szExtAndDesc + strlen(pft->szExtAndDesc) + 1;

Completed in 70 milliseconds