Searched refs:bufID (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Inflater.c | 49 static jfieldID bufID, offID, lenID; variable 55 bufID = (*env)->GetFieldID(env, cls, "buf", "[B"); in Inflater_initIDs() 121 jarray this_buf = (jarray)(*env)->GetObjectField(env, this, bufID); in Inflater_inflateBytes()
|
D | Deflater.c | 49 static jfieldID bufID, offID, lenID; variable 58 bufID = (*env)->GetFieldID(env, cls, "buf", "[B"); in Deflater_initIDs() 130 jarray this_buf = (*env)->GetObjectField(env, this, bufID); in Deflater_deflateBytes()
|