Searched refs:strategyID (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/
H A DDeflater.c42 static jfieldID strategyID; variable
52 strategyID = (*env)->GetFieldID(env, cls, "strategy", "I");
131 int strategy = (*env)->GetIntField(env, this, strategyID);

Completed in 265 milliseconds