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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dapi.c66 int AllocMemory(unsigned int, char *, char *, BOOL);
141 /* argCee is incremented in AllocMemory */
142 if (AllocMemory(i, str2+1, "Creating file list from string", TRUE) != ZE_OK)
205 if (AllocMemory(i, str2, "Creating file list from string", TRUE) != ZE_OK)
218 int AllocMemory(unsigned int i, char *cmd, char *str, BOOL IncrementArgCee) function
323 if (AllocMemory(argCee, "-0", "Compression", FALSE) != ZE_OK)
340 if (AllocMemory(argCee, "-A", "Offsets", FALSE) != ZE_OK)
345 if (AllocMemory(argCee, "-d", "Delete", FALSE) != ZE_OK)
350 if (AllocMemory(argCee, "-D", "No Dir Entries", FALSE) != ZE_OK)
355 if (AllocMemory(argCe
[all...]

Completed in 26 milliseconds