Searched refs:zlibCompileFlags (Results 1 – 5 of 5) sorted by relevance
46 uLong zlibCompileFlags = 0; member455 arg->zlibCompileFlags = zlibCompileFlags(); in ZlibCompileFlags()466 return {NapiValue::NapiValue::CreateInt32(env, arg->zlibCompileFlags)}; in ZlibCompileFlags()
167 | zlib | ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); | 新增 | 返回指示编译时选项的标志。 …
1037 ### zlibCompileFlags<sup>12+</sup>1039 zlibCompileFlags(): Promise<number>1060 zip.zlibCompileFlags().then((data) => {1061 console.info('zlibCompileFlags success')
167 | zlib | ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void)); | Added | Added the AP…