Searched refs:szRootDir (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dapi.c78 char szRootDir[PATH_MAX], szExcludeList[PATH_MAX], szIncludeList[PATH_MAX], szTempDir[PATH_MAX]; variable
92 if ((szRootDir != NULL) && (szRootDir[0] != '\0'))
95 if (szRootDir[lstrlen(szRootDir)-1] != '\\')
96 lstrcat(szRootDir, "\\");
126 if ((_strnicmp(szRootDir, str2+1, lstrlen(szRootDir))) == 0)
130 for (j = lstrlen(szRootDir); j < lstrlen(str2); j++)
192 if ((_strnicmp(szRootDir, str
[all...]
H A Dapi.h93 LPSTR szRootDir; /* Directory to use as base for zipping */ member in struct:__anon7684
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/Vb/
H A DVBZipBas.bas58 ' Date, szRootDir, or szTempDir they get converted from the
115 szRootDir As String ' Root Directory Pathname (Up To 256 Bytes Long)
417 ZOPT.szRootDir = zRootDir ' Root Directory Pathname
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/VBz64/
H A DVBZipBas.bas97 szRootDir As String ' Root Directory Pathname (Up To 256 Bytes Long)
468 ZipOpts.szRootDir = vbNullString
505 ZipOpts.szRootDir = RootDirToZipFrom
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dexample.c276 ZpOpt.szRootDir = szFullPath;

Completed in 80 milliseconds