Home
last modified time | relevance | path

Searched refs:putLen (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/class_gzip/
H A Dgzip_n_exporter.cpp63 int32_t putLen = 0; member
637 arg->putLen = gzputs(gzipEntity->gzs.get(), arg->s.get()); in GZPutS()
638 if (arg->putLen < 0) { in GZPutS()
650 return {NapiValue::CreateInt32(env, arg->putLen)}; in GZPutS()