Searched refs:asyncZipCallbackInfo (Results 1 – 1 of 1) sorted by relevance
614 if (asyncZipCallbackInfo == nullptr) { in NAPI_ZipFile()651 asyncZipCallbackInfo->param = param; in ZipFileWrap()697 if (asyncZipCallbackInfo == nullptr) { in NAPI_UnzipFile()701 asyncZipCallbackInfo->param = param; in NAPI_UnzipFile()758 if (asyncZipCallbackInfo == nullptr) { in CompressExcute()799 if (asyncZipCallbackInfo == nullptr) { in CompressFile()803 asyncZipCallbackInfo->param = param; in CompressFile()837 if (asyncZipCallbackInfo == nullptr) { in DecompressExcute()846 Unzip(asyncZipCallbackInfo->param.src, asyncZipCallbackInfo->param.dest, in DecompressExcute()847 asyncZipCallbackInfo->param.options, asyncZipCallbackInfo->zlibCallbackInfo); in DecompressExcute()[all …]