Searched refs:dictionaryBytes (Results 1 – 1 of 1) sorted by relevance
47 std::unique_ptr<jbyte[]> dictionaryBytes(new jbyte[len]); in setDictionary() local48 if (dictionaryBytes.get() == NULL) { in setDictionary()52 env->GetByteArrayRegion(javaDictionary, off, len, &dictionaryBytes[0]); in setDictionary()53 const Bytef* dictionary = reinterpret_cast<const Bytef*>(&dictionaryBytes[0]); in setDictionary()64 mDict.reset(dictionaryBytes.release()); in setDictionary()