Searched refs:_encrypted (Results 1 – 4 of 4) sorted by relevance
19 @synthesize encrypted = _encrypted;29 _encrypted = nativeParameters.encrypt;38 extension.encrypt = _encrypted;
219 self._encrypted = use_encrypted_path224 self._encrypted = False315 self.package, encrypted=self._encrypted)326 if self._encrypted else self._encrypted_path)
623 _encrypted = false; in GetStream()800 RINOK(Archive_GetItemBoolProp(archive, index, kpidEncrypted, _encrypted)); in GetStream()1534 return ExtractToStreamCallback->SetOperationResult7(opRes, BoolToInt(_encrypted)); in SetOperationResult()1605 RINOK(_extractCallback2->SetOperationResult(opRes, BoolToInt(_encrypted))); in SetOperationResult()
215 bool _encrypted; variable