Searched refs:dwExtLen (Results 1 – 2 of 2) sorted by relevance
114 DWORD dwExtLen = 0; in PrintAllAssociations() local125 lRet = RegQueryInfoKey(hKeyClasses, NULL, NULL, NULL, &dwNumKeys, &dwExtLen, in PrintAllAssociations()134 ++dwExtLen; in PrintAllAssociations()135 pszExtName = cmd_alloc(dwExtLen * sizeof(TCHAR)); in PrintAllAssociations()145 DWORD dwBufSize = dwExtLen; in PrintAllAssociations()
3824 DWORD dwNameLen = 0, dwExtLen = 0; in PathIsLFNFileSpecA() local3837 if (dwExtLen) in PathIsLFNFileSpecA()3839 dwExtLen = 1; in PathIsLFNFileSpecA()3841 else if (dwExtLen) in PathIsLFNFileSpecA()3843 dwExtLen++; in PathIsLFNFileSpecA()3844 if (dwExtLen > 4) in PathIsLFNFileSpecA()3878 if (dwExtLen) in PathIsLFNFileSpecW()3880 dwExtLen = 1; in PathIsLFNFileSpecW()3882 else if (dwExtLen) in PathIsLFNFileSpecW()3884 dwExtLen++; in PathIsLFNFileSpecW()[all …]