Searched refs:pAlloc (Results 1 – 1 of 1) sorted by relevance
662 UINT8 * pAlloc; in ZIPFILE_CreateDir() local682 pAlloc = (UINT8 *)afAlloc(ix); in ZIPFILE_CreateDir()683 if (!pAlloc) in ZIPFILE_CreateDir()685 memset(pAlloc, 0, ix); in ZIPFILE_CreateDir()686 pFiles = (ZIPPED_FILE *)pAlloc; in ZIPFILE_CreateDir()716 free(pAlloc); in ZIPFILE_CreateDir()724 afFree(pAlloc); in ZIPFILE_CreateDir()726 pAlloc = (UINT8 *)afAlloc( ix ); in ZIPFILE_CreateDir()727 if (!pAlloc) in ZIPFILE_CreateDir()729 memset(pAlloc, 0, ix); in ZIPFILE_CreateDir()[all …]