Home
last modified time | relevance | path

Searched defs:strm (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/native/
DDeflater.c48 z_stream *strm = calloc(1, sizeof(z_stream)); in Deflater_init() local
82 static void throwInternalErrorHelper(JNIEnv *env, z_stream *strm, const char *fixmsg) { in throwInternalErrorHelper()
90 z_stream *strm = (z_stream *) jlong_to_ptr(addr); in checkSetDictionaryResult() local
131 z_stream *strm = jlong_to_ptr(addr); in doDeflate() local
155 z_stream *strm = jlong_to_ptr(addr); in checkDeflateStatus() local
DInflater.c63 z_stream *strm = calloc(1, sizeof(z_stream)); in Inflater_init() local
136 z_stream *strm = jlong_to_ptr(addr); in doInflate() local
150 z_stream *strm = jlong_to_ptr(addr); in checkInflateStatus() local