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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dapi.c620 if (C.FNV != NULL)
624 if (AllocMemory(argCee, C.FNV[k], "Making argv", FALSE) != ZE_OK)
626 if ((_strnicmp(szRootDir, C.FNV[k], lstrlen(szRootDir))) == 0)
629 for (j = lstrlen(szRootDir); j < lstrlen(C.FNV[k]); j++)
630 argVee[argCee-1][m++] = C.FNV[k][j];
638 if (C.FNV != NULL)
641 if (AllocMemory(argCee, C.FNV[k], "Making argv", FALSE) != ZE_OK)
H A Dapi.h144 char **FNV; /* array of file names to zip up */ member in struct:__anon7685
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/
H A Dexample.c301 ZpZCL.FNV = (char **)szFileList; /* list of files to archive */

Completed in 80 milliseconds