Searched defs:bufID (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/java/util/zip/
H A DDeflater.c46 static jfieldID bufID, offID, lenID; variable
56 bufID = (*env)->GetFieldID(env, cls, "buf", "[B");
123 jarray this_buf = (*env)->GetObjectField(env, this, bufID);
H A DInflater.c46 static jfieldID bufID, offID, lenID; variable
53 bufID = (*env)->GetFieldID(env, cls, "buf", "[B");
112 jarray this_buf = (jarray)(*env)->GetObjectField(env, this, bufID);

Completed in 31 milliseconds